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
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,17 +57,15 @@ Note that if you are a Linux used like me and it is your first time using platfo
57
57
## Arduino IDE
58
58
You can install the Arduino IDE by downloading it from [arduino.cc](https://www.arduino.cc/en/Main/Software), we recommend the last version, but you should use v1.6 or above.
59
59
60
-
### Install the Arduino Core for ESP8266
61
-
First step is to install support for ESP8266 based boards on the Arduino IDE through the Board Manager. These instruction are copied and adapted from the Arduino Core for ESP8266 documentation here: [https://github.com/esp8266/Arduino/](https://github.com/esp8266/Arduino/).
60
+
### Install the Arduino Core for ESP32
61
+
First step is to install support for ESP32 based boards on the Arduino IDE through the Board Manager.
62
62
63
63
* Start Arduino and open Preferences window.
64
64
* Enter `https://dl.espressif.com/dl/package_esp32_index.json` into *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas.
65
-
* Open Boards Manager from Tools > Board menu and find *esp8266* platform (and don't forget to select your ESP8266 board from Tools > Board menu after installation).
65
+
* Open Boards Manager from Tools > Board menu and find *esp32* platform.
66
66
* Select the version you need from a drop-down box.
67
67
* Click *install* button.
68
68
69
-
Credit to [ESPurna](https://github.com/xoseperez/espurna/wiki/ArduinoIDE) for this section
70
-
71
69
### Installing dependencies
72
70
This project relies on several third party dependencies that must be installed in order to be able to build the binaries you can find the dependencies list below:
73
71
@@ -84,7 +82,7 @@ Once you have cloned this project to a local directory, you can open it from the
84
82

85
83
86
84
### Build and upload the project
87
-
The next step is to open the project file ` src/Fossa_GroundStation/BoardConfig.h and uncomment the line matching your board by removing the leading `//`
85
+
The next step is to open the project file ` src/Fossa_GroundStation/BoardConfig.h` and uncomment the line matching your board by removing the leading `//`
88
86
89
87
```
90
88
// uncomment the line matching your board by removing the //
@@ -94,7 +92,7 @@ The next step is to open the project file ` src/Fossa_GroundStation/BoardConfig.
94
92
//#define HELTEC
95
93
```
96
94
97
-
Connect the board to the computer, select your board in the board manager of the Arduino IDE `Tools > Boards `
95
+
Connect the board to the computer, select your board in the Arduino IDE `Tools > Boards `
98
96
99
97

0 commit comments