Installing ESP32 on Arduino#
1. Access the Espressif installation guide to add the ESP32 development board#
https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html
-
Stable release link: Stable version
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json -
Development release link: Development version
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.jsonHere we will use the stable version, copy the link of the stable version
Open the Arduino IDE
Go to
File -> Preferencesand findAdditional Board Manager URLsIf you have previously added other development boards, you need to start a new line after pressing Enter, the effect is as follows

Then, in
Tools -> Board -> Board Manager, search for esp32
Click on Install
2. Download the community-packaged ESP32 installation package, run it directly, and the program will automatically extract it to the corresponding location.#
Download link 1 Alibaba Cloud Drive: https://www.aliyundrive.com/s/K5CLnqMjnj5
Download link 2 Provided by community member "鱼小黑": https://cloud.codess-nas.top:5213/s/2Ocn
Download link 3 Baidu Cloud Drive provided by the author: Link: https://pan.baidu.com/s/1nisr7T6HNtuhVhB8mOH7eA?pwd=fex5
Extraction code: fex5
If you have installed other versions of the ESP32 package, please delete them first and then use this installation package. To delete, enter %LOCALAPPDATA%/Arduino15/packages in the file manager address bar, press Enter to enter, and then delete the esp32 folder.
After the extraction is complete, open the Arduino IDE again, and you will find your ESP32 development board in the menu bar > Tools > Board.