HYDRO LED BRUTE by /u/HaplessAstronaut

It is done. It is overly complicated, and I'll probably kill the plant with it - but I had FUN making it! I'm using a 5 gallon black bucket for a reservoir, plus a 20 gallon bucket for the main container. A lot of this was stuff I already had, so I really didn't spend much. As you might have noticed, there is no RTC on the Arduino so right now the lights are running from the relay to a regular light timer. After I get a better light top built I'd like to add an RTC and some data logging capability to the Arduino. I'll eventually put it all on a real circuit board. Crawl before you walk, right?

THE LIGHTS

So these were salvaged from a light bar I built a long time ago for something else. This light hood is temporary until I have time to build a better one. The LEDs are Vero 13, in parallel. Kind of a no-no wiring wise, but they do all have fuses on them. These chips were binned pretty well, too. The current is nearly equal to all as is. Like I said, temporary. About 100w of 4000k led. 12v supply, Arduino, L7805 regulator, ULN2803 for powering. Bottom row of LED's indicate the relays. The 7 segment displays the sensor data: water temp, air temp, humidity, and fan speed. The button cycles the values. The top row indicates which is showing at the moment.

UPDATE

After the first week using this setup, a number of problems with the controller have become apparent. The first big flaw is not having data logging. Using the arduino as a readout for sensors is kinda pointless when you can buy a $15 device from HD that can do that already. The other big flaw is not having external environment sensors, without this the controller can never really know where the optimal settings for ventilation are. If your bucket is inside, this wouldn't be much of an issue but mine is outside where the environment is constantly changing. So I'm skipping the new light top and redoing the controller first. I've moved from the Uno to the pro mini platform, added an RTC, added SD card for logging, and swapped out the 7 segment + LED's for an I2C display to free up some pins on the ardunio.