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.
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).
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.
14
14
15
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.
16
16
17
+
For more details, see [Update Firmware](firmware_update.md)
0 commit comments