ESP8266链接命令如下:
My TP -link router has dhcp server, which is only has 1 min to expire. So ESP8266 will be disconnected. How to fix this problem?
==============用于连接的命令:AT Command used during link=====================
AT+CWQAP // disconnect if exist link
AT+CWMODE_CUR=1
AT+CWJAP_CUR=<AP_NAME>,<AP_PWD>
AT+CIFSR // list IP from DHCP
AT+CIPMUX=1
AT+CIPSTART=0, "TCP", SER_IP, SER_Port
============每隔一段时间就会断开, 收到如下命令: HOST MCU will RX the disconnected string from ESP8266=====
0, closeStatistics: Posted by mountain8848 — Wed Mar 29, 2017 4:05 pm
]]>