This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
esp32_from_scratch [2021/02/18 03:15] sausage |
esp32_from_scratch [2023/05/08 06:12] (current) sausage |
||
---|---|---|---|
Line 28: | Line 28: | ||
This driver will allow programming and serial communication from the Arduino IDE to the Dev Board via a COM port on your PC. Ensure the board is not plugged in when first installing the driver. Will make things less confusing for both you and your board. | This driver will allow programming and serial communication from the Arduino IDE to the Dev Board via a COM port on your PC. Ensure the board is not plugged in when first installing the driver. Will make things less confusing for both you and your board. | ||
- | Add the ESP32 support into the Arduino IDE using these instructions: https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md | + | Add the ESP32 support into the Arduino IDE using these instructions: https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#installing-using-arduino-ide |
Essentially, get the stable URL and add it to the "Additional Boards Manager URLs" under Preferences. | Essentially, get the stable URL and add it to the "Additional Boards Manager URLs" under Preferences. |