Application - GPS tracker

出自flip the world
Tommy留言 | 貢獻2026年8月21日 (五) 13:17的修訂 (Refactor: add [[Category:Projects ]])
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
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