AWS IoT上的ESP8266 MQTT(通過Websocket)



圖書館:https://github.com/odelot/aws-mqtt-websockets
文章:https://odelotstuff.wordpress.com/2016/03/24/mqtt-no-aws-iot-via-websockets-no-esp8266/。

4 comments
  1. you have done a great job i was able to publish the temp using your dth example using websockets
    thank you so much.

    how do i turn on/off led by subscribing to the get topic

    my json is {state: {
    "desired": {
    "power":on
    },

    "reported":{
    "temp":24,
    "humidity":26
    }
    }
    /get
    Publish an empty message to this topic to get the thing shadow:
    $aws/things/thingName/shadow/get

  2. Hai Fabio Toledo,iam using esp8266 12e device.i downloaded code from github from as u mentioned link above.I unable to compile the code.I included all libraries but .it showing libraries ,AWSClient2.h no such files .

Comments are closed.