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
A variety of RTK devices utilize a 0.96" or 1.3" high-contrast OLED display. While small, the display packs various situational data that can be helpful in the field. This section describes each possible display state.

@@ -28,6 +32,10 @@ If the power state of a device is not known (for example, because a display may
28
32
29
33
*Rover with location fix*
30
34
35
+

36
+
37
+
*RTK EVK with location fix and Ethernet connected*
38
+
31
39
Upon power up the device will enter either Rover mode or Base mode. Above, the Rover mode is displayed.
32
40
33
41
***MAC:** The MAC address of the internal Bluetooth module. This is helpful knowledge when attempting to connect to the device from your phone. This will change to a Bluetooth symbol once connected.
@@ -38,13 +46,18 @@ Upon power up the device will enter either Rover mode or Base mode. Above, the R
38
46
* Standard (three lines) is shown when the standard 5 NMEA messages are being logged
39
47
* PPP (capital P) is shown when the standard 5 NMEA + RAWX and SFRBX messages are recorded. This is most often used for post process positioning (PPP) and 12 to 24-hour logs for [fixed permanent bases](permanent_base.md).
40
48
* Custom (capital C) is shown when a custom set of messages are being recorded (not standard, and not PPP).
49
+
***IP Address:** On the RTK EVK 1.3" OLED, the full Ethernet or WiFi IP Address is shown at the bottom left of the display.
41
50
42
51
## Rover RTK Fix
43
52
44
53

45
54
46
55
*Rover with RTK Fix and Bluetooth connected*
47
56
57
+

58
+
59
+
*RTK EVK with RTK Fix and Ethernet connected*
60
+
48
61
Once NTRIP is enabled on your phone or RTCM data is being streamed into the **Radio** port the device will gain an RTK Fix. You should see the HPA drop to 14mm with a double circle bulls-eye as shown above.
49
62
50
63
## Base Survey-In
@@ -94,6 +107,10 @@ The unit will display various messages to aid the user in obtaining keys as need

111
+
112
+
*Three-pronged satellite dish indicating L-Band reception on RTK EVK*
113
+
97
114
Upon successful reception and decryption of L-Band corrections, the satellite dish icon will increase to a three-pronged icon. As the unit's fix increases the cross-hair will indicate a basic 3D solution, a double blinking cross-hair will indicate a floating RTK solution, and a solid double cross-hair will indicate a fixed RTK solution.
Copy file name to clipboardExpand all lines: docs/menu_ethernet.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,16 @@ An Ethernet-equipped RTK device sends and receives NTRIP correction data via Eth
6
6
7
7
By default, the RTK device will use DHCP to request an IP Address from the network Gateway. But you can optionally configure it with a fixed IP Address.
8
8
9
-

9
+
When enabled, the "Ethernet / WiFi Failover" option allows the firmware to automatically switch from Ethernet to WiFi should Ethernet become unavailable. Should WiFi become unavailable, the firmware will reconnect to Ethernet if it is now available.
10
10
11
-
*The Reference Station Ethernet menu - with DHCP selected*
11
+

12
12
13
-

13
+
*The RTK EVK Ethernet menu - with DHCP selected*
14
14
15
-
*The Reference Station Ethernet menu - with a fixed IP address selected*
15
+

16
16
17
-
When enabled, the "Ethernet / WiFi Failover" option allows the firmware to automatically switch from Ethernet to WiFi should Ethernet become unavailable. Should WiFi become unavailable, the firmware will reconnect to Ethernet if it is now available.
17
+
*The RTK EVK Ethernet menu - with a fixed IP address selected*
18
+
19
+

20
+
21
+
*The RTK EVK Web Config page - Ethernet configuration with fixed IP address*
From time to time SparkFun will release new firmware for the RTK product line to add and improve functionality. For most users, firmware can be upgraded over WiFi using the [OTA method](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/firmware_update/#updating-firmware-over-the-air).
9
+

10
+
11
+
*The RTK EVK Web Config page - firmware update*
12
+
13
+
From time to time SparkFun will release new firmware for the RTK product line to add and improve functionality. For most users, firmware can be upgraded over WiFi using the [OTA method](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/firmware_update/#updating-firmware-over-the-air). For RTK EVU users, updates via Ethernet are also possible.
10
14
11
15
The Firmware Update menu allows users to check for and install updates. Turning on *Automatic firmware updates* will cause the device to periodically check and install updates when they become available. This can be helpful for remote stations that cannot have manual interventions.
12
16
17
+
For more details, see [Update Firmware](firmware_update.md)
Copy file name to clipboardExpand all lines: docs/menu_tcp_udp.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,6 @@ The RTK device supports connection over TCP. The TCP Client sits on top of the n
18
18
19
19
If either Client or Server is enabled, a port can be designated. By default, the port is 2947 (registered as [*GPS Daemon request/response*](https://tcp-udp-ports.com/port-2948.htm)) but any port 0 to 65535 is supported.
The above animation was generated using [TCP_Server.py](https://github.com/sparkfun/SparkFun_RTK_Everywhere_Firmware/blob/main/Firmware/Tools/TCP_Server.py).
0 commit comments