Grow Box Controls Heater, Fans, And Water

grow_box_controller

The Cheap Vegetable Gardner wanted more automation than their previous PS2 controller based grow system. This time they set out to design a full featured, compact grow controller that can measure temperature and humidity as well as control a heat lamp, fan, and water pump. An Arduino provides USB connectivity and interfaces the solid state relays and sensors. The assembled project all fits in a box but we are left wondering how much heat the four SSRs generate and will it be a problem?

[Thanks shawn]

Beer Brewer’s Temperature Controller

freezer_temperature_controller

Steady fermentation temperatures, usually at about 65 degrees Fahrenheit, are an important part of brewing beer. Because of this, the wort (unfermented beer) is often temperature controlled during fermentation. [android] needed a temperature controller for fermenting beer in a chest freezer. Much like the energy efficient fridge hack from last month, the chest freezer is switched on and off to achieve the desired temperature. Instead of buying a controller, [android] built around an existing design. His project uses a solid state relay to switch an outlet on and off.

The temperature is controlled by a home thermostat. He removed the thermistor from the unit and extended it with 24 gauge wire so that it can go inside of the chest freezer. Utilizing a junction box, the freezer is plugged into one switched outlet and controlled by the thermostat via the relay. The other outlet is unswitched and provides DC power for the relay using a wall wort transformer. Although this thermostat cannot be set cold enough for lagering, it is perfect for keeping kegs at the correct beer serving temperatures when not being used for fermentation.

SparkFun Kegerator Goes To Eleven

sparkfun-kegerator

It started with a simple need: keep tabs on SparkFun Electronics’ in-house kegerator so the beer won’t run out at inopportune times. But of course SparkFun and “simple need” make strange bedfellows…throw beer in the mix, and you know this can’t end well. The result, as you might imagine, reads like a who’s-who of electronics hackery buzzwords.

Arduino? Check. Custom PCB? Check. Web interface? Check. Twitter feed? Check.

They’ve assembled a nice build tutorial on how this all went together, including code, example circuits, an explanation of some of the sensors used, and links to other tutorials for such things as Twittering and persistent storage in EEPROM using Arduino. Not to mention the eye candy: a custom Arduino shield (solder mask and all), custom acrylic tap handle, custom SparkFun pint glasses. They never do anything halfway, do they?

DIY Solar Panels

solar

Reader [unangst] pointed out to us an article in the U.K.’s Daily Mail, where a teenager from Nepal had managed to create a 9v, 18W solar panel using human hair rather than the usual semiconductors (usually crystalline-silicon). The complex silicon in solar panels are what keep the prices out of reach of developing nations, and while there are a number of new technologies that are helping  bring down the cost, [Karki] managed to make his solar panel for only £23 (roughly $38). He also claims that when mass produced the price could drop substantially down to under $10 a panel, which would shatter the $1/watt sweet spot.

The melanin in hair acts as an organic-semiconductor, and while the hair does not have the longevity that silicon panels have (months rather than years), these panels can be made cheaply and serviced with little to no complex knowledge. Using melanin as an organic semiconductor seems to be a newer idea, because information seems hard to come by, but we managed to find a research paper from 2007 that explored the energy absorption attributes of melanin, as well as some good background info for the science types.

Research Paper (Warning: PDF)

So, Hack a Day readers, which one of you is going to make your home-brew solar panels first? Let us know when you do.

Thanks [unangst].

[digg=http://digg.com/environment/Teenager_Makes_DIY_Solar_Panels_from_Hair_Hack_a_Day]

Arduino Crib Rocker

DSC00102_rocker01 (Custom)

Anyone with children will understand the value of this project immediately. This is an Arduino controlled sound activated crib rocker. [Lars] built a custom suspension system for his baby’s crib which allows a servo, mounted to the floor to rock it gently back and forth. Ok, maybe it’s a vigorous rocking, but that’s what some kids want. At least he’s safe and moderately immobile. He had to make a custom amplifier circuit to get his microphone working with the Arduino. It seems to all work perfectly now, triggering to begin rocking when it detects the baby’s cries. This should buy them a few extra minutes of sleep until the baby is truly hungry or annoyed. You can see a video of it in action and download the Arduino code on the project page.

[via littlebridceo]

Cellphone-controlled Home

[youtube=http://www.youtube.com/v/exTpD0–BCo]
[Tixlegeek] used a Motorola 68HC705J1 development board to remotely control his home through his cellphone. The video above, as well as [Tixlegeek]’s website, is in French, though the video has been captioned. The development board (called the ERMES125) is controlled by a PIC externally. It has an array of LEDs, and apperantly a few high voltage relays. The PIC is connected to a laptop through a serial interface. The laptop is running a small web server, which uses CGI to control the PIC from a webpage. This system allows [Tixlegeek] to log onto the webpage from his web enabled phone, click a few buttons, and have appliances turn on or off through relays controlled by the PIC (via serial signals from the laptop).

Variable Range Sprinkler

[vimeo http://vimeo.com/6409575 w=470&h=352]
[Pete], a musician, and the guy behind SparkFun’s pogobeds and locking footprints has a sprinkler hack. He wanted to keep his dog, Choppy, happy with a green lawn while also keeping his sidewalk water free. To solve this problem, he hacked his sprinkler and hose to adjust the sprinkler’s range. He uses an Arduino to read a potentiometer signifying the direction that the sprinkler is facing and a servo to adjust a hose valve that controls the sprinkler’s water flow. Be sure to check out the video above to see it in action.