Setting up the Arduino environment of ESP32 (simple and rude)

The files required to install the 1.0.6 version of the esp32 development board environment

https://github.com/espressif/arduino-esp32/releases/download/1.0.6/esp32-1.0.6.zip 

https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-win32.zip

https://github.com/espressif/arduino-esp32/releases/download/1.0.5-rc5/xtensa-esp32-elf-win32-1.22.0-97-gc752ad5-5.2.0.zip

https://github.com/espressif/arduino-esp32/releases/download/1.0.5-rc5/esptool-3.0.0.2-windows.zip

https://dl.espressif.com/dl/esptool-2.3.1-windows.zip

https://codeload.github.com/espressif/arduino-esp32/zip/refs/heads/master

configuration


Enter https://dl.espressif.com/dl/package_esp32_index.json to save

click

 Enter the packages in the staging file in the Arduino15 file, and put the 6 compressed packages downloaded above into

 

Next, you can search for esp32 and select version 1.0.6 to install, the installation is successful, and the Internet of Things is turned on.

 

Guess you like

Origin blog.csdn.net/qq_50395641/article/details/127880990