0.3.4.3 / November 10, 2015
(2.5/5) (240)

Description

ESP8266 SmartConfig Arduino Code you can simplycallbeginSmartConfig() like this WiFi.beginSmartConfig();while(1){delay(1000);if(WiFi.smartConfigDone()){Serial.println("SmartConfig Success");break; } } or the easier wayis use library that support smartConfigfunction such asWiFiConnector ArduinoLibrary:https://github.com/cmmakerclub/WiFiConnector

App Information ESP8266 SmartConfig

  • App Name
    ESP8266 SmartConfig
  • Package Name
    com.cmmakerclub.iot.esptouch
  • Updated
    November 10, 2015
  • File Size
    1.7M
  • Requires Android
    Android 4.0 and up
  • Version
    0.3.4.3
  • Developer
    Nat Weerawan
  • Installs
    50,000+
  • Price
    Free
  • Category
    Tools
  • Developer
  • Google Play Link

ESP8266 SmartConfig Version History

Select ESP8266 SmartConfig Version :
  • 0.3.4.3 (13) - Latest Version
  • 0.3.4.3 (7) - Latest Version
  • ESP8266 SmartConfig 0.3.4.3 APK File

    Publish Date: 2016 /10/18
    Requires Android: Android 4.0+ (Ice Cream Sandwich, API: 14)
    File Size: 1.7 MB
    Tested on: Android 5.1 (Lollipop, API: 22)
    File Sha1: 32d3e35046e183ac10c0da9e680a4da0cf928605
    APK Signature: 8296208327fc9bb6d3597970fc849461a827f045
  • ESP8266 SmartConfig 0.3.4.3 APK File

    Publish Date: 2015 /10/26
    Requires Android: Android 4.0+ (Ice Cream Sandwich, API: 14)
    File Size: 1.6 MB
    Tested on: Android 5.1 (Lollipop, API: 22)
    File Sha1: 2fb810517291e7a91f9692faa9e6a5e0e01bf0b5
    APK Signature: 8296208327fc9bb6d3597970fc849461a827f045

Nat Weerawan Show More...

IoT Switch over MQTT 1.0 APK
Nat Weerawan
an open-source IoT Switch that use MQTTProtocol to sync every devices over retain flag.source code available:http://github.com/cmmakerclub/CMMC-IoTSwitch-androidMIT License.
ESP8266 SmartConfig 0.3.4.3 APK
Nat Weerawan
ESP8266 SmartConfig Arduino Code you can simplycallbeginSmartConfig() like this WiFi.beginSmartConfig();while(1){delay(1000);if(WiFi.smartConfigDone()){Serial.println("SmartConfig Success");break; } } or the easier wayis use library that support smartConfigfunction such asWiFiConnector ArduinoLibrary:https://github.com/cmmakerclub/WiFiConnector
Bluetooth LE Thermometer 2 APK
Nat Weerawan
Features* Show battery level (use AT+BATT?)* Show temperature (just send character byte)Supports:*HM10*service uuid: 0000ffe0-0000-1000-8000-00805f9b34fbcharacteristic uuid: 0000ffe1-0000-1000-8000-00805f9b34fb*BLUNO*service uuid: 0000dfb0-0000-1000-8000-00805f9b34fbcharacteristic uuid: 0000dfb1-0000-1000-8000-00805f9b34fb
CMMC Thermometer 1.0 APK
Nat Weerawan
A MQTT Thermometer made with love byCMMC