-->
Page 1 of 2

ESP8266 relay module SMARTCONFIG

PostPosted: Wed Jan 29, 2020 10:19 am
by Zoran
Hi there,

i have esp8266 board with 2 relays and esp-01....i followed instructions for ESP8266 SMARTCONFIG app for android, but app doesnt want to recognize my network (it shows unknown ssid)....i found somewhere that android 9 cannot work with that app... so where can i find the original code for smartconfig app and which app to use instead of smartconfig app?
thanks

Re: ESP8266 relay module SMARTCONFIG

PostPosted: Wed Jan 29, 2020 12:29 pm
by btidey
Have you tried the IOT SmartConfig version? I don't use it myself but that one is supposed to have the right permissions.

Re: ESP8266 relay module SMARTCONFIG

PostPosted: Wed Jan 29, 2020 3:23 pm
by Zoran
no i didnt try it
but where can i find preload code to put on esp-01 to be able to use iot?

Re: ESP8266 relay module SMARTCONFIG

PostPosted: Thu Jan 30, 2020 4:37 am
by btidey
Basic support for smartconfig is built into the esp wifi libraries.

You basically call WiFi.beginSmartConfig(); when you have failed to connect to wifi normally.

See
https://www.eeweb.com/profile/steve6366 ... ome-device