Skip to content

Commit e434f19

Browse files
authored
Update README.md
Add info about the Mosaic-X5
1 parent 9f663fe commit e434f19

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Frontend's main features are:
99

1010
+ View the satellites signal levels
1111
+ View the base location on a map
12-
+ Detect and configure the Gnss receiver (F9P)
12+
+ Detect and configure the Gnss receiver (Ublox F9P or Septentrio Mosaic-X5)
1313
+ Start/stop various services (Sending data to a Ntrip caster, internal Ntrip caster, Rtcm server, Sending Rtcm stream on a radio link, Log raw data to files)
1414
+ Edit the services settings
1515
+ Convert raw data to Rinex
@@ -218,19 +218,14 @@ So, if you really want it, let's go for a manual installation with some explanat
218218
sudo systemctl enable gpsd
219219
```
220220

221-
1. Connect your gnss receiver to raspberry pi/orange pi/.... with usb or uart, and check which com port it uses (ttyS1, ttyAMA0, something else...). If it's a U-Blox usb receiver, you can use `sudo ./install.sh --detect-gnss`. Write down the result, you may need it later.
221+
1. Connect your gnss receiver to raspberry pi/orange pi/.... with usb or uart, and check which com port it uses (ttyS1, ttyAMA0, something else...). If it's a U-Blox F9P receiver (usb or uart) or a Septentrio Mosaic-X5 (usb), you can use `sudo ./install.sh --detect-gnss`. Write down the result, you may need it later.
222222

223223
1. If you didn't have already configure your gnss receiver, you must set it to output raw data:
224224

225-
If it's a U-Blox ZED-F9P (usb), you can use
225+
If it's a U-Blox ZED-F9P (usb or uart), or a Septentrio Mosaic-X5 (usb) you can use
226226
```bash
227227
sudo ./install.sh --detect-gnss --configure-gnss
228228
```
229-
230-
If it's a U-Blox ZED-F9P (uart), you can use this command (change the ttyS1 and 115200 value if needed)):
231-
```bash
232-
rtkbase/tools/set_zed-f9p.sh /dev/ttyS1 115200 rtkbase/receiver_cfg/U-Blox_ZED-F9P_rtkbase.cfg
233-
```
234229
235230
If you need to use a config tool from another computer (like U-center), you can use `socat`:
236231

0 commit comments

Comments
 (0)