Page 1 of 2

igo 8 running on qq2440

Posted: Tue Apr 28, 2009 1:09 pm
by Delavar
Here is picture of igo 8 running on qq2440 and bluetooth GPS connected to it
http://crazy-embedder.blogspot.com/2009 ... works.html

Re: igo 8 running on qq2440

Posted: Tue Apr 28, 2009 7:11 pm
by esky-sh
This is really cool! I had never seen a GPS can run under 800x480 resolution before. Could you give us more info for igo 8?

Re: igo 8 running on qq2440

Posted: Wed Apr 29, 2009 12:17 am
by Delavar
Igo 8 is on SD card. You need to change SYS.TXT

[interface]
resolution_dir="800_480"
vga=0

[rawdisplay]
highres=0
screen_x=800
screen_y=480

I need to test it in real car.

Re: igo 8 running on qq2440

Posted: Wed Apr 29, 2009 11:38 am
by krasimirr
How about the BT dongle support? Is it included in the image or you have built new CE image with additional components?

Re: igo 8 running on qq2440

Posted: Wed Apr 29, 2009 11:50 am
by Delavar
USB BT support is included in platform. You need to leave only USB driver and delete other BT drivers. I will post the details later, when I finish.

Re: igo 8 running on qq2440

Posted: Wed Apr 29, 2009 1:35 pm
by Delavar

Re: igo 8 running on qq2440

Posted: Thu Apr 30, 2009 2:20 am
by krasimirr
Thank you!

Re: igo 8 running on qq2440

Posted: Sat May 02, 2009 6:21 am
by krasimirr
What kind of a BT dongle is yours?
I tried with a generic one with I.S.S.C 1002 chipset but when it is plugged, the OS asks for a driver name? Is there a need to place the VID and PID of the dongle somewhere in the registry?

Re: igo 8 running on qq2440

Posted: Sun May 03, 2009 6:20 am
by krasimirr
Now it works with I.S.S.C dongle. Bluetooth discovery works.
Now I have to build a tool to perform this setup of virtual com port over bluetooth. There is a nice example in the msdn called "BTSquirt" http://msdn.microsoft.com/en-us/library/cc500412.aspx.
Is it possible to perform this setup with registry settings only?

Re: igo 8 running on qq2440

Posted: Sun May 03, 2009 10:40 am
by Delavar
I have used the printUI example from Windows CE samples. I'm still working on it. I'm changing it to something useful for GPS. I don't know if you can do it only from registry.