ESP8266 Developer ZoneThe Official ESP8266 Forum2016-04-13T15:07:33+08:00https://bbs.espressif.com:443/feed.php?f=16&t=19992016-04-13T15:07:33+08:002016-04-13T15:07:33+08:00https://bbs.espressif.com:443/viewtopic.php?t=1999&p=6438#p6438 I have fixed this issue.
I use ARM-M0 MCU to run Client & Server via AT+Command (UART).
For Webserver function, It's work for both Soft-AP and Station mode right now. PS: Under Soft-AP Mode(WiFi AP Disconnected), it is necessary to reduce AT+Command issue frequency.
]]>2016-04-12T11:11:45+08:002016-04-12T11:11:45+08:00https://bbs.espressif.com:443/viewtopic.php?t=1999&p=6422#p6422 Sorry that AT commands do not support webserver function by default.
Statistics: Posted by ESP_Faye — Tue Apr 12, 2016 11:11 am
]]>2016-04-08T15:11:36+08:002016-04-08T15:11:36+08:00https://bbs.espressif.com:443/viewtopic.php?t=1999&p=6386#p6386 I refer the document,chap5 of "4B-ESP8266__AT Command Examples__CN_v1.3.pdf" to establish the WebServer. The webserver function works fine for sta_IP & ap_IP(192.168.4.1), if ESP8266 link to WiFi AP. But when disconnect the WiFi AP, I can't access the ap_IP, http://192.168.4.1/ .
And I check with AT+CWLIF, the device is link to ESP8266. And it's fine when I ping 192.168.4.1 from device. I try to set ESP8266 to AP mode by AT+CWMODE=2, but it doesn't work. (NG both CWMODE=2 and CWMODE=3)
The information of ESP8266: AT version:0.60.0.0(Jan 29 2016 15:10:17) SDK version:1.5.2(80914727) compile time:Jan 29 2016 19:07:08
I would like to know how to fix this issue. Please help me.