http://digistump.com/package_digistump_index.json
首先安装好arduino ide arduino中文社区可以下载https://www.arduino.cn/thread-5838-1-1.html
安装好之后,添加nodemcu的板型在文件-》首选项 点击附加开发板网址管理http://arduino.esp8266.com/stable/package_esp8266com_index.json
放上这个网址
在工具,开发板-》开发板管理里 搜索esp8266并进行安装。
完成后
选择nodemcu板型
然后打开程序就可以上传了
修改这个WiFi密码,连接自己的WiFi,只能英文,和2.4g网络 中文和5g连不上
const char* ssid = “zhaoxinrong”;
const char* password = “zhaoxinrong”;
引脚为:
scl --D1<