Page 1 of 1

ESP32 AT+CWSAP

Posted: Mon Jul 17, 2017 11:12 am
by Kishore
hi,
I tried to set the ssid in softap mode using AT-Command
AT+CWSAP="ESP_MAIN_W","","1","0"
i am getting same reply(echo), any command after this gives ERR CODE:0x01080003.
other commands are working.

Kindly suggest to rectify the issue.

Thanks
Kishore

Re: ESP32 AT+CWSAP

Posted: Wed Jul 19, 2017 1:04 am
by frackers
Make sure the AP is enabled with AT+CWMODE of 2 or 3
Channel and ECN should be not quoted.
i.e. AT+CWSAP="ESP_MAIN_W","",1,0

Re: ESP32 AT+CWSAP

Posted: Fri Jul 21, 2017 6:45 am
by Kishore
Thanks for your reply frackers,

i tried AT+CWSAP="ESP_MAIN_W","",1,0 same error,
screenshot attached.
esp32.png
esp32.png (33.81 KiB) Viewed 5175 times