Anyone Had Success Using This For Gps Location?


knoid

Still Fresh
Joined
Mar 24, 2006
Messages
4
I'm looking at buying a GP2x and am wondering whether it could be used as a GPS device (in addition to everything else). I ran a forum search and didn't find anything, hence this post. I know it uses SDIO and that SDIO GPS receivers are available - so has anyone been able to get one working on the GP2x?
 
Is anyone working on it? I'd volunteer but the last programming I did was over 10 years ago in Turbo Pascal 7 (for DOS) :)
 
knoid posted on Mar 24 2006 at 02:10 PM said:
Is anyone working on it? I'd volunteer but the last programming I did was over 10 years ago in Turbo Pascal 7 (for DOS) :)

I stopped using Turbo Pascal at version 5.5 when Wirth introduced Oberon -
a simpler yet more powerful language. Too bad nobody picked up on it. I
even wrote a compiler for DOS that I still use from time to time.

Now, back on topic: I have the intent to code a gps solution for GP2X.
First version will load a bitmap image and put the cursor at current
position. Some later version will likely use a vector image.

Nice things about a linux and SD based machine are accessibility and storage
capacity. My sample map of the island on which I live is a 17 megabyte
bitmap. If I want several images for zoom in/out then storage becomes an
issue.

I also want to add a point of interest database and the linux version of sqlite
appears to be suitable.

Just need time away from my paying job to push this one :)
 
Last edited by a moderator:
Back
Top