Installation¶
To get started with Arduino, it’s easiest to install Arduino’s own development environment, the Arduino IDE.
Arduino IDE¶
The Arduino IDE is a development environment for Arduino. With it you can write code and upload it to a microcontroller. The IDE includes built‑in examples and a serial monitor to inspect the microcontroller’s output.
Installation
- Go to the Arduino website.
- Download the Arduino IDE for your operating system.
- Install the Arduino IDE on your computer by following the installation steps of the setup.
Configuration¶
To use ESP32 boards from within the Arduino IDE you first need to install the ESP32 board support package. Follow these steps:
- Open the Arduino IDE.
- Go to
Files>Preferences. - Under the
Preferencestab, click the button next toAdditional Boards Manager URLs. - In the text field that opens, add the following URL:
- Click the
OKbutton to save the settings.
You can now install the ESP32 boards.

- Navigate to
Tools>Board>Boards Manager. - Search for
ESP32and click theInstallbutton to install the ESP32 boards (make sure to choose the Espressif Systems variant).