Active Topics

 


Reply
Thread Tools
Posts: 9 | Thanked: 1 time | Joined on Dec 2007
#1
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
 
Posts: 833 | Thanked: 124 times | Joined on Nov 2007 @ Based in the USA
#2
Try maemo mapper.
__________________
N810, iGo bt kb, Diablo, 10Gb storage onboard instead of a Thinkpad
OTG w/ unlimited storage!!
Put a penguin in your pocket!!
PLEASE use the Wiki
 
Posts: 9 | Thanked: 1 time | Joined on Dec 2007
#3
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.
 
Posts: 833 | Thanked: 124 times | Joined on Nov 2007 @ Based in the USA
#4
I think I get all that as a side benefit.
__________________
N810, iGo bt kb, Diablo, 10Gb storage onboard instead of a Thinkpad
OTG w/ unlimited storage!!
Put a penguin in your pocket!!
PLEASE use the Wiki
 
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#5
Try something like this to start it yourself: http://maemo.org/api_refs/4.1/libgpsmgr-0.2/index.html
 
Posts: 46 | Thanked: 6 times | Joined on Oct 2007 @ Tokyo
#6
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
 
Posts: 121 | Thanked: 28 times | Joined on Oct 2007
#7
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
 
Posts: 155 | Thanked: 69 times | Joined on Apr 2008
#8
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.

Last edited by rbrewer123; 2008-09-05 at 05:55.
 
bongo's Avatar
Posts: 291 | Thanked: 124 times | Joined on Feb 2006 @ Trier, Germany
#9
Originally Posted by rbrewer123 View Post
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
 
Posts: 121 | Thanked: 28 times | Joined on Oct 2007
#10
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

Last edited by computerfreek; 2008-09-30 at 03:18.
 

The Following User Says Thank You to computerfreek For This Useful Post:
Reply


 
Forum Jump


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