"Application - GPS tracker" 修訂間的差異

出自 flip the world
前往: 導覽搜尋
(已建立頁面,內容為 "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 的最新修訂

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