NodeMCU(ESP8266)如何使用Arduino进行编程

在arduino软件的首选项中,增加板件地址

http://download.dfrobot.top/FireBeetle/package_esp32_index.json
http://arduino.esp8266.com/stable/package_esp8266com_index.json
https://dl.espressif.com/dl/package_esp32_index.json

搜索ESP8266安装

我使用的NodeMCU V3.0,芯片丝印是ESP8266MOD

Arduino 上选择如下,编译下载程序即可

下面就可以进行编程和程序烧写了。需要注意的是,Arduino里面的引脚号和PCB板上是不对应的,对应关系如下:

需要使用外面的GPIO的引脚编码,而不能使用Dn的编码

原创文章 17 获赞 1 访问量 269

猜你喜欢

转载自blog.csdn.net/cw_huang/article/details/105815352