Getting Started

Last revision 2026/02/05

Downloading and Installing Arduino IDE

Click to visit the Arduino official website to download Arduino IDE. Choose the appropriate IDE installation package based on your computer's operating system.
IDE-1.png

Import ESP32 JSON Link

Click on the menu: File-Preferences, and the Preferences dialog box will pop up. Then click on the location shown in the figure below to open the link filling window.
SDK-1.png
SDK-2.png
Copy the following link address to the newly opened dialog box, then click the "OK" button.
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
json.jpg

Installing the SDK

Click on the menu: Tools-Board-Board Manager. Enter the board manager, as shown in the figure below:
SDK-3
Enter "esp32" in the search box, select "esp32" in the search results, and click install. As shown in the figure below:
SDK-4

Was this article helpful?

ON THIS PAGE

TOP