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
2. Install ESP32 for Arduino. [Here](https://learn.sparkfun.com/tutorials/esp32-thing-hookup-guide#installing-via-arduino-ide-boards-manager) are some good instructions for installing it via the Arduino Boards Manager. **Note**: Use v2.0.2 of the core. **Note:** We use the 'ESP32 Dev Module' for pin numbering. Select the correct board under Tools->Board->ESP32 Arduino->ESP32 Dev Module.
with the app3M_fat9M_16MB.csv [file](https://github.com/sparkfun/SparkFun_RTK_Firmware/blob/main/Firmware/app3M_fat9M_16MB.csv?raw=true) found in the [Firmware folder](https://github.com/sparkfun/SparkFun_RTK_Firmware/tree/main/Firmware). This will increase the program partition from a maximum of 1.9MB to 3MB.
283
+
281
284
4. From the Arduino IDE, set the core settings from the **Tools** menu:
282
285
283
286
A. Set the 'Partition Scheme' to *16M Flash (3MB APP/9MB FATFS)*. This will use the 'app3M_fat9M_16MB.csv' updated partition table.
@@ -301,28 +304,47 @@ You have not replaced the partition file correctly. See the 'Change Partition ta
301
304
**Note:** You should click on the link next to each of the #includes at the top of RTK_Surveyor.ino within the Arduino IDE to open the library manager and download them. Getting them directly from Github also works but may not be 'official' releases.
302
305
303
306
Using the library manager in the Arduino IDE, for each of the libraries below:
307
+
304
308
1. Locate the library by typing the libary name into the search box
309
+
305
310
2. Click on the library
311
+
306
312
3. Select the version listed in the compile-rtk-firmware.yml file for the [main](https://github.com/sparkfun/SparkFun_RTK_Firmware/blob/main/.github/workflows/compile-rtk-firmware.yml) or the [release_candidate](https://github.com/sparkfun/SparkFun_RTK_Firmware/blob/release_candidate/.github/workflows/compile-rtk-firmware.yml) branch
313
+
307
314
4. Click on the Install button in the lower right
308
315
309
316
The RTK firmware requires the following libraries:
Connect the Config ESP32 port of the RTK to a USB port on the computer
532
+
Connect the Config ESP32 port of the RTK to a USB port on the computer
496
533
497
534
38. ls /dev/ttyUSB*
498
535
499
-
Enable the libraries in the Arduino IDE
536
+
Enable the libraries in the Arduino IDE
537
+
538
+
39. Arduino
500
539
501
-
39. arduino
502
540
1. From the menu, click on File
503
541
2. Click on Open...
504
542
3. Select the ~/SparkFun/RTK/Firmware/RTK_Surveyor/RTK_Surveyor.ino file
@@ -520,9 +558,10 @@ Enable the libraries in the Arduino IDE
520
558
521
559
Load the required libraries
522
560
523
-
15. From the menu, click on Tools
524
-
16. Click on Manage Libraries…
525
-
17. For each of the following libraries:
561
+
16. From the menu, click on Tools
562
+
17. Click on Manage Libraries…
563
+
18. For each of the following libraries:
564
+
526
565
1. Locate the library
527
566
2. Click on the library
528
567
3. Select the version listed in the compile-rtk-firmware.yml file for the [main](https://github.com/sparkfun/SparkFun_RTK_Firmware/blob/main/.github/workflows/compile-rtk-firmware.yml) or the [release_candidate](https://github.com/sparkfun/SparkFun_RTK_Firmware/blob/release_candidate/.github/workflows/compile-rtk-firmware.yml) branch
@@ -545,26 +584,26 @@ Enable the libraries in the Arduino IDE
545
584
* SparkFun u-blox GNSS v3
546
585
* SparkFun_WebServer_ESP32_W5500
547
586
548
-
18. Click on the Close button
587
+
19. Click on the Close button
549
588
550
589
Select the terminal port
551
590
552
-
19. From the menu, click on Tools
553
-
20. Click on Port, Select the port that was displayed in step 38 above
554
-
21. Select /dev/ttyUSB0
555
-
22. Click on Upload Speed
556
-
23. Select 230400
591
+
20. From the menu, click on Tools
592
+
21. Click on Port, Select the port that was displayed in step 38 above
0 commit comments