tips:gnss

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:gnss [2020/08/13 09:46] – [ntrip caster] scipiotips:gnss [2022/08/25 23:03] (current) – [2022] sscipioni
Line 1: Line 1:
 ====== GNSS ====== ====== GNSS ======
 +
   * [[https://github.com/goblimey/ntripcaster|wonderful introduction on GNSS]]   * [[https://github.com/goblimey/ntripcaster|wonderful introduction on GNSS]]
   * [[http://www.epncb.oma.be/_networkdata/data_access/real_time/map.php|stations]] that broadcast real time RTCM (protocol) Radio Technical Commission for Maritime   * [[http://www.epncb.oma.be/_networkdata/data_access/real_time/map.php|stations]] that broadcast real time RTCM (protocol) Radio Technical Commission for Maritime
Line 6: Line 7:
   * ZED-F9P   * ZED-F9P
  
-===== ntrip caster =====+ 
 +===== 2022 ===== 
 + 
 +Use gpsd as [[http://trac.gateworks.com/wiki/expansion/gw16143|ntrip client]] on ublox device 
 + 
 +pygnssutils 
 + 
 +Configure ublox as [[https://github.com/semuconsulting/PyGPSClient/blob/master/examples/f9p_basestation.py|base station]] and run an rtrip server with [[https://github.com/semuconsulting/PyGPSClient#socketserver|PyGPSClient]] 
 + 
 + 
 + 
 + 
 +===== 2020 ===== 
 + 
 + 
 + 
 +==== ntrip caster ====
  
   * https://gitlab.com/ihfazhillah/simple-ntrip-caster/-/tree/master   * https://gitlab.com/ihfazhillah/simple-ntrip-caster/-/tree/master
Line 22: Line 39:
 curl http://192.168.2.50:2101 curl http://192.168.2.50:2101
 </code> </code>
-===== ntrip base station =====+ 
 + 
 +==== ntrip base station ====
  
 configure ublox in NMEA configure ublox in NMEA
Line 69: Line 88:
 ubxtool -p RESET ubxtool -p RESET
 ubxtool -e BINARY ubxtool -e BINARY
-ubxtool -NMEA+ubxtool -NMEA
  
 </code> </code>
Line 90: Line 109:
 <code> <code>
 ubxtool -p MODEL,4 ubxtool -p MODEL,4
 +ubxtool -p SAVE
 </code> </code>
  
  • tips/gnss.1597304766.txt.gz
  • Last modified: 2020/08/13 09:46
  • by scipio