ESP32的Arduino环境的搭建(简单粗暴)

安装1.0.6版本的esp32开发板环境需要的文件

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

配置


将https://dl.espressif.com/dl/package_esp32_index.json输入保存

点击

 进入Arduino15文件中的staging文件中的packages,将上面下载的6个压缩包放进

接下来就可以搜esp32选择1.0.6版本进行安装,安装成功,开启物联网。

猜你喜欢

转载自blog.csdn.net/qq_50395641/article/details/127880990