Setting up Arduino IDE
Downloading and Installing Arduino IDE
In order to download the Arduino IDE, visit this link, download and run the installation.
Installing ESP32 add-ons for Arduino IDE
- In the Arduino IDE, go to File –> Preferences
- Enter https://dl.espressif.com/dl/package_esp32_index.json into the “Additional Board Manager URLs” field.
- Go to Tools –> Board –> Boards Manager. In the dialog box, that opens up, search for ESP32, and press install button for the “ESP32 by Espressif Systems“.
- Now, go to Tools –> Board. Now, select the ESP32 DEV Module.