How to Use QBoat Sunny to Build WiFi Applications

by tombadil24 in Workshop > Tools

541 Views, 2 Favorites, 0 Comments

How to Use QBoat Sunny to Build WiFi Applications

2.jpg

In this tutorial, we will use transfer information from DHT11 (connected to LinkIt 7697) to QBoat Sunny via HTTP. Then, the QIoT Suite Application will output the temperature every 30 seconds, and humidity every 60 seconds.



Supplies

What You’ll Need:

  • QBoat Sunny
  • MediaTek LinkIt 7697
  • DHT11 Temperature and Humidity Sensor
  • AP Wireless Router
  • Files used: Download Here

Create and Setup QIoT Application

1.png

Open QIoT Suite > IoT Applications > Import > select test.json

Connect LinkIt 7697

2.jpg

Connect the DHT11 to LinkIt 7697.

  • GND to GND
  • VCC to 3V3
  • Signal to P3

Open Dht11-wifi.ino in Arduino IDE and Change Network SSID and Password Accordingly

3.png

Download and Install the Arduino IDE here.

Upload Dht11-wifi.ino to LinkIt 7697 Via Arduino IDE.

4.png

Open the Serial Monitor (Ctrl + Shift + M). the Serial Monitor Will Show LinkIt’s IP Address. Copy This IP Address

5.png

Connecting QIoT Suite to LinkIt

6.png

Head back to QIoT Suite and double-click the temp node.

Paste the DHT11’s temperature URL into the URL field, then give this node a name.

URL: http://<LinkIt's IP>/temp

Name: temp

Click Done

​Repeat Step 6, for DHT11’s Humidity URL.

7.png

URL: http://<LinkIt's IP>/humi

Name: humid

Click Save.

Start the Application by Pressing the Start Node, Then Observe the Output Data by Going Into the Debug Tab.

8.png