https://github.com/makefu/skytraq-datalogger
configuration and download tool for GPS data loggers based on Skytraq Venus 5 and 6 chipsets
https://github.com/makefu/skytraq-datalogger
Last synced: about 1 year ago
JSON representation
configuration and download tool for GPS data loggers based on Skytraq Venus 5 and 6 chipsets
- Host: GitHub
- URL: https://github.com/makefu/skytraq-datalogger
- Owner: makefu
- License: gpl-2.0
- Created: 2011-12-20T20:41:09.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-20T20:43:04.000Z (over 14 years ago)
- Last Synced: 2025-03-25T18:54:00.370Z (over 1 year ago)
- Language: C
- Homepage: http://code.google.com/p/skytraq-datalogger/
- Size: 133 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
The Skytraq-datalogger project is cloned into the github for further preservation.
This project is in the `works for me` state, i will not maintain this project.
Please see [http://code.google.com/p/skytraq-datalogger/] for the original resource.
The project is under GPLv2 License, original work by some real nice dudes, thank you!
# Original README from the project page
Recently I bought a Skytraq DL-65 bluetooth GPS data logger (55 Euro). The provided software to read tracks from the device is a Windows program the "GPS Photo Tagger" from iTravel-Tech. But since I do not use Windows I needed a software for Linux to download track and configure the device.
When you connect the data logger via USB you can see that it uses a PL2303 USB-serial converter. Without any further software you can dump the NMEA data stream: cat /dev/ttyUSB0.
My device contains a SkyTraq Venus 6 GPS receiver. Older data loggers contain a Venus 5 GPS receiver. Those should also work with my program. The SkyTraq Venus uses a binary protocol to communicate with the host.