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: docs/intro.md
+42-6Lines changed: 42 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Are you using [Android](https://docs.sparkfun.com/SparkFun_RTK_Firmware/intro/#a
31
31
32
32

33
33
34
-
5. From your cell phone, open Bluetooth settings and pair with a new device. You will see a list of available Bluetooth devices. Select the ‘Facet Rover-3AF1’ where 'Facet' is the type of device you have (Surveyor, Express, Facet, etc) and 3AF1 is the MAC address you see on the device’s display.
34
+
5. From your cell phone, open Bluetooth settings and pair it with a new device. You will see a list of available Bluetooth devices. Select the ‘Facet Rover-3AF1’ where 'Facet' is the type of device you have (Surveyor, Express, Facet, etc) and 3AF1 is the MAC address you see on the device’s display.
35
35
36
36
6. Once paired, open SW Maps. Select ‘New Project’ and give your project a name like ‘RTK Project’.
37
37
@@ -70,22 +70,22 @@ The software options for Apple iOS are much more limited because Apple products
70
70
71
71
3. Turn on your RTK device by pressing the POWER button until the display shows ‘SparkFun RTK' then you can release it.
72
72
73
-

73
+

74
74
75
75
4. Put the RTK device into configuration mode by pressing the POWER or SETUP button until the Config menu is highlighted.
76
76
77
77
5. From your phone, connect to the WiFi network *RTK Config*.
78
78
79
79
6. Open a browser (Chrome is preferred) and type **192.168.4.1** into the address bar.
80
80
81
-

82
-
83
81
7. Under the *System Configuration* menu, change the **Bluetooth Protocol** to **BLE**. Then click *Save* and then *Exit*. The unit will now reboot.
84
82
85
-

83
+

86
84
87
85
8. From your cell phone, disconnect from the *RTK Config* WiFi network and make sure Bluetooth is enabled on your iOS device Settings. The RTK device will not appear in the OTHER DEVICES list. That is OK.
88
86
87
+

88
+
89
89
9. Open SW Maps. Select ‘New Project’ and give your project a name like ‘RTK Project’.
90
90
91
91
10. Press the SW Maps icon in the top left corner and select Bluetooth GNSS. Set the *Instrument Model* to **Generic NMEA (Bluetooth LE)**. Press 'Scan' and your RTK device should appear. Select it then press the ‘Connect’ button in the bottom left corner. SW Maps will show a warning that the instrument height is 0m. That’s ok.
@@ -153,7 +153,7 @@ As soon as corrections are sent to the device, the Crosshair icon will become do
In SW Maps, the position bubble will turn from Blue (regular GNSS fix), to Orange (RTK Float), to Green (RTK Fix).
156
+
In SW Maps, the position bubble will turn from Blue (regular GNSS fix), then to Orange (RTK Float), then to Green (RTK Fix).
157
157
158
158
RTK Fix will be maintained as long as there is a clear view of the sky and corrections are delivered to the device every few seconds.
159
159
@@ -167,6 +167,42 @@ RTK Fix will be maintained as long as there is a clear view of the sky and corre
167
167
168
168
* An internet connection is required for most types of RTK. RTCM corrections can be transmitted over other types of connections (such as serial telemetry radios). See [Correction Transport](correction_transport.md) for more details.
169
169
170
+
## RTK Facet L-Band Keys
171
+
172
+
The RTK Facet L-Band is unique in that it must obtain keys to decrypt the signal from a geosynchronous satellite. Here are the steps to do so:
173
+
174
+
1. Turn on your RTK Facet L-Band by pressing the POWER button until the display shows ‘SparkFun RTK' then you can release it.
175
+
176
+

177
+
178
+
2. Put the RTK device into configuration mode by pressing the POWER or SETUP button until the Config menu is highlighted.
179
+
180
+
3. From your phone or laptop, connect to the WiFi network *RTK Config*.
181
+
182
+
4. Open a browser (Chrome is preferred) and type **192.168.4.1** into the address bar.
183
+
184
+
5. Under the *WiFi Configuration* menu, enter the SSID and password for your local WiFi network. You can enter up to four. This can be a home, office, cellular hotspot, or any other WiFi network. The unit will attempt to connect to the internet periodically (once every 26 days) to obtain new keys, including this first day. Then click *Save* and then *Exit*. The unit will now reboot.
6. After reboot, the device will connect to WiFi and obtain keys.
189
+
190
+

191
+
192
+
You should see a series of displays indicating the automatic process.
193
+
194
+
Keys are valid for a minimum of 29 days and a maximum of 60. The device will automatically attempt to connect to WiFi on a daily basis to obtain new keys. If WiFi is not available during that period the keys will expire. The device will continue to operate with expired keys, with ~0.3m accuracy but not be able to obtain RTK Fix mode.
195
+
196
+
7. Now put the device outside with a clear view of the sky. GNSS doesn’t work indoors or near windows. Within about 30 seconds you should see 10 or more satellites in view (SIV). More SIV is better. We regularly see 30 or more SIV. The horizontal positional accuracy (HPA) will start at around 10 meters and begin to decrease. The lower the HPA the more accurate your position.
197
+
198
+

Upon successful reception and decryption of L-Band corrections, the satellite dish icon will increase to a three-pronged icon. As the unit's accuracy increases a double blinking cross-hair will indicate a floating RTK solution, and a solid double cross-hair will indicate a fixed RTK solution. The HPA will be below 0.030 (30mm) or better.
203
+
204
+
You can now use your RTK device to measure points with millimeter accuracy. Please see [Android](https://docs.sparkfun.com/SparkFun_RTK_Firmware/intro/#android) or [iOS](https://docs.sparkfun.com/SparkFun_RTK_Firmware/intro/#ios) for guidance on getting the RTK device connected to GIS software over Bluetooth.
205
+
170
206
## RTK Reference Station
171
207
172
208
While most of this Quick Start guide applies to the [RTK Reference Station](https://www.sparkfun.com/products/22429), the [Reference Station Hookup Guide](https://learn.sparkfun.com/tutorials/sparkfun-rtk-reference-station-hookup-guide) is the best place to get started.
0 commit comments