Hardware Reference
In-Depth Information
3.1
Hardware & software requirements
For this project, you will of course need the Arduino Yun board. You will also need a
DHT11 (or DHT22) sensor, along with a 4.7K resistor, for humidity measurements.
For pressure & temperature measurements, I used a BMP085 sensor on a breakout board.
You can also use the newer BMP180 sensor, which works with the same library.
For light levels measurements, I used a photocell with a 10K Ohm resistor. Finally, I used a
breadboard and some male-male jumper wires.
Arduino Yun ( https://www.adafruit.com/product/1498 )
DHT11 sensor + 4.7K resistor ( https://www.adafruit.com/product/386 )
Photocell ( https://www.adafruit.com/product/161 )
10K Ohm resistor ( https://www.sparkfun.com/products/8374 )
BMP180 sensor ( https://www.adafruit.com/product/1603 )
Some male/male jumper wires ( https://www.adafruit.com/product/758 )
Breadboard ( https://www.adafruit.com/product/64 )
On the software side, you will need the Arduino IDE 1.5.x in the latest version (in Beta when
this article was written):
http://arduino.cc/en/Main/Software#toc3
You will also need the DHT library:
https://github.com/adafruit/DHT-sensor-library
The BMP085 or BMP180 library:
https://github.com/adafruit/Adafruit_BMP085_Unified
 
Search WWH ::




Custom Search