Installing support for ESP8266 and ESP32 boards in Arduino IDE

Please first install Arduino IDE (from previous post) and then follow the below steps to enable development of ESP8266 and ESP32 boards.

For ESP8266 board:

Go to File->Preference->Additional Boards Manager URLs , field and put the below URL.

https://arduino.esp8266.com/stable/package_esp8266com_index.json

Now go to Tools->Boards->Board Manager and search for esp8266 by esp8266 community and install it.

For ESP32 board:

Go to File->Preference->Additional Boards Manager URLs , field and put the below URL.

https://dl.espressif.com/dl/package_esp32_index.json

Now go to Tools->Boards->Board Manager and search for esp32 by Espressif  systems and install it.

Add a Comment

Your email address will not be published. Required fields are marked *