Active Topics

 


Reply
Thread Tools
Posts: 9 | Thanked: 0 times | Joined on Jan 2008
#1
Are there other choices for the N810 GPS than the build in software?

Think I would like to do:
1. Trace a path while doing bike or other outdoor activities and save the file to upload to a mapping software (google earth) or only capture the GPS data, save it to a file and upload to PC.

2. The map build in are very old. I am in Quebec, Canada and my street where I live is 20 years old and not there.

3. Is there some library that I could use to build a software myself?

Thanks for any pointers

Simon
 
Posts: 9 | Thanked: 0 times | Joined on Jan 2008
#2
As added information for others, here some info on google earth and GPS

http://earth.google.com/intl/en/user...v4/ug_gps.html
http://www.gpsbabel.org/htmldoc-deve...t/fmt_lmx.html
 
tz1's Avatar
Posts: 716 | Thanked: 236 times | Joined on Dec 2007
#3
in a terminal, if you do "/usr/libexec/navicore-gpsd-helper" it will display GPS NMEA data, so you could just send the output to a file.
 
Tahitibob's Avatar
Posts: 118 | Thanked: 97 times | Joined on Jun 2007 @ France
#4
Hi
I'm writing an application to store waypoints and generate a KML file for Google Earth.
Actually, only waypoints are store in a sqlite3 database.

New features will be availlable in the next weeks.
http://david.hautbois.free.fr/joomla...fileinfo&id=20
It's an alpha-alpha-alpha version.
__________________
Apps : Roadrunner - Libellule - Caelia
http://david.hautbois.free.fr
 
Posts: 348 | Thanked: 61 times | Joined on Dec 2007
#5
Try Maemo Mapper.
 
Posts: 9 | Thanked: 0 times | Joined on Jan 2008
#6
Thanks for all the input. I only checked the first post about the navicore-gpsd-helper. This is what I get:
$GPGGA,185659.000,,,,,0,,,,,,,,*7E
$GPGLL,,,,,185659.000,V,N*7C
$GPGSA,A,1,,,,,,,,,,,,,,,*1E
$GPGST,185659.000,,,,,,,*4F
$GPGSV,2,1,05,10,,,26,05,,,21,12,,,23,30,,,21*7E
$GPGSV,2,2,05,13,,,19*76
$PNOKU,,,,,,*4F
$GPRMC,185659.000,V,,,,,,,270108,,,N*47
$GPVTG,,T,,M,,N,,K,N*2C
Is there any way of importing this in google earth? I am searching for the file format of gpx or loc files. Is it compatible.

I will check on the other two post now. This is very encouraging.

Thanks,
 
gnuite's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#7
Maemo Mapper is a free graphical alternative, but it supports recording your track and saving it to the GPX format. See the downloads.maemo.org page here:

http://maemo.org/downloads/product/OS2008/maemo-mapper/
 
Posts: 9 | Thanked: 0 times | Joined on Jan 2008
#8
ok this is amazing... I installed maemo-mapper, took a walk, saved the track to my local memory, xfer it with bluetooth on my PC, opened it with google earth and voila... I have my track in google earth.

Is there a way of getting speed from this data with some application. Let say I do a bike ride and want to know the distance, speed, elevation I did during my training, is there something out there for that.

Thanks.. I am closer to my goal than I was hoping for.
 
Posts: 9 | Thanked: 0 times | Joined on Jan 2008
#9
Each track point from maemo-mapper look like this
<trkpt lat="45.810874" lon="-74.128640">
<ele>240.00</ele>
<time>2008-01-27T16:36:01</time>
</trkpt>

It would be nice to have the speed data so to plot the speed data during a track.

I have found this site that does just that:
http://www.gpsvisualizer.com
 
gnuite's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#10
You've hit it on the head, sifiliat. Strangely, the GPX file format doesn't define XML tags for speed or heading, even though Maemo Mapper has all that data. As you discovered, though, they can be roughly derived from contiguous data points.
 
Reply


 
Forum Jump


All times are GMT. The time now is 00:00.