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
Post a Comment