The DHT11 is a basic, ultra low-cost digital temperature and humidity sensor. This tutorial will show how to display - DHT11 data on QIoT Dashboard (using a Seeeduino with W5500 Ethernet Shield).
DHT 11

1.  "IoT Applications" →  "Add IoT applications"
1

2.  In "Create a New IoT application":

  • Enter a name for your IoT Application.

  • The Rule name and Dashboard name will be automatically generated based on the IoT Application Name.

  • Click "Create".


2

3. "Add Thing":

  • Enter a name for the Thing (in this sample: "Thingname")

  • "Custom" in "Thing Category"

  • Click "Add"


3

4. Click the "Thing Resources"button, and enter "Thing Resource"
4

5. In "Add Thing Resource":

  • Enter a name for the resource (in this example: "myTemperature")

  • Enter a resource ID (The resource ID is used to create a topic in the QIoT broker. This ID should be unique for the device and no duplicates should be allowed for the same device)

  • Click "Add"


5

6. Click "Connect to device", and "in Thing Information" choose "MQTT", click "Next", and click "download JSON file"
6-1 6-2

7. In the "Rule" window to set the "MQTT Message":

  • Click "MQTT Message In"

  • Uncheck "Use custom topic"

  • Choose the Thing "Thingname"

  • Click "Add", and choose "myTemperature" in "Resources"

  • Click "Done", and "Save"


7

8.  After setting the Rule, open the Arduino and the JSON file, and then copy the code (username, clientId, host, password, and topic) into Arduino, respectively. After copying, upload the file
8

9. Return to the Rule tab, and connect the MQTT Message In and Dashboard
9

10. In the Dashboard tab, you could see a sample temperature
10
arrow
arrow
    全站熱搜

    tttt 發表在 痞客邦 留言(4) 人氣()