Skip to content

Commit 697ac3f

Browse files
authored
Merge branch 'main' into release_candidate
2 parents 7f4533e + 0d72af2 commit 697ac3f

30 files changed

+122
-66
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Used to run mkdocs on the repo
2-
3-
name: ci
1+
name: Run mkdocs
42
on:
53
push:
64
branches:

Binaries/batch_program.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [%1]==[] goto usage
1111

1212
esptool.exe --chip esp32 --port %2 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect ^
1313
0x1000 ./bin/RTK_Surveyor.ino.bootloader.bin ^
14-
0x8000 ./bin/RTK_Surveyor.ino.partitions.bin ^
14+
0x8000 ./bin/RTK_Surveyor_Partitions_16MB.bin ^
1515
0xe000 ./bin/boot_app0.bin ^
1616
0x10000 ./%1
1717

Binary file not shown.

Issue_Template.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
### Subject of the issue
2-
Describe your issue here. If you reference a datasheet please specify which one and in which section (ie, the protocol manual, section 5.1.2). Additionally, screenshots are easy to paste into github.
2+
Describe your issue here. Additionally, screenshots are easy to paste into github.
33

44
### Your workbench
5-
* What version of RTK Surveyor firmware are you running? This can be found when the serial menu is opened (also in the settings.txt file, and in the serial output at power up).
6-
* Are you connected to the device over Bluetooth? What app? Are you transmitting NTRIP back to the device?
7-
* How is everything being powered?
5+
* What version of RTK firmware are you running? This can be found when the serial menu is opened (also in the settings.txt file, and in the serial output at power up).
6+
* What radios are you using: Bluetooth, WiFi, and/or ESP-Now? What app are you using to connect over Bluetooth? Are you transmitting NTRIP back to the device?
87
* Are there any additional details that may help us help you?
98

109
### Steps to reproduce
11-
Tell us how to reproduce this issue. Please include a copy of your settings.txt file used on the unit.
10+
Tell us how to reproduce this issue. Please post any log files from serial output that may have been generated.
1211

1312
### Expected behavior
1413
Tell us what should happen

docs/configure_data_logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Data Logging Menu
22

3-
Surveyor: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png) / Express: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png) / Express Plus: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png) / Facet: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png) / Facet L-Band: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png)
3+
Surveyor: ![Feature Supported](img/GreenDot.png) / Express: ![Feature Supported](img/GreenDot.png) / Express Plus: ![Feature Supported](img/GreenDot.png) / Facet: ![Feature Supported](img/GreenDot.png) / Facet L-Band: ![Feature Supported](img/GreenDot.png)
44

55
## WiFi Interface
66

77
Because of the nature of these controls, the AP config page is different than the terminal menu.
88

9-
![System Config Menu on WiFi AP Config Page](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/SparkFun RTK System Config AP Menu.png)
9+
![System Config Menu on WiFi AP Config Page](img/SparkFun%20RTK%20System%20Config%20AP%20Menu.png)
1010

1111
*System Config Menu on WiFi AP Config Page*
1212

docs/configure_gnss.md

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

3-
Surveyor: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png) / Express: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png) / Express Plus: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png) / Facet: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png) / Facet L-Band: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png)
3+
Surveyor: ![Feature Supported](img/GreenDot.png) / Express: ![Feature Supported](img/GreenDot.png) / Express Plus: ![Feature Supported](img/GreenDot.png) / Facet: ![Feature Supported](img/GreenDot.png) / Facet L-Band: ![Feature Supported](img/GreenDot.png)
44

55
The ZED-F9P is immensely configurable. The RTK device will, by default, put the ZED-F9P into the most common configuration for rover/base RTK for use with *SW Maps* and other GIS applications.
66

docs/configure_messages.md

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

3-
Surveyor: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png) / Express: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png) / Express Plus: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png) / Facet: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png) / Facet L-Band: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png)
3+
Surveyor: ![Feature Supported](img/GreenDot.png) / Express: ![Feature Supported](img/GreenDot.png) / Express Plus: ![Feature Supported](img/GreenDot.png) / Facet: ![Feature Supported](img/GreenDot.png) / Facet L-Band: ![Feature Supported](img/GreenDot.png)
44

55
[![Message rate configuration boxes](https://cdn.sparkfun.com/assets/learn_tutorials/1/4/6/3/RTK_Surveyor_-_WiFi_Config_-_GNSS_Config_Messages.jpg)](https://cdn.sparkfun.com/assets/learn_tutorials/1/4/6/3/RTK_Surveyor_-_WiFi_Config_-_GNSS_Config_Messages.jpg)
66

docs/configure_pointperfect.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# PointPerfect Menu
22

3-
Surveyor: ![Feature Not Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/RedDot.png) / Express: ![Feature Not Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/RedDot.png) / Express Plus: ![Feature Not Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/RedDot.png) / Facet: ![Feature Not Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/RedDot.png) / Facet L-Band: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png)
3+
Surveyor: ![Feature Not Supported](img/RedDot.png) / Express: ![Feature Not Supported](img/RedDot.png) / Express Plus: ![Feature Not Supported](img/RedDot.png) / Facet: ![Feature Not Supported](img/RedDot.png) / Facet L-Band: ![Feature Supported](img/GreenDot.png)
44

55
**Note:** This section only applies to RTK Facet *L-Band* products. Regular RTK Facet, Surveyor, Express, and Express Plus products do not have L-Band antennas or receivers built-in.
66

7-
![PointPerfect Menu showing Home WiFi credentials](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/SparkFun RTK PointPerfect Menu.png)
7+
![PointPerfect Menu showing Home WiFi credentials](img/SparkFun%20RTK%20PointPerfect%20Config.png)
88

99
*Configuring PointPerfect settings over WiFi*
1010

11-
![PointPerfect Menu showing Home WiFi credentials](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/SparkFun RTK PointPerfect Menu.png)
11+
![PointPerfect Menu showing Home WiFi credentials](img/SparkFun%20RTK%20PointPerfect%20Menu.png)
1212

1313
*Configuring PointPerfect settings over serial*
1414

@@ -30,7 +30,7 @@ The unit will display various messages to aid the user in obtaining keys as need
3030

3131
Upon successful reception and decryption of PointPerfect 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.
3232

33-
![PointPerfect Menu showing Home WiFi credentials](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/SparkFun RTK PointPerfect Menu.png)
33+
![PointPerfect Menu showing Home WiFi credentials](img/SparkFun%20RTK%20PointPerfect%20Menu.png)
3434

3535
*PointPerfect Menu showing Home WiFi credentials*
3636

docs/configure_ports.md

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

3-
Surveyor: ![Feature Partially Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/YellowDot.png) / Express: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png) / Express Plus: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png) / Facet: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png) / Facet L-Band: ![Feature Supported](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/GreenDot.png)
3+
Surveyor: ![Feature Partially Supported](img/YellowDot.png) / Express: ![Feature Supported](img/GreenDot.png) / Express Plus: ![Feature Supported](img/GreenDot.png) / Facet: ![Feature Supported](img/GreenDot.png) / Facet L-Band: ![Feature Supported](img/GreenDot.png)
44

55
[![Setting the baud rate of the ports](https://cdn.sparkfun.com/assets/learn_tutorials/1/8/5/7/RTK_Surveyor_-_WiFi_Config_-_Express_Ports_Config.jpg)](https://cdn.sparkfun.com/assets/learn_tutorials/1/8/5/7/RTK_Surveyor_-_WiFi_Config_-_Express_Ports_Config.jpg)
66

@@ -23,7 +23,7 @@ The **Data** port on the RTK Facet, Express, and Express Plus is very flexible.
2323
* **I2C** - The TX pin operates as SCL, RX pin as SDA on the I2C bus. This allows additional sensors to be connected to the I2C bus.
2424
* **GPIO** - The TX pin operates as a DAC-capable GPIO on the ESP32. The RX pin operates as an ADC-capable input on the ESP32. This is useful for custom applications.
2525

26-
![Configuring the External Pulse and External Events](https://github.com/sparkfun/SparkFun_RTK_Firmware/main/docs/img/SparkFun RTK Ports PPS Config.png)
26+
![Configuring the External Pulse and External Events](img/SparkFun%20RTK%20Ports%20PPS%20Config.png)
2727

2828
*Configuring the External Pulse and External Events over WiFi*
2929

0 commit comments

Comments
 (0)