Page 1 of 1

ESP32 SmartConfig issue

Posted: Thu Jan 19, 2017 9:09 am
by xzwang
Does anyone have used esp32 SmargConfig? I tried to connect WiFi by Smartconfig, the smartconfig type is SC_TYPE_ESPTOUCH. However esp32 can't connect to WiFi. In smartconfig_done callback, only print the log "SC_STATUS_FIND_CHANNEL", no any other callback status. I think it should get "SC_STATUS_GETTING_SSID_PSWD" if smartconfig working without any problem.

Re: ESP32 SmartConfig issue

Posted: Fri Jan 20, 2017 2:42 am
by xzwang
I find the SC version in ESP32 is V2.6.3 and I used ESP-TOUCH Android APK v0.3.4.3 on http://espressif.com/zh-hans/support/do ... d%5B%5D=20m . Is that the apk is too old? I also tried Airkiss, it worked fine.

Re: ESP32 SmartConfig issue

Posted: Sun May 07, 2017 11:00 am
by rillhu
I guess if you clone the latest esp-id and use below example code, the smartconfig should work.
https://github.com/icamgo/esp-idf/tree/ ... martconfig