Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By mishagu
#24409 Hi,

I just got a new ESP-8266-05 and tried it with the same script that worked fine for another ESP8266. I connected antenna. Hooked up to Arduino UNO. The chip responds to AT by OK. AT+CIFSR returns 192.168.4.1 and OK. But AT+CWLAP returns: ERROR. I tried all combinations of CR, Newline from the Serial Monitor: CR+NL returns ERROR. CR alone echoes the command but shows nothing, and cursor sits on the same line behind the last letter P. NL alone echoes command, returns empty line and then ERROR. No line ending - same as CR alone.

Why does it return "ERROR" and no list of APs?
User avatar
By Anthony Perks
#28767 Yeah, I'm getting the same error, and I've definitely got it set correctly in the CWMODE setting. It is set at 2.

Code: Select allsend : AT+RST
response : AT+RST

OK

 ets Jan  8 2013,rst cause:4, boot mode:(3,0)

wdt reset
load 0x40100000, len 612, room 16
tail 4
chksum 0x12
load 0x3ffe8000, len ,tc
84tumdoS
 
 tuslŽCÿ

Vendor:www.ai-thinker.com

SDK Version:0.9.5(b1)
Compiled @:Dec 25 2014, 21:50:58
ready

done
send : AT+CWMODE?
response : AT+CWMODE?
+CWMODE:2

OK

done
send : AT+CWLAP
response : AT+CWLAP

ERROR


Any ideas? No idea why this isn't working.
User avatar
By Polohpi
#28978 hi ,

i have a the same problem expet that i have an error at every command in the mode 1 2 and 3. i have juste updated to the version v.0.9.2.2.

I don't know what to do.