-->
Page 1 of 1

ESP8266 AT+CWLAP returns ERROR

PostPosted: Mon Jun 13, 2016 11:06 am
by Enes Cakir
Hi there,

I've connected my Arduino Uno to ESP8266 wifi module directly except some voltage division resistors. I'm able to read AT -> OK and AT+GMR -> Version stuff. However, whenever I try to search WiFi networks nearby (AT+CWLAP) it returns ERROR.

I'm also able to change baud value, everything works just fine.

What should I do?

Thanks in advance.

Re: ESP8266 AT+CWLAP returns ERROR

PostPosted: Tue Jun 14, 2016 8:16 am
by martinayotte
You need to do a AT+CWMODE before to get the ESP in STA or STA+AP, otherwise it is normal to get the ERROR.