How to Set Up Arduino IDE for ESP32 Development
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
  1. Open the Arduino IDE.
  2. Go to File > Preferences.
  3. In the Additional Board Manager URLs field, paste the following URL:
    https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
  4. Click OK to save your changes.


Install the ESP32 Board Package
  1. Go to Tools > Board > Boards Manager.
  2. In the search bar, type “ESP32”.
  3. When the ESP32 by Espressif Systems package appears, click Install.
  4. Once installed, you’ll see a list of ESP32-compatible boards under Tools > Board.


Select Your Board and Port
  1. Connect your ESP32 board to your computer.
  2. Go to Tools > Board and select your specific ESP32 board model (e.g., ESP32 Dev Module, ESP32-WROOM-32).
  3. 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
  • How to Set Up Arduino IDE for ESP32 Development
  • Sockets with ca_cert

  • Buy Me a Coffee