1.0 / December 18, 2015
(3.0/5) (7)

Description

an open-source IoT Switch that use MQTTProtocol to sync every devices over retain flag.

source code available:http://github.com/cmmakerclub/CMMC-IoTSwitch-android

MIT License.

App Information IoT Switch over MQTT

  • App Name
    IoT Switch over MQTT
  • Package Name
    com.cmmakerclub.iot.cmmciotswitch
  • Updated
    December 18, 2015
  • File Size
    Undefined
  • Requires Android
    Android 4.1 and up
  • Version
    1.0
  • Developer
    Nat Weerawan
  • Installs
    1,000 - 5,000
  • Price
    Free
  • Category
    Tools
  • Developer
  • Google Play Link

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