Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jieter/travel-recorder

Carambola2 / BU-353 based travel recorder
https://github.com/jieter/travel-recorder

Last synced: 3 days ago
JSON representation

Carambola2 / BU-353 based travel recorder

Awesome Lists containing this project

README

        

# Travel-recorder

Save GPS data to a USB stick.

# links
- https://github.com/8devices/carambola2
- http://pyserial.sourceforge.net/shortintro.html
- https://github.com/Knio/pynmea2
- http://aprs.gids.nl/nmea/

# Quick `gpsd` test:
```
opkg install gpsd kmod-usb-serial-pl2303 kmod-usb-serial

insmod usbserial pl2303
gpsd /dev/ttyUSB0
cgps
```