Skip to content

Commit 2037a4e

Browse files
authored
Merge pull request #439 from sparkfun/EVK_docs
Clean up feature supported
2 parents 8028dcb + ccd51fb commit 2037a4e

File tree

8 files changed

+14
-12
lines changed

8 files changed

+14
-12
lines changed

docs/configure_with_ethernet.md

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

3-
Torch: ![Feature Supported](img/Icons/RedDot.png) / EVK: ![Feature Supported](img/Icons/GreenDot.png)
3+
Torch: ![Feature Not Supported](img/Icons/RedDot.png) / EVK: ![Feature Supported](img/Icons/GreenDot.png)
44

55
During Ethernet configuration, the RTK device will present a webpage that is viewable from a desktop/laptop connected to the local network.
66

docs/correction_sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The [PointPerfect](https://www.u-blox.com/en/pointperfect-service-coverage) and
5454

5555
## Galileo HAS
5656

57-
Torch: ![Feature Supported](img/Icons/GreenDot.png)
57+
Torch: ![Feature Supported](img/Icons/GreenDot.png) / EVK: ![Feature Not Supported](img/Icons/RedDot.png)
5858

5959
The European Union launched a free correction service called [High Accuracy Service](https://www.gsc-europa.eu/galileo/services/galileo-high-accuracy-service-has) or **HAS** starting in 2023. The service is delivered over the E6 frequency. In general, this service will greatly improve accuracy to receivers but is lower accuracy than an OSR or SSR-based RTK Fix. Additionally, a receiver can take up to 5 minutes to benefit from these corrections (convergence time is larger), as opposed to OSR (seconds) or SSR (~180 seconds) to achieve maximum accuracy. But HAS is free! And available with very little additional configuration.
6060

docs/correction_transport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Cellular can even be used in Base mode. We have seen some very inventive users u
3434

3535
## Cellular - Built-In
3636

37-
Torch: ![Feature Supported](img/Icons/RedDot.png) / EVK: ![Feature Supported](img/Icons/RedDot.png)
37+
Torch: ![Feature Not Supported](img/Icons/RedDot.png) / EVK: ![Feature Supported](img/Icons/RedDot.png)
3838

3939
The RTK EVK has built-in cellular via a u-blox LARA-R6001D. However, the RTK Everywhere firmware does not yet support cellular. Adding it is on our roadmap. Stay tuned for updates! Meanwhile, we do have a stand-alone EVK code example which will connect to PointPerfect localized distribution via cellular:
4040

docs/firmware_update.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ If your RTK 'freezes' after the update, press ```Reset ESP32``` to get it going
9999

100100
## Updating Firmware From the SD Card
101101

102-
Torch: ![Feature Not Supported](img/Icons/RedDot.png)
102+
Torch: ![Feature Not Supported](img/Icons/RedDot.png) / EVK: ![Feature Supported](img/Icons/GreenDot.png)
103103

104104
On devices that support it, the firmware can be loaded from an SD card.
105105

@@ -173,7 +173,7 @@ Upon completion, your RTK device will reset.
173173

174174
## Updating u-blox Firmware
175175

176-
Torch: ![Feature Not Supported](img/Icons/RedDot.png)
176+
Torch: ![Feature Not Supported](img/Icons/RedDot.png) / EVK: ![Feature Supported](img/Icons/GreenDot.png)
177177

178178
The following products contain the following u-blox receivers:
179179

@@ -243,6 +243,8 @@ As of writing, no additional releases of the NEO-D9S firmware have been made.
243243

244244
## Updating UM980 Firmware
245245

246+
Torch: ![Feature Supported](img/Icons/GreenDot.png) / EVK: ![Feature Not Supported](img/Icons/RedDot.png)
247+
246248
1. Download the latest UM980 firmware. As of writing, the UM980 firmware is [v11833](https://raw.githubusercontent.com/sparkfun/SparkFun_RTK_Torch/main/UM980_Firmware/UM980_R4.10Build11833.pkg). See the [RTK Torch repo](https://github.com/sparkfun/SparkFun_RTK_Torch) for the latest firmware.
247249

248250
2. Download and install [UPrecise](https://raw.githubusercontent.com/sparkfun/SparkFun_RTK_Torch/main/UM980_Firmware/uprecise-v2-0.exe). UPrecise is the software created by Unicore to configure and view output from Unicore GNSS modules. v2 of the software can be downloaded [here](https://raw.githubusercontent.com/sparkfun/SparkFun_RTK_Torch/main/UM980_Firmware/uprecise-v2-0.exe) but newer versions may be available.
@@ -293,9 +295,9 @@ The SparkFun RTK Everywhere Firmware is compiled using Arduino CLI (currently [v
293295

294296
2. Install the ESP32 core for Arduino:
295297

296-
arduino-cli core install esp32:esp32@2.0.11
298+
arduino-cli core install esp32:esp32@3.0.1
297299

298-
**Note**: Use v2.0.11 of the core.
300+
**Note**: Use v3.0.1 of the core.
299301

300302
**Note:** We use the 'ESP32 Dev Module' for pin numbering.
301303

@@ -305,7 +307,7 @@ The SparkFun RTK Everywhere Firmware is compiled using Arduino CLI (currently [v
305307

306308
5. Add *RTKEverywhere.csv* partition table to the Arduino partitions folder. It should look something like
307309

308-
C:\Users\\[user name]\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\tools\partitions\RTKEverywhere.csv
310+
C:\Users\\[user name]\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.1\tools\partitions\RTKEverywhere.csv
309311

310312
This will increase the program partitions, as well as the SPIFFs partition to utilize the full 16MB of flash.
311313

docs/menu_data_logging.md

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

3-
Torch: ![Feature Supported](img/Icons/RedDot.png) / EVK: ![Feature Supported](img/Icons/GreenDot.png)
3+
Torch: ![Feature Not Supported](img/Icons/RedDot.png) / EVK: ![Feature Supported](img/Icons/GreenDot.png)
44

55
**Note:** Not all devices support external SD (ie, RTK Torch). This section applies only to devices that support an external SD card, and have one inserted.
66

docs/menu_ports.md

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

3-
Torch: ![Feature Partially Supported](img/Icons/YellowDot.png) / EVK: ![Feature Supported](img/Icons/YellowDot.png)
3+
Torch: ![Feature Partially Supported](img/Icons/YellowDot.png) / EVK: ![Feature Partially Supported](img/Icons/YellowDot.png)
44

55
![Setting the baud rate of the ports](<img/WiFi Config/RTK_Surveyor_-_WiFi_Config_-_Express_Ports_Config.jpg>)
66

docs/menu_tilt.md

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

3-
Torch: ![Feature Supported](img/Icons/GreenDot.png) / EVK: ![Feature Supported](img/Icons/RedDot.png)
3+
Torch: ![Feature Supported](img/Icons/GreenDot.png) / EVK: ![Feature Not Supported](img/Icons/RedDot.png)
44

55
![Tilt Compensation menu](<img/Terminal/SparkFun RTK Everywhere - Tilt Menu.png>)
66

docs/repair.md

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

3-
Torch: ![Feature Partially Supported](img/Icons/YellowDot.png) / EVK: ![Feature Supported](img/Icons/RedDot.png)
3+
Torch: ![Feature Partially Supported](img/Icons/YellowDot.png) / EVK: ![Feature Not Supported](img/Icons/RedDot.png)
44

55
The RTK product line is fully open-source hardware. This allows users to view schematics, code, and repair manuals. This section documents how to safely disassemble the RTK Facet and Torch.
66

0 commit comments

Comments
 (0)