Application - GPS tracker:修訂間差異

出自flip the world
Tommy留言 | 貢獻
已建立頁面,內容為 "thumb|350px|Wifi AP with GPS thumb|350px|My gps tracker == Idea == # Integrate Wifi AP and GPS module # ssh to Pi th…"
 
Tommy留言 | 貢獻
Refactor: add [[Category:Projects ]]
 
第15行: 第15行:
== Reference ==
== Reference ==
* [http://www.gpsvisualizer.com/map_input?form=googleearth, GPS Visualizer]
* [http://www.gpsvisualizer.com/map_input?form=googleearth, GPS Visualizer]
[[Category:Projects]]

2026年8月21日 (五) 13:17的最新修訂

Wifi AP with GPS
My gps tracker

Idea

  1. Integrate Wifi AP and GPS module
  2. ssh to Pi through Wifi
  3. Use gpspipe to save nmea data
  4. Convert nmea to kmz by using GPS Visualizer
  5. Feed to Google earth

track.sh

#cat track.sh
gpspipe -r | grep '^\$G' | tee xxx.nmea &

Reference