摘要:
Arduio for esp8266 官网API:http://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/readme.html 很有价值的参考文献:http://blog.csdn.net/sadshen/article/detail 阅读全文
posted @ 2018-01-16 23:28
MKT-porter
阅读(4664)
评论(0)
推荐(0)
摘要:
hostname -I 10.13.34.185 4900 light-wings http://blog.csdn.net/qq754438390/article/details/50042511 阅读全文
posted @ 2018-01-16 19:51
MKT-porter
阅读(258)
评论(0)
推荐(0)
摘要:
官网API:http://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/readme.html STA (客户端)手机连接路由器 S1 *简单的连接WIFI 自己当手机,连接wifi S2 *添加WIFI备用,自动连接 S3 连接WIFI, 阅读全文
posted @ 2018-01-16 02:31
MKT-porter
阅读(8685)
评论(0)
推荐(0)
摘要:
#include "ESP8266WiFi.h" void setup() { Serial.begin(115200); //设定WiFi为STA模式,如果先前已连接上AP,则与之断开 WiFi.mode(WIFI_STA); WiFi.disconnect(); delay(100); Serial.println("Setup done"); } ... 阅读全文
posted @ 2018-01-16 02:18
MKT-porter
阅读(1604)
评论(0)
推荐(0)
摘要:
官方文档 http://esp8266.github.io/Arduino/versions/2.1.0/doc/libraries.html 引脚口说明 http://yfrobot.com/thread-11798-1-1.html 数字I/O口 Digital IOArduino 引脚号直接对 阅读全文
posted @ 2018-01-16 01:40
MKT-porter
阅读(16851)
评论(1)
推荐(0)
浙公网安备 33010602011771号