This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tips:gnss [2020/08/13 08:51] – created scipio | tips:gnss [2022/08/25 23:03] (current) – [2022] sscipioni | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== GNSS ====== | ====== GNSS ====== | ||
| + | |||
| * [[https:// | * [[https:// | ||
| * [[http:// | * [[http:// | ||
| Line 6: | Line 7: | ||
| * ZED-F9P | * ZED-F9P | ||
| - | ===== ntrip caster | + | |
| + | ===== 2022 ===== | ||
| + | |||
| + | Use gpsd as [[http:// | ||
| + | |||
| + | pygnssutils | ||
| + | |||
| + | Configure ublox as [[https:// | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ===== 2020 ===== | ||
| + | |||
| + | |||
| + | |||
| + | ==== ntrip caster | ||
| * https:// | * https:// | ||
| + | * https:// | ||
| - | ===== ntrip base station ===== | + | sourcetable.dat |
| + | < | ||
| + | CAS;rtcm-ntrip.org; | ||
| + | STR; | ||
| + | </ | ||
| - | configure ublox | + | test caster, must return source table |
| + | < | ||
| + | curl http:// | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== ntrip base station ==== | ||
| + | |||
| + | configure ublox in NMEA | ||
| < | < | ||
| systemctl stop gpsd | systemctl stop gpsd | ||
| Line 20: | Line 50: | ||
| DEVICE=/ | DEVICE=/ | ||
| ubxtool -f $DEVICE -p RESET | ubxtool -f $DEVICE -p RESET | ||
| - | ubxtool -f $DEVICE -e BINARY | + | ubxtool -f $DEVICE -e NMEA |
| - | # set automotive model | + | ubxtool -f $DEVICE -d BINARY |
| - | ubxtool -f $DEVICE -p MODEL,4 | + | |
| ubxtool -f $DEVICE -p SAVE | ubxtool -f $DEVICE -p SAVE | ||
| </ | </ | ||
| Line 28: | Line 57: | ||
| ntrip source | ntrip source | ||
| < | < | ||
| - | str2str -in serial:// | + | str2str -in 'serial:// |
| - | + | ||
| - | + | ||
| - | str2str -in serial:// | + | |
| </ | </ | ||
| Line 63: | Line 88: | ||
| ubxtool -p RESET | ubxtool -p RESET | ||
| ubxtool -e BINARY | ubxtool -e BINARY | ||
| - | ubxtool -d NMEA | + | ubxtool -e NMEA |
| </ | </ | ||
| Line 84: | Line 109: | ||
| < | < | ||
| ubxtool -p MODEL,4 | ubxtool -p MODEL,4 | ||
| + | ubxtool -p SAVE | ||
| </ | </ | ||