ESP8266 Developer Zone The Official ESP8266 Forum 2015-10-26T17:45:46+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=1265 2015-10-26T17:45:46+08:00 2015-10-26T17:45:46+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1265&p=4278#p4278 <![CDATA[Re: AT v0.50 - ESP-01 - AT+CWLAP="WiFi" command not working]]>
Please have a try with the new AT bin.

If your problem is still unsolved, please feel free to let us know.

Thanks for your interest in ESP8266!
AT_bin_for_CWLAP_151026.zip

Statistics: Posted by ESP_Faye — Mon Oct 26, 2015 5:45 pm


]]>
2015-10-22T01:40:29+08:00 2015-10-22T01:40:29+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1265&p=4221#p4221 <![CDATA[AT v0.50 - ESP-01 - AT+CWLAP="WiFi" command not working]]>

Code:

AT+CWLAP="WiFi" working, it only responds with OK, but when I issue

Code:

AT+CWLAP
it shows the network:

Code:

+CWLAP:(4,"WiFi",-47,"aa:aa:aa:aa:aa:aa",9,66,0)
+CWLAP:(4,"AnotherNetwork",-91,"bb:bb:bb:bb:bb:bb",11,105,0)

OK


I'm using this command to check if the network is available before connecting to it, and the microcontroller I'm using doesn't have a lot of RAM to check with the whole list of networks. Can this be fixed?

Statistics: Posted by mondul — Thu Oct 22, 2015 1:40 am


]]>