"Application - GPS tracker" 修訂間的差異
(已建立頁面,內容為 "thumb|350px|Wifi AP with GPS thumb|350px|My gps tracker == Idea == # Integrate Wifi AP and GPS module # ssh to Pi th…") |
(無差異)
|
於 2018年8月23日 (四) 10:37 的最新修訂
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 &