Discover

Topics

ESP8266 SmartConfig

ESP8266 SmartConfig APK

ESP8266 SmartConfig APK

0.3.4.3 FreeNat Weerawan ⇣ Download APK (1.72 MB)

ESP8266 SmartConfig

What's ESP8266 SmartConfig APK?

ESP8266 SmartConfig is a app for Android, It's developed by Nat Weerawan author.
First released on google play in 8 years ago and latest version released in 8 years ago.
This app has 73K download times on Google play and rated as 2.41 stars with 222 rated times.
This product is an app in Tools category. More infomartion of ESP8266 SmartConfig on google play
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