一、下载安装Arduino IDE(更新到1.8.9)
1、Arduino官网:https://www.arduino.cc/
下载链接页面:https://www.arduino.cc/en/Main/Software(可能比较慢)
2、笔者提供了百度网盘链接(链接:https://pan.baidu.com/s/18CFs3m74Eww9yMogIMOBRg),供大家下载,长期有效。
3、通过Arduino中文社区链接地址(https://www.arduino.cn/thread-5838-1-1.html) 下载。
二、添加8266开发板及示例
1、打开arduino IDE,文件----首选项-----附加开发板管理器网址-----填上地址(见附录)
http://arduino.esp8266.com/stable/package_esp8266com_index.json(2.5.2)
http://x.iaoye.xin/package_esp8266com_index.json(2.5.0)
http://wechat.doit.am/package_esp8266com_index.json(2.0.0)
https://github.com/esp8266/Arduino/releases/download/2.5.0/package_esp8266com_index.json(2.5.0)
https://raw.githubusercontent.com/DFRobot/FireBeetle-ESP8266/master/package_firebeetle8266_index.json(2.3.1)
2、工具----开发板-----开发板管理器
3、等待下载完成后,搜索8266,然后安装(非常慢,要耐心)
4、将开发板切换到 ESP8266
5、打开示例
6、编译上传测试
7、若成功可以看到开发板上LED闪烁。
附录:五个ESP8266开发板管理器备选地址
http://arduino.esp8266.com/stable/package_esp8266com_index.json(2.5.2)
http://x.iaoye.xin/package_esp8266com_index.json(2.5.0)
http://wechat.doit.am/package_esp8266com_index.json(2.0.0)
https://github.com/esp8266/Arduino/releases/download/2.5.0/package_esp8266com_index.json(2.5.0)
https://raw.githubusercontent.com/DFRobot/FireBeetle-ESP8266/master/package_firebeetle8266_index.json(2.3.1)
简单强调一下,由于核心网址是国外的,访问的话可能涉及到翻墙,好多同志在使用过程中都遇到了下载错误或无法下载等各种情况,这样的情况是正常的,只需要等网好的情况下多试验几次就好了。