About ESP8266 SmartConfig
ESP8266 SmartConfig
Arduino Code
you can simply call beginSmartConfig() like this
WiFi.beginSmartConfig();
while(1){
delay(1000);
if(WiFi.smartConfigDone()){
Serial.println("SmartConfig Success");
break;
}
}
or the easier way is use library that support smartConfig function such as
WiFiConnector Arduino Library: https://github.com/cmmakerclub/WiFiConnector
Download and install
ESP8266 SmartConfig version 0.3.4.3 on your
Android device!
Downloaded 10,000+ times, content rating: Everyone
Android package:
com.cmmakerclub.iot.esptouch, download ESP8266 SmartConfig.apk
by X####:
Wow, what a time saver! Thanks so much!