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
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
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 (Ublox F9P or Septentrio Mosaic-X5)
12
+
+ Detect and configure the Gnss receiver (Ublox F9P, Septentrio Mosaic-X5, Unicore UM980 / UM982)
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
@@ -43,7 +43,7 @@ If you use a Raspberry Pi, thanks to [jancelin](https://github.com/jancelin), yo
43
43
sudo ./install.sh --all release
44
44
```
45
45
46
-
+ Go grab a coffee, it's gonna take a while. The script will install the needed software, and if you use a Usb-connected U-Blox ZED-F9P receiver, it'll be detected and set to work as a base station. If you don't use a F9P, you will have to configure your receiver manually (see step 7 in manual installation), and choose the correct port from the settings page.
46
+
+ Go grab a coffee, it's gonna take a while. The script will install the needed software, and if you use a supported receiver (U-Blox ZED-F9P, Septentrio Mosaic-X5, Unicore UM980/UM982), it'll be detected and set to work as a base station. If you don't use a supported recevier, you will have to configure your receiver manually (see step 7 in manual installation), and choose the correct port from the settings page.
47
47
48
48
+ Open a web browser to `http://ip_of_your_sbc` (the script will try to show you this ip address). Default password is `admin`. The settings page allows you to enter your own settings for the base coordinates, ntrip credentials and so on...
49
49
@@ -54,6 +54,12 @@ If you use a Raspberry Pi, thanks to [jancelin](https://github.com/jancelin), yo
54
54
-[rtklibexplorer - PPP - for dual frequency receivers](https://rtklibexplorer.wordpress.com/2017/11/23/ppp-solutions-with-the-swiftnav-piksi-multi/)
55
55
-[Centipede documentation (in french)](https://docs.centipede.fr/docs/base/positionnement.html)
56
56
57
+
+ To help you find your base ip address, you can use the simple `find_rtkase` gui tool. It is available for Gnu/Linux and Windows in [./tools/find_rtkbase/dist](./tools/find_rtkbase/dist/).
58
+
59
+
- Click on the "Find" button, wait, then click on the "Open" button. It will open the RTKBase GUI in your web browser.
60
+
61
+
<imgsrc="./tools/find_rtkbase/find_rtkbase_screenshot.png"alt="screenshot of find_rtkbase tool"width="300" />
62
+
57
63
## Manual installation:
58
64
The `install.sh` script can be used without the `--all` option to split the installation process into several different steps:
59
65
```
@@ -87,8 +93,8 @@ The `install.sh` script can be used without the `--all` option to split the inst
87
93
Install all dependencies like git build-essential python3-pip ...
@@ -111,7 +117,7 @@ The `install.sh` script can be used without the `--all` option to split the inst
111
117
from the gnss receiver.
112
118
113
119
-e | --detect-gnss
114
-
Detect your GNSS receiver. It works only with receiver like ZED-F9P.
120
+
Detect your GNSS receiver.
115
121
116
122
-n | --no-write-port
117
123
Doesn'\''t write the detected port inside settings.conf.
@@ -218,11 +224,15 @@ So, if you really want it, let's go for a manual installation with some explanat
218
224
sudo systemctl enable gpsd
219
225
```
220
226
227
+
1. Install the avahi service definition with `sudo ./install.sh --zeroconf`, or:
228
+
+ Copy the `rtkbase_web.service` file from `rtkbase/tools/zeroconf/` directory to `/etc/avahi/services/`
229
+
+ Replace `{port}` with the port number used by the web server (e.g. 80).
230
+
221
231
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
232
223
-
1. If you didn't have already configure your gnss receiver, you must set it to output raw data:
233
+
1. If you didn't have already configure your gnss receiver, you must set it to output raw or rtcm3 data:
224
234
225
-
If it's a U-Blox ZED-F9P (usb or uart), or a Septentrio Mosaic-X5 (usb) you can use
235
+
If it's a U-Blox ZED-F9P (usb or uart), or a Septentrio Mosaic-X5 (usb), or a Unicore UM980/UM982 you can use
0 commit comments