Arduino Yun examples
From Wiki for Dragino Project
Revision as of 22:01, 29 November 2013 by Edwin (Talk | contribs) (Created page with "=Introduce= This page include some examples for how to use Arduino Yun with Dragino device. =Get temperature / humidity data and show in Internet= Overview: This example will sh...")
Introduce
This page include some examples for how to use Arduino Yun with Dragino device.
Get temperature / humidity data and show in Internet
Overview: This example will show how to use MS14 + M32 and a Sensor to get the temperature and humidity data and sent it to a public IoT server and plotting.
Preparation: Below things are required to perform this example:
- MS14 + M32.
- Grove- Temperature and Humidity Sensor(model: SEN11301P). This is a sensor made by SeeedStudio. It uses DHT11 the sensor part. The reference link of this sensor is HERE.
- Download Humidity_Temperature_Sensor library and install the library into Arduino libraries.
- Register a Xively account. Xively is a free/public IoT server. User can transfer their sensor data to xively via internet. Xively will store the sensor data in their database. User can view these data via internet or retrieve the data for further processing. To store sensor data in Xively. Below info from xively: USER_API_KEY, FEED_ID.