Connect Arduino Yun to QNAP NAS via QIoT Suite Lite

QIoT technology to allow you to explore potential IoT business opportunities.
Smart home/Smart building/Smart City/
Post Reply
SunnyYou
New here
Posts: 9
Joined: Mon Jun 25, 2018 4:16 pm

Connect Arduino Yun to QNAP NAS via QIoT Suite Lite

Post by SunnyYou »

Get started with Arduino Yun (Python)
In this tutorial, you will learn the basics of working with Arduino Yun (that runs Linux). You will then learn how to seamlessly connect your devices to QNAP NAS using QIoT Suite Lite. This example is uses the DHT11 humidity and temperature sensor.


1. Configure your devices
1.1 Download Arduino IDE
Download and install the Arduino IDE based on your host PC:
https://www.arduino.cc/en/Main/Software
More Arduino tutorials can be found here:
https://www.arduino.cc/en/Tutorial/HomePage

1.2 Configure and test your devices
If this is your first time using Arduino Yun, you will have to follow some steps to assemble it.
  • Connect Arduino Yun to your PC with USB.
    Open your Arduino IDE and find Blink example.
    qiot-arduino_02.png
    Configure your board:
    qiot-arduino_03.png
    Configure your port:
    qiot-arduino_04.png
    Verify and upload your Blink example to Arduino Yun
    qiot-arduino_05.png
    After uploading your code to Arduino Yun, check your Arduino Yun and you should see L13 blinking:
    qiot-arduino_06.png
    Connect your DHT11 sensor to "Ground", "5V", "Pin 2(Digital)" on Arduino Yun respectively.
qiot-arduino_07.jpg
1.3 Get the IP address of your Arduino Yun
Press and hold the Wi-Fi reset button for 5 seconds.
qiot-arduino_08.png
Go to your Wi-Fi settings and choose "Arduino-Yun-XXXXXXX"(where "XXXXXXX" is the MAC address of your Arduino Yun).
qiot-arduino_09.png
Open your browser and go to "http://192.168.240.1" or "http://arduino.local". The default password is "arduino".
qiot-arduino_10.png
Complete your Board setting and link your Arduino Yun to the router you are using. Skip "API setting"and click "Save".
qiot-arduino_11.png
On your PC, change your Wi-Fi network to your router and now your NAS and Arduino will be on the same network.

For more tutorial, please visit this link https://www.qnap.com/en/how-to/tutorial ... suite-lite
You do not have the required permissions to view the files attached to this post.
Post Reply

Return to “QIoT”