首先说明一点:这里的安装是指在Arduino开发板管理器当中搜索并到安装完成的时间,电脑性能好的估计就20-30秒即可安装完成,不包含HFS搭建准备的时间。
在此之前有介绍过,这次借电脑更换硬盘,自己重新搭建,顺带分享过程和经验以及相关资源。(软件和资源包我都会在文章末尾提供,让你安装无忧)
授之以鱼不如授之以渔的精神
,这里教会大家如何搭建,学会了这个方法,对于任何开发板的安装都可以依葫芦画瓢。再也不用求人以及搜索其他繁琐的教程来看。win10 X64
位的系统为例。3.0.2
HFS(Http File Server) 是免费开源的网络服务器,可用于文件共享。本工具是免安装的。
.json
文件:http://arduino.esp8266.com/stable/package_esp8266com_index.json
https://github.com/esp8266/Arduino/releases/download/3.0.2/esp8266-3.0.2.zip
https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/i686-w64-mingw32.xtensa-lx106-elf-1757bed.210717.zip
https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.4-gcc10.3/x86_64-w64-mingw32.xtensa-lx106-elf-1757bed.210717.zip
上面两个包,其实只用到了一个包。
https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-3.7.2.post1-embed-win32v2a.zip
https://github.com/igrr/esptool-ck/releases/download/0.4.6/esptool-0.4.6-win32.zip
✨如果是使用本篇文章所提供的的资源不需要再做修改,如果是自己搭建,需要修改
.json
内容中的资源包指向本地网络地址。
.json
中原来的资源地址。由于是本地化安装,安装速度极快。(我这里安装了级不再演示了)
链接:https://pan.baidu.com/s/1v8kwuXVNFXOcJLBSTIcN6A
提取码:p336
通过Arduino IDE下载信息链接情况来看,似乎只需要挂载Win32位的资源即可。
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
- ✨此方法有点灯科技提供。
https://diandeng.tech/dev
点击相应的资源链接可跳转到对应的安装教程页面。