File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Select the ESP32 Dev Module from the boards list. This maps the same pins to the ESP32-WROOM module.
10
10
11
+ Special thanks to Avinab Malla for guidance on getting xTasks implemented.
12
+
13
+ The RTK Surveyor implements classic Bluetooth SPP to transfer data from the
14
+ ZED-F9P to the phone and receive any RTCM from the phone and feed it back
15
+ to the ZED-F9P to achieve RTK: F9PSerialWriteTask(), F9PSerialReadTask().
16
+
11
17
A settings file is accessed on microSD if available otherwise settings are pulled from
12
18
ESP32's emulated EEPROM.
13
19
20
+ The main loop handles lower priority updates such as:
21
+ * Fuel gauge checking and power LED color update
22
+ * Setup switch monitoring (module configure between Rover and Base)
23
+ * Text menu interactions
24
+
14
25
Menu System:
15
26
(Done) Log RAWX to SD
16
27
(Done) Display MAC address / broadcast name
22
33
Enable/disable detection of permanent base
23
34
Set radius (5m default) for auto-detection of base
24
35
Set update rate
36
+
25
37
*/
26
38
27
39
const int FIRMWARE_VERSION_MAJOR = 1 ;
You can’t perform that action at this time.
0 commit comments