Hi,
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.
Webserver function
-
- Posts: 3
- Joined: Fri Apr 08, 2016 1:42 pm
Re: Webserver function
Postby ESP_Faye » Tue Apr 12, 2016 11:11 am
Hi,
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 !
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 !
-
- Posts: 3
- Joined: Fri Apr 08, 2016 1:42 pm
Re: Webserver function
Postby joecheng56 » Wed Apr 13, 2016 3:07 pm
Hi,
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.
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.
Who is online
Users browsing this forum: No registered users and 2 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.