赞
踩
本文的原文连接是:
https://blog.csdn.net/freewebsys/article/details/108971807
未经博主允许不得转载。
博主CSDN地址是:https://blog.csdn.net/freewebsys
博主掘金地址是:https://juejin.cn/user/585379920479288
博主知乎地址是:https://www.zhihu.com/people/freewebsystem
下载:
https://www.arduino.cc/en/software
目前已经是2.0.4 的版本了。
在linux 上面直下载 appImage 的文件,就一个打包的。直接允许就行。
有些类库不找不到了。还是使用经典的比较好:
设置扩展地址:
http://arduino.esp8266.com/stable/package_esp8266com_index.json
配置扩展地址之后,就可以找到ESP8266 了。
esp8266:python3@3.7.2-post1
Failed to install platform: esp8266:esp8266.
Error: 2 UNKNOWN: Get "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3-via-env.tar.gz": dial tcp 20.205.243.166:443: connect: connection timed out
然后在用相同的方法,配置好 ESP32 的地址:
https://dl.espressif.com/dl/package_esp32_index.json
github 访问不太好,多试验几次就行。或者切换成其他网络。
Failed to install platform: esp32:esp32.
Error: 2 UNKNOWN: Get "https://github.com/espressif/arduino-esp32/releases/download/1.0.5-rc5/esptool-3.0.0.2-linux.tar.gz": unexpected EOF
官方网站是这里:
https://github.com/espressif/arduino-esp32/releases
https://github.com/esp8266/Arduino/releases
已经有人总结好经验了:
https://blog.csdn.net/bolanlanlan/article/details/112289556
教程做的挺详细的。
esp8266 的镜像还是新的,但是 esp32 的镜像地址居然是很老的。
最新的还是要从github上面下载,然后手动添加上最靠谱的。
没有折腾。
本文的原文连接是:
https://blog.csdn.net/freewebsys/article/details/108971807
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。