ESP32 - Software Installization

To program for ESP32 board, we need:

It seems to be complicated ⇒ don't worry, The Arduino IDE does all for you. you just need to:

Arduino IDE is available for Windows, Mac OS X and Linux. We need to do the following steps:

Arduino IDE - How to config ESP32
https://dl.espressif.com/dl/package_esp32_index.json
Arduino IDE - How to config ESP32

※ NOTE THAT:

Note: In case you use the ESP8266 and ESP32, you can separate the URLs with a comma as follows:

https://dl.espressif.com/dl/package_esp32_index.json, http://arduino.esp8266.com/stable/package_esp8266com_index.json
Arduino IDE - How to install ESP32

The software installation is done. The next step is to run first program on ESP32 board: ESP32 - Hello World program.

※ OUR MESSAGES