ESP32 Configure

--Resource --

1. Arduino IDE

1. Download Latest Arduino IDE from here
2. Install it
3. Run Application


2. ESP32 configure

1. In your Arduino IDE, go to File > Preferences
2. Enter the following into the “Additional Board Manager URLs” field:


    https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
            

3. Then, click the “OK” button:

3. ESP32 Install

1. Open the Boards Manager. (Go to Tools > Board > Boards Manager)
2. Search for ESP32 and press install button for the “ESP32 by Espressif Systems“:
3. That’s it. It should be installed after a few seconds.

4. ESP32 Use

1. Connect ESP32 to your PC by using Datacable
2. Tools > Board > ESP32Arduino > ESP32 Dev Module
3. Tools > port > COM* (usb port select)