(en español abajo)
My new gps logger is working nicely, using the RtkGPS (http://wohlberg.net/public/software/misc/rtkgps/) program in my nokia 770 to modify the configuration and retrieve the tracks.
It works in 2008 systems also forcing the installation (dpkg -i --force-all) and creating a symlink from libbluetooth.so.2 to libbluetooth.so.1
The other problem was about gpsbabel trying to convert the nmea sentences to gpx. Still not sure why, but the program was omiting the elevation data and also the nmea date parameter, so i wrote a little php script to retrieve the data. Feel free to ask me about.
--
Nuevo gadget que ya funciona ferpectamente, con el programa RtkGPS (http://wohlberg.net/public/software/misc/rtkgps/) y la nokia 770, mi único chisme con bluetooth, puedo modificar la configuración así como recuperar las trazas.
Funciona con el OS2008HE forzando la instalación (dpkg -i --force-all) y creando un enlace simbólico de libbluetooth.so.2 a libbluetooth.so.1
El otro problema que tenía era con gpsbabel para convertir de nmea a gpx. No tengo claros aún los motivos pero gpsbabel omite tanto la altitud como el parámetro date del formato nmea, así que me he hecho un pequeño cutre script en php para hacer la conversión. Si lo necesitas o algo dame un toque.
Discussion
Comment from Christian Lyra on 18 June 2009 at 21:30
Hi, I have the same problem with Royaltek RBT-2300. May you send me a copy of your script to fix date and elavation?