ESP8266 Developer Zone The Official ESP8266 Forum 2016-04-13T15:07:33+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=1999 2016-04-13T15:07:33+08:00 2016-04-13T15:07:33+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1999&p=6438#p6438 <![CDATA[Re: Webserver function]]>
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.

Result is as appendix file.
sofeAP_Webserver.png

Statistics: Posted by joecheng56 — Wed Apr 13, 2016 3:07 pm


]]>
2016-04-12T11:11:45+08:00 2016-04-12T11:11:45+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1999&p=6422#p6422 <![CDATA[Re: Webserver function]]>
Sorry that AT commands do not support webserver function by default.

But you can add it by yourself. Refer to: How to add user-define AT command ?

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Tue Apr 12, 2016 11:11 am


]]>
2016-04-08T15:11:36+08:00 2016-04-08T15:11:36+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1999&p=6386#p6386 <![CDATA[Webserver function]]>
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.
webserverNG.png

Statistics: Posted by joecheng56 — Fri Apr 08, 2016 3:11 pm


]]>