Page 1 of 2
error in at commands
Posted:
Sat Jan 02, 2016 12:48 pm
by Subhan95
I recently upgraded the at firmware on 3 different esp8266.I used the one that was available on the espressif site as well as several others.However while testing the at commands on all of them I got errors for many at commands such as at+cwlap,at+cipstart etc.Any solutions?
Re: error in at commands
Posted:
Sat Jan 02, 2016 1:10 pm
by martinayotte
What kind of errors ?
BTW, AT commands are case sensitive, so lower cases are not accepted.
Re: error in at commands
Posted:
Sat Jan 02, 2016 2:37 pm
by Subhan95
Yes I'm aware that at commands are case sensitive.For example AT+CWLAP returns ERROR,AT++CIPSTART returns DNS fail
Re: error in at commands
Posted:
Sat Jan 02, 2016 4:24 pm
by martinayotte
Did you first switch the ESP to STA or STA+AP, because in AP only, those functions are prohibited.