You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-8
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Frontend's main features are:
9
9
10
10
+ View the satellites signal levels
11
11
+ 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)
13
13
+ 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)
14
14
+ Edit the services settings
15
15
+ 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
218
218
sudo systemctl enable gpsd
219
219
```
220
220
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.
222
222
223
223
1. If you didn't have already configure your gnss receiver, you must set it to output raw data:
224
224
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
226
226
```bash
227
227
sudo ./install.sh --detect-gnss --configure-gnss
228
228
```
229
-
230
-
If it's a U-Blox ZED-F9P (uart), you can use this command (change the ttyS1 and 115200 value if needed)):
0 commit comments