ESP8266 SmartConfig Application icon

ESP8266 SmartConfig 0.3.4.3

1.7 MB / 50K+ Downloads / Rating 2.3 - 202 reviews


See previous versions

ESP8266 SmartConfig, developed and published by Nat Weerawan, has released its latest version, 0.3.4.3, on 2015-11-10. This app falls under the Tools category on the Google Play Store and has achieved over 50000 installs. It currently holds an overall rating of 2.3, based on 202 reviews.

ESP8266 SmartConfig APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.cmmakerclub.iot.esptouch

Updated: 9 years ago

Developer Name: Nat Weerawan

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing ESP8266 SmartConfig on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

2.3
Total 202 reviews

Reviews

5 ★, on 2020-07-03
Works with ESP32-WROOM-32U. make sure WiFi network is 2.4GHz and not 5GHz. Flash the SmartConfig example in esp-idf in to ESP32, then use this app to configure the WiFi.

1 ★, on 2020-01-27
I installed it about a year back. It was working fine. After about a months, I saw esp32 was getting disconnected. When I tried to reconnect it, I was getting failed connection response from the software, but the device was working. After Sept 2019, it completely stopped working. I got a new Esp32. Still it woul not connect.

4 ★, on 2020-07-19
Unknown SSID is showing! I was able to send smart packets from Nokia 6.1 plus , after phone upgrade (redmi note 9s) app cant fetch SSID

1 ★, on 2019-05-09
So got myself a smart plug. Need to use this app for the plug to work. This app will not connect to my internet through my device. then I noticed it hasn't been updated since 2005. if you have old devices it may work but DOES NOT WORK on newer devices.

1 ★, on 2020-08-24
Ssid doesn't show ... anyone else has the same issue please tell..how to fix

4 ★, on 2019-08-11
works ok. Sometimes have to do it 2 or 3 time to have the expected result. Look not working with the last android release. thanks for the creator of this nice tool.

Previous Versions

ESP8266 SmartConfig 0.3.4.3
2015-11-10 / 1.7 MB / Android 4.0+

ESP8266 SmartConfig 0.3.4.3
2018-09-01 / 1.6 MB / Android 4.0+

About this app

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

New features

minor update.

App Permissions

Allows applications to open network sockets.
Allows applications to access information about Wi-Fi networks.
Allows applications to access information about networks.
Allows applications to enter Wi-Fi Multicast mode.