blog/_posts/2013-04-12-greenhouse-ardui...

37 lines
1.1 KiB
Markdown

---
title: "GreenHouse [Arduino Duemilanove + Leonardo]"
date: 2013-04-12
url: greenhouse-arduino-leonardo-duemilanove
layout: post
category: Hacking
---
[![A missing blog post image](/img/blog/greenhouse-arduino-leonardo-duemilanove.jpg)](/img/blog/greenhouse-arduino-leonardo-duemilanove.jpg)
We built an improved greenhouse. We decided to optimize the environmental characteristics of a place, to improve the plant growth.
Features :
* Optimize the luminosity
* Optimize the humidity
* Optimize the temperature
* Show the different characteristics on the screen
* Indicate the state of the Arduino with the RGB Led
* Allow the user to change his settings with a potentiometer
All the project can run with one Arduino, but we think that it would be "cleaner" with two.
We used a solenoid controlled by a relay and a transistor, connected with a flex holed tube.
The luminosity is optimized by a servo motor, controlled by the first Arduino, which applies different angle to a Venetian store.
More details here: <http://www.ose-tpe.sitew.fr/>.
Thanks to Ryan :+1:
Codes [here](https://gist.github.com/HorlogeSkynet/abfc05ee6a2c67c72afb9252a0422bd0).