-->
Page 1 of 1

AT version of SmartConfig not working

PostPosted: Tue Nov 24, 2015 6:26 am
by esp03madness
Hello friends,

I'm trying to use SmartConfig via AT commands, but having no luck doing so. I've built the latest android app from the github repository. I am using AT 0.50 (sdk 1.4.0).

When I do AT+CWSMARTSTART (already in station mode), and then use the app all I see in the debug UART is:

Code: Select allsmartconfig type:ESPTOUCH


It never goes any further.

However, if I build the standalone SmartConfig example (sdk 1.4.0) then everything works as expected.

What can be the problem?

Re: AT version of SmartConfig not working

PostPosted: Sun Nov 29, 2015 11:15 am
by robercal
It works for me, this is how I do it:

AT+RESTORE
OK
*all the restore + restart info*

AT+CWMODE=1

OK

AT+CWSTARTSMART
OK

*Then I open the android app and select add devices, check the wifi settings and press accept*
smartconfig type:ESPTOUCH
Smart get wifi info
ssid:MYSSID
password:mypassoword
WIFI DISCONNECT
WIFI CONNECTED
WIFI GOT IP
smartconfig connected wifi

AT+CWSTOPSMART
OK


I'm using this at firmware:

AT version:0.50.0.0(Oct 22 2015 11:56:11)
SDK version:1.4.0
compile time:Oct 26 2015 17:33:17

And an android apk built a few minutes ago.