ESP8266 Developer Zone The Official ESP8266 Forum 2016-01-13T14:15:44+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=470 2016-01-13T14:15:44+08:00 2016-01-13T14:15:44+08:00 https://bbs.espressif.com:443/viewtopic.php?t=470&p=5354#p5354 <![CDATA[Re: Is it possible to switch between SoftAP and WiFi client?]]>
Sorry that AT firmware does not support it by default, you need to program it by yourselves.

Statistics: Posted by ESP_Faye — Wed Jan 13, 2016 2:15 pm


]]>
2016-01-12T20:29:37+08:00 2016-01-12T20:29:37+08:00 https://bbs.espressif.com:443/viewtopic.php?t=470&p=5346#p5346 <![CDATA[Re: Is it possible to switch between SoftAP and WiFi client?]]>
Did you get this solved? I have the same problem. I want to set the module in AP mode, then make a wifi connection, login to a website on the module, configure the local WIFI network SSID and password, reboot the module and then let the wifi module connect to the local WIFI network. A similar procedure is using the smartconfig, but a user does not always have an android or IOS phone. Setting WIFI network SSID and password in a webbrowser will work on any system.

Statistics: Posted by Arend — Tue Jan 12, 2016 8:29 pm


]]>
2015-05-21T17:01:11+08:00 2015-05-21T17:01:11+08:00 https://bbs.espressif.com:443/viewtopic.php?t=470&p=1818#p1818 <![CDATA[Re: Is it possible to switch between SoftAP and WiFi client?]]>
This is what I would like to do. Send AT+CWMODE=3 to set ESP8266 in softAP+station mode. Then, a WiFi client will connect to the ESP8266 softAP and send a list of SSID/passwords to ESP8266. After receiving this list, ESP8266 will now act as WiFi client and connect to nearby AP based on the list of matching SSID/passwords.

Can this be done using the AT command firmware? Or do I have to write some custom firmware on ESP8266 myself? If yes, what development tools like the compiler is required? How much do they cost? Hopefully, my objective can be achieved using ESP8266.

Thank you.

Statistics: Posted by helpme — Thu May 21, 2015 5:01 pm


]]>
2015-05-20T16:05:53+08:00 2015-05-20T16:05:53+08:00 https://bbs.espressif.com:443/viewtopic.php?t=470&p=1801#p1801 <![CDATA[Re: Is it possible to switch between SoftAP and WiFi client?]]>
AT+CWMODE=1 // set ESP8266 in station mode , ESP8266 module becomes a normal WiFi client that can connect to an Access Point.
AT+CWMODE=2 // set ESP8266 in softAP mode , ESP8266 module becomes an Access Point so that other WiFi clients can connect to it
AT+CWMODE=3 // set ESP8266 in softAP+station mode , ESP8266 can be a station connected to AP ,meanwhile, ESP8266 can be an AP so that other WiFi clients can connect to it

More AT commands in document "4A-ESP8266__AT Instruction Set" http://bbs.espressif.com/viewtopic.php?f=5&t=398

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Wed May 20, 2015 4:05 pm


]]>
2015-05-20T13:34:11+08:00 2015-05-20T13:34:11+08:00 https://bbs.espressif.com:443/viewtopic.php?t=470&p=1798#p1798 <![CDATA[Is it possible to switch between SoftAP and WiFi client?]]> On receiving a command like AT+Client, ESP8266 module becomes a normal WiFi client that can connect to an Access Point. Is this possible with ESP8266?

Thank you.

Statistics: Posted by helpme — Wed May 20, 2015 1:34 pm


]]>