Install ESP32 (Arduino-ESP32) to Arduino IDE 2, on Windows 11.


To install ESP32 (Arduino-ESP32) to Arduino IDE 2:
- Click on File in Arduino IDE Menu Bar > Preferences...
- Scroll down to Additional Board Manager URLs field.

Enter the link in Additional Board Manager URLs field:

- Stable release link:
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
- Development release link:
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
Then, install esp32 by Espressif System in Boards Manager.

Comments

Popular posts from this blog

480x320 TFT/ILI9488 SPI wih EP32C3 (arduino-esp32) using Arduino_GFX Library

MicroPython/ESP32-C3 + 1.8" 128x160 TFT ST7735 SPI, using boochow/MicroPython-ST7735 library.