This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:gnss [2020/08/13 09:04] – [ntrip caster] 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:// | ||
| + | |||
| + | sourcetable.dat | ||
| + | < | ||
| + | CAS; | ||
| + | STR; | ||
| + | </ | ||
| Line 15: | Line 39: | ||
| curl http:// | curl http:// | ||
| </ | </ | ||
| - | ===== ntrip base station ===== | ||
| - | configure ublox | + | ==== ntrip base station ==== |
| + | |||
| + | configure ublox in NMEA | ||
| < | < | ||
| systemctl stop gpsd | systemctl stop gpsd | ||
| Line 25: | 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 33: | Line 57: | ||
| ntrip source | ntrip source | ||
| < | < | ||
| - | str2str -in serial:// | + | str2str -in 'serial:// |
| - | + | ||
| - | + | ||
| - | str2str -in serial:// | + | |
| </ | </ | ||
| Line 68: | Line 88: | ||
| ubxtool -p RESET | ubxtool -p RESET | ||
| ubxtool -e BINARY | ubxtool -e BINARY | ||
| - | ubxtool -d NMEA | + | ubxtool -e NMEA |
| </ | </ | ||
| Line 89: | Line 109: | ||
| < | < | ||
| ubxtool -p MODEL,4 | ubxtool -p MODEL,4 | ||
| + | ubxtool -p SAVE | ||
| </ | </ | ||