Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.46 KB

Esp32.md

File metadata and controls

24 lines (16 loc) · 1.46 KB

Installation of ESP32 board support package in Arduino IDE

Installing with Boards Manager

Starting with 1.8.9, Arduino allows installation of third-party platform packages using Boards Manager. We have packages available for Windows, Mac OS, and Linux (32 and 64 bit).

  • Install the current upstream Arduino IDE at the 1.8.9 level or later. The current version is on the Arduino website.

  • Start Arduino and open the Preferences window. 1

  • Enter https://dl.espressif.com/dl/package_esp32_index.json into the File>Preferences>Additional Boards Manager URLs field of the Arduino IDE. You can add multiple URLs, separating them with commas. 2

  • Click on "OK"

  • Open Boards Manager from Tools > Board menu 3

  • And install esp8266 platform 4

  • Once esp8266 board support is installed click on "Close" 5

  • (And don't forget to select your ESP32 DEVMODULE board from Tools > Board menu after installation).