Skip to content

Commit 946c080

Browse files
committed
Add operating modes documentation
1 parent 5628c9c commit 946c080

File tree

5 files changed

+39
-4
lines changed

5 files changed

+39
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Repository Contents
2222
Product Variants
2323
----------------
2424

25-
* [GPS-24672](https://www.sparkfun.com/products/24672) - Beta hardware
2625
* [GPS-25662](https://www.sparkfun.com/products/25662)
26+
* [GPS-24672](https://www.sparkfun.com/products/24672) - Beta hardware
2727

2828
License Information
2929
-------------------

docs/Operating Modes.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Operating Modes
2+
3+
The RTK Torch can be used in a variety of modes:
4+
5+
* GNSS Positioning (~800mm accuracy) - also known as 'Rover'
6+
* GNSS Positioning with RTK (8mm accuracy) - using a local base station
7+
* GNSS Positioning with PPP-RTK (14 to 60mm accuracy) - using PointPerfect corrections
8+
* GNSS Positioning with Tilt Compensation
9+
* GNSS Base Station
10+
* GNSS Base Station NTRIP Server
11+
12+
## Rover
13+
14+
In **Rover** mode, the RTK Torch will receive L1, L2, and L5 GNSS signals from the four constellations (GPS, GLONASS, Galileo, and BeiDou) and output the devices' position with accuracies around 800mm. The device will calculate the position based on the combination of GNSS and any correction signals (primarily DGPS if available). Similar to a standard-grade GPS receiver, the RTK Torch will output industry standard NMEA sentences at 2Hz and broadcast them over any paired Bluetooth® device. The end user will need to parse the NMEA sentences using commonly available mobile apps, GIS products, or embedded devices (there are many open source libraries).
15+
16+
## Rover with RTK
17+
18+
In **Rover with RTK** mode, the RTK Torch will receive GNSS signals and combine them with RTCM correction data to achieve accuracy of approximately 8mm horizontal positional accuracy and 15mm vertical accuracy. The RTCM correction data is most easily obtained over a cellular connection to the Internet using a free app on your phone (see SW Maps or Lefebure NTRIP) and sent over Bluetooth®. Additionally, corrections can be obtained over WiFi, or [ESP-NOW](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/menu_radios/). Correction data can come from 2nd unit setup as a base station, from a free local base station, or from a paid service. See the [Quick Start guide](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/quickstart-torch/#ntrip-example) and the [NTRIP Client](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/menu_gnss/#ntrip-client) for more information.
19+
20+
## Rover with PPP-RTK
21+
22+
In **Rover with PPP-RTK**, the RTK Torch will receive GNSS signals and combine them with correction data provided over an IP connection (usually a cell phone hotspot). The corrections are State Space Representation (SSR) based and are also known as PPP-RTK. These corrections are obtained from [ublox's PointPerfect network](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/menu_pointperfect/). Time to RTK Fix can take up to 300 seconds and has 14 to 60mm horizontal positional accuracy.
23+
24+
## Rover with Tilt Compensation
25+
26+
In **Rover with Tilt Compensation**, once RTK Fix is achieved, [tilt compensation can be enabled](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/menu_tilt/#entering-tilt-compensation-mode) by tilting the unit back and forth on a surveyor's pole. Once the IMU is activated, the outputted NMEA sentences will be modified to output the location of the tip of the pole (not the location of the receiver). This allows taking measurements near trees, structure corners, even underwater topographies with accuracies of +1cm when the tilt is less than 30 degrees, and +2cm when the tilt is less than 60 degrees.
27+
28+
## Base Station
29+
30+
In **Base Station** mode the device is mounted to a fixed position (like a tripod or roof) and will initiate a survey. After 60 to 120 seconds the survey will complete and the RTK Torch will begin transmitting RTCM correction data over the built in 2.4GHz radio (if [ESP-NOW](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/menu_radios/) is enabled). A base is often used in conjunction with a second RTK Torch unit (or [RTK Facet](https://www.sparkfun.com/products/19984), [RTK Surveyor](https://www.sparkfun.com/products/18443), [Express](https://www.sparkfun.com/products/18442), [Express Plus](https://www.sparkfun.com/products/18589), etc) set to 'Rover' to obtain the 8mm accuracy. Said differently, the Base sits still and sends correction data to the Rover so that the Rover can output a really accurate position. The relative accuracy of this mode is 8mm base-to-rover but has higher (up to a meter) of absolute inaccuracy. See [how to set up a permanent base](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/permanent_base/) to decrease the absolute inaccuracy.
31+
32+
## Base Station with NTRIP
33+
34+
In **Base Station with NTRIP** the device will enter Base Station mode. If WiFi is available, and the [NTRIP Server(s)](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/menu_base/#ntrip-server) is enabled, its corrections will be broadcast to up to four NTRIP casters and made available to any rover that also has internet access and is within 10-20km.

docs/hardware_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hardware Overview
22

3-
This is an overview of the RTK Torch hardware including the parts included with the kit. For an in-depth description of the software and configuration options for the RTK Torch, please refer to the [RTK Everywhere Product Manual](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/) which describes the software features of all SparkFun RTK Everywhere capable products.
3+
This is an overview of the [RTK Torch hardware](https://www.sparkfun.com/products/25662) including the parts included with the kit. For an in-depth description of the software and configuration options for the RTK Torch, please refer to the [RTK Everywhere Product Manual](https://docs.sparkfun.com/SparkFun_RTK_Everywhere_Firmware/) which describes the software features of all SparkFun RTK Everywhere capable products.
44

55
## GNSS Receiver Specifications
66

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<table class="table table-hover table-striped table-bordered">
44
<tr align="center">
5-
<td><a href="https://www.sparkfun.com/products/24672"><img src="SparkFun_RTK_Torch.png"></a></td>
5+
<td><a href="https://www.sparkfun.com/products/25662"><img src="SparkFun_RTK_Torch.png"></a></td>
66
</tr>
77
<tr align="center">
8-
<td><a href="https://www.sparkfun.com/products/24672">SparkFun RTK Torch (GPS-24672)</a></td>
8+
<td><a href="https://www.sparkfun.com/products/25662">SparkFun RTK Torch (GPS-25662)</a></td>
99
</tr>
1010
</table>
1111

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ nav:
129129
- Hardware Overview: hardware_overview.md
130130
- Hardware Assembly: hardware_assembly.md
131131
- Firmware Overview: firmware_overview.md
132+
- Operating Modes: operating_modes.md
132133
- Reference Documents: reference_documents.md
133134
- Submit Issues: file_issue.md
134135
- Contribute: contribute.md

0 commit comments

Comments
 (0)