-->
Page 3 of 3

Re: esp8266-05 AT+CWLAP error

PostPosted: Wed Mar 15, 2017 7:25 am
by YMofficial
To get the "AT+CWLAP" command to work, set the CWMODE to both(STA and AT) by using the command "AT+CWMODE=3" and retry the AT+CWLAP command. hope this works... it does for me

Re: esp8266-05 AT+CWLAP error

PostPosted: Fri Dec 04, 2020 8:57 pm
by EndriuGolara
In my case, basic commands like AT, AT+RST was fine, I only get ERROR when try to use CWLAP and other similar.
What I have done is:
    AT+RST
    AT+CWMODE=3 or 1
    AT+RST
    AT+CWLAP
in this order it worked fine and showed available wifi networks.
I hope it will help someone.