/      日本語

Installing Arduino core for the ESP32

How to install the toolchain for ESP32
This guide explains how to install the compiler and libraries dedicated to the ESP32 for Arduino.

Adding Board Information

Launch Arduino IDE 1.x and open File -> Preferences from the toolbar.

Location of Preferences

Location of Preferences

Enter the following URL into the Additional Board Manager URLs field and click OK.

https://espressif.github.io/arduino-esp32/package_esp32_index.json
Preferences Window

Preferences Window

Installation

Open Tools -> Board: “Arduino Uno” -> Board Manager from the toolbar.

Location of Board Manager

Location of Board Manager

Type “ESP32” in the search box and install the esp32 board definitions.

Board Manager

Board Manager