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:43] – [ntrip base station] 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
 +  * https://gitlab.com/hydrasystem/ntripcaster.git
 +
 +sourcetable.dat
 +<code>
 +CAS;rtcm-ntrip.org;2101;NtripInfoCaster;BKG;0;DEU;50.12;8.69;http://www.rtcm-ntrip.org/home
 +STR;castagne;Verona;RTCM3;none;1;none;TEST;ITA;45.4935250;11.1068889;421;0;receiver5;none;B;N;3600;none
 +</code>
  
  
Line 15: 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 62: Line 88:
 ubxtool -p RESET ubxtool -p RESET
 ubxtool -e BINARY ubxtool -e BINARY
-ubxtool -NMEA+ubxtool -NMEA
  
 </code> </code>
Line 83: Line 109:
 <code> <code>
 ubxtool -p MODEL,4 ubxtool -p MODEL,4
 +ubxtool -p SAVE
 </code> </code>
  
  • tips/gnss.1597304627.txt.gz
  • Last modified: 2020/08/13 09:43
  • by scipio