ESP8266 SmartConfig

★★★★★
★★★★★
(2.41/5)

0.3.4.3Free8 years ago

Download ESP8266 SmartConfig APK latest version Free for Android

Version 0.3.4.3
Update
Size 1.72 MB (1,801,582 bytes)
Developer Nat Weerawan
Category Apps, Tools
Package Name com.cmmakerclub.iot.esptouch
OS 4.0 and up

ESP8266 SmartConfig APPLICATION description

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


Old versions

Version Size Update
⇢ 0.4.3 (1 variants) ↓ 1.39 MB ◴ 8 years ago
⇢ 0.3.4.3 (1 variants) ↓ 1.72 MB ◴ 8 years ago