Install the Arduino IDE
If you haven’t already installed the Arduino IDE, you can download it from the official Arduino website.
Add the ESP32 Board URL
- Open the Arduino IDE.
- Go to File > Preferences.
- In the Additional Board Manager URLs field, paste the following URL:
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json - Click OK to save your changes.
Install the ESP32 Board Package
- Go to Tools > Board > Boards Manager.
- In the search bar, type “ESP32”.
- When the ESP32 by Espressif Systems package appears, click Install.
- Once installed, you’ll see a list of ESP32-compatible boards under Tools > Board.
Select Your Board and Port
- Connect your ESP32 board to your computer.
- Go to Tools > Board and select your specific ESP32 board model (e.g., ESP32 Dev Module, ESP32-WROOM-32).
- Next, go to Tools > Port and select the port where your ESP32 is connected.
ESP32
16 Sept. 2025
|
Last Updated: 22 Nov. 2025
|
jaimedcsilva Related