maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   GPS Tracking (https://talk.maemo.org/showthread.php?t=23364)

totix800 2008-09-03 18:31

GPS Tracking
 
Hi,

I just got my own N810 Tablet and it seems like I'm already having my first questions.
I going to start a School project with a friend of mine for what we want to use the N810 as a bicycle computer in combination with my bikes dynamo and the Nokias GPS chip to do some tracking and analyzing in OpenStreetMap. I'm really looking forward to do that as school project ;) .
I already borrowed a N810 from a friend to try some GPS tracking by doing cat /dev/pts/0. It worked fine but I always had to start the Map application before I was able to get GPS coordinates. My N810 is running DIablo now and I don't have any idea how to get the usual GPGGA, etc. Strings. It doesn't even work if I start the Map application and read the /dev/pts/0 data afterwards.
Is there a good tutorial how and in which order I have to start gpsd, gpsdriver and what ever is necessary to read the data from a pseudo file like I was able to do it with /dev/pts/0.
I'm planing to do the whole thing in Java by using Jalimo so the existing gps C api is properly not the right thing for me.

greetz Torsten

gemniii42 2008-09-03 19:58

Re: GPS Tracking
 
Try maemo mapper.

totix800 2008-09-03 21:01

Re: GPS Tracking
 
I'm not sure if Maemo Mapper is exactly what I'm looking for. I don't want a graphical application which shows me nice maps and my location. I want the row $GPGGA,$GPGLL,$GPGSA, $GPGST, $GPGSV .... data to do my own analyzing with that later.

gemniii42 2008-09-03 21:08

Re: GPS Tracking
 
I think I get all that as a side benefit.

lardman 2008-09-03 21:24

Re: GPS Tracking
 
Try something like this to start it yourself: http://maemo.org/api_refs/4.1/libgpsmgr-0.2/index.html

t24 2008-09-04 03:04

Re: GPS Tracking
 
you can try to install netcat (the package is somewhere out there, but I remember having some version-related problems)...

personally, i do: echo rw | nc localhost 2947 | grep "GPSD,O=RMC" | awk '{print $4,$5}'
to get the coordinates

However, I usually start the gpsd with maemomapper... I'm not sure how to run it from the CLI

computerfreek 2008-09-04 10:49

Re: GPS Tracking
 
GPSTracer Works good on N810 it has an export to export out your speed .. pluss it will upload kml files to a webserverso you can see in retime on google maps . it works nice i have done a few test trips and so far it is working good. here is the link you can also search here or GPStracer

http://david.hautbois.free.fr/joomla...test&Itemid=53

rbrewer123 2008-09-05 05:52

Re: GPS Tracking
 
I have some example python code at the bottom of this page which may be what you want:
http://brewer123.home.comcast.net/~b...rojects/nokia/
Oops... just noticed you have already chosen Java.

bongo 2008-09-05 15:52

Re: GPS Tracking
 
Quote:

Originally Posted by rbrewer123 (Post 221105)
I have some example python code at the bottom of this page which may be what you want:
http://brewer123.home.comcast.net/~b...rojects/nokia/

nice work :)
I think I'll use your code.

totix800:
Please tell me more about your project. I use trekbuddy (very very cool piece of software) together with my phone. The result is a simple bike computer :cool:

computerfreek 2008-09-30 03:12

Re: GPS Tracking
 
Upgate I found that i can use GPSgate.com for my tracking needs from my n810 . update right over http like this
HTML Code:

http://online.gpsgate.com/gpsgate.aspx?longitude=34.2333&latitude=23.2222&altitude=34.0&speed=30.3&ate=20070529&time=123445.234&imei=0000000000
you can also update via user name and pass. NOTE:replace 00000000000 with your own IMEI I just used my cell phone number

Now I need help makeing an APP that will auto update this URL with my GPS info . every 30 sec or so . maybe some one can send me some info on how i can pull this data in this format !


If you like to test it it is very cool go to gpsgate.com and signup for a free account !


Thanks
Computerfreek


All times are GMT. The time now is 15:27.

vBulletin® Version 3.8.8