Welcome to ESP32 Programming Tutorial
Welcome to ESP32 Programming Tutorial
Configure Arduino IDE for ESP32 Programming
Install and open the Arduino IDE.
Click the File menu item
Click Preferences
Register the board manager URL
Enter the Espressif github link in the "Additional boards manager URLs textbox (https://espressif.github.io/arduino-esp32/package_esp32_index.json)
Click the OK button
Installing board manager for ESP32
Click Tools from the top menu bar.
Click Board menu item
Click Boards Manager
Search and install Boards Manager for ESP32
Enter "esp32" in the Boards Manager textbox.
Select "esp32 by Espressif Systems".
Choose the latest version and click the INSTALL button.
The board manager is downloading and installing now.
The board manager for ESP32 has been installed.
Selecting the right ESP32 module for your project (in our case ESP32)
Click the Tools from the top menu.
Click "Board".
Then click "esp32".
Finally, click "ESP32 Dev Module".
Congratulations!!! You have now configured Arduino IDE for ESP32 Programming.