Installing ESP32 on Arduino#
1. Enter 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.json
Here we use the stable version, copy the link of the stable version
Open the Arduino IDE
Go to
File -> Preferences
and findAdditional Board Manager URLs
If you have previously added other development boards, you need to start a new line after pressing Enter and add it here. The effect is as follows
Then, in
Tools -> Board -> Board Manager
, search for esp32Click 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 Aliyun Drive: https://www.aliyundrive.com/s/K5CLnqMjnj5
Download link 2 Community member FishXiaoHei provided: 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. The deletion method: enter %LOCALAPPDATA%/Arduino15/packages
in the file manager address bar, press Enter to enter, and then delete the esp32 folder in it.
After the extraction is complete, open the Arduino IDE again, and you can find the ESP32 development board you are using in the menu bar > Tools > Board.