Application - GPS tracker
於 2018年8月23日 (四) 10:37 由 Tommy (對話 | 貢獻) 所做的修訂 (已建立頁面,內容為 "thumb|350px|Wifi AP with GPS thumb|350px|My gps tracker == Idea == # Integrate Wifi AP and GPS module # ssh to Pi th…")
Idea
- Integrate Wifi AP and GPS module
- ssh to Pi through Wifi
- Use gpspipe to save nmea data
- Convert nmea to kmz by using GPS Visualizer
- Feed to Google earth
track.sh
#cat track.sh gpspipe -r | grep '^\$G' | tee xxx.nmea &