ESP8266 Developer Zone The Official ESP8266 Forum 2017-04-07T14:28:44+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=3258 2017-04-07T14:28:44+08:00 2017-04-07T14:28:44+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3258&p=12071#p12071 <![CDATA[Re: AT Command + Webserver]]>
As for handling multiple connections, the connection number is provided in the +IPD tag when you receive data. That can be used to determine which device sent the data to your server.

Statistics: Posted by Guest — Fri Apr 07, 2017 2:28 pm


]]>
2017-04-04T06:42:05+08:00 2017-04-04T06:42:05+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3258&p=11929#p11929 <![CDATA[Re: AT Command + Webserver]]>
Set up web server:

AT+RST
AT+CWMODE=1
AT+CWJAP="MySSID","MyPwd"
AT+CIPSTA_DEF="10.0.0.6","10.0.0.1","255.255.255.0"
AT+CIPMUX=1
AT+CIPSERVER=1,80

Get 1st connection to link 0:

0,CONNECT

Before mannaging to send reply to 0 and close it (AT+CIPCLOSE=0) you can get another connection to link 1:

1, CONNECT

How can I tell which link (0 or 1) does input stream of data belong to?

Thank you.

Statistics: Posted by Bojan — Tue Apr 04, 2017 6:42 am


]]>
2017-04-03T20:59:33+08:00 2017-04-03T20:59:33+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3258&p=11893#p11893 <![CDATA[Re: AT Command + Webserver]]> i have the same problem - there is no templates nor other help for having the home network SSID and password, from a connected phone. i mean - i need to write the WEB page by myself, wait to an answers, and then to reconnect to the that network.
i developing a project with Renesas CPU, which connect to the ESP-12E through a UART. means that i can only execute AT-commands.

if you found something on that issue, please share it with me....

thank you in advance
Eznasi

Statistics: Posted by eznasi — Mon Apr 03, 2017 8:59 pm


]]>
2017-02-06T12:17:56+08:00 2017-02-06T12:17:56+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3258&p=11252#p11252 <![CDATA[Re: AT Command + Webserver]]> However, if you need the ESP-01 to manage more... such as serve simple pages or parse requests, etc., this can be done by using custom AT commands. You need to add custom commands or server code to existing AT commands using nonOS SDK.

Statistics: Posted by Guest — Mon Feb 06, 2017 12:17 pm


]]>
2017-01-12T00:47:41+08:00 2017-01-12T00:47:41+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3258&p=11094#p11094 <![CDATA[AT Command + Webserver]]>
How can i have AT Command mecanism through UART & WebServer for AP management in the same firmware ?
Is there already some existing material for that ?

I am using another MCU beside the ESP01 and i want the ESP01 to be able to handle connection management and to provide Net connection to the other MCU trough AT Commands (or something else) in the other hand.

Thank you for your answers
François

Statistics: Posted by francis — Thu Jan 12, 2017 12:47 am


]]>