- Oct 29, 2014
- 3
- 1
- 11
Hello,
I've been reading these forums for a couple years but I never signed up for an account before today. It's hard not to read these forums because any searches through google relating to raising chickens and ducks lead you here
This is a good thing, of course.
So Anyway. I created an account today to share my brooder rig. It is controlled by a raspberry pi computer which maintains temperature. It is a big improvement over what I did the past few years. I can slowly lower the temperature over time by editing a simple text file. It uses the normal heat lamp most people probably use and has a fan to help cool it if the temperature rises too high. I'm using a giant rubbermaid tub from tractor supply.

As you can see, it is in the house right now under the watchful eye of Charley the parrot. Based on my experience, I suspect this would work well outside as well even in sub-zero temperatures depending on the box you use.
The most expensive item is the raspberry pi at $35. less than $10 for the sainsmart switch board which controls the light and fan, about $2 for the driver chip, $5 for the waterproof temperature sensor, $12 for the cooling fan, $6 for the always on LED light (so chicks have constant light)
I already had the heat lamp, 16gb SD Card, power supplies, and wifi chip. The software is python based and runs at boot under linux on the raspberry pi.
Wiring details for sainsmart relay was the most difficult part, raspberry pi forums helped Here is the way it's wired, I used a different chip but it's the same wiring. My chip just has more IO pins.

The raspberry pi and the temperature sensor are available from adafruit.com and they have instructions on how to hook those up. Buy the sainsmart switchboard from amazon.com and pay less and use the tutorials at adafruit on how to hook them up / code for them.
Software is based on adafruit's tutorials on how to turn things on/off with GPIO pins as well as how to read the temperature sensor. It is fairly easy to write yourself but I have included a link to download the software I wrote. I don't see a way to attach zip files to this post or I would include it here and now. You can download the software from my dropbox and here is a link https://www.dropbox.com/s/inaz7jcgl39rd4c/brooder.zip?dl=0 I would be happy to help anyone who wants to build one of these themselves. Just send me a message.
I soldered it all up and put it in a cigar box. Here is the finished circuitry. I log into the raspberry pi over wi-fi every day and review the log file and adjust the temperature down a degree or two.

Anyway... My baby chicks seem very happy in their high-tech brooder box although they are a bit camera shy.

I've been reading these forums for a couple years but I never signed up for an account before today. It's hard not to read these forums because any searches through google relating to raising chickens and ducks lead you here

So Anyway. I created an account today to share my brooder rig. It is controlled by a raspberry pi computer which maintains temperature. It is a big improvement over what I did the past few years. I can slowly lower the temperature over time by editing a simple text file. It uses the normal heat lamp most people probably use and has a fan to help cool it if the temperature rises too high. I'm using a giant rubbermaid tub from tractor supply.
As you can see, it is in the house right now under the watchful eye of Charley the parrot. Based on my experience, I suspect this would work well outside as well even in sub-zero temperatures depending on the box you use.
The most expensive item is the raspberry pi at $35. less than $10 for the sainsmart switch board which controls the light and fan, about $2 for the driver chip, $5 for the waterproof temperature sensor, $12 for the cooling fan, $6 for the always on LED light (so chicks have constant light)
I already had the heat lamp, 16gb SD Card, power supplies, and wifi chip. The software is python based and runs at boot under linux on the raspberry pi.
Wiring details for sainsmart relay was the most difficult part, raspberry pi forums helped Here is the way it's wired, I used a different chip but it's the same wiring. My chip just has more IO pins.
The raspberry pi and the temperature sensor are available from adafruit.com and they have instructions on how to hook those up. Buy the sainsmart switchboard from amazon.com and pay less and use the tutorials at adafruit on how to hook them up / code for them.
Software is based on adafruit's tutorials on how to turn things on/off with GPIO pins as well as how to read the temperature sensor. It is fairly easy to write yourself but I have included a link to download the software I wrote. I don't see a way to attach zip files to this post or I would include it here and now. You can download the software from my dropbox and here is a link https://www.dropbox.com/s/inaz7jcgl39rd4c/brooder.zip?dl=0 I would be happy to help anyone who wants to build one of these themselves. Just send me a message.
I soldered it all up and put it in a cigar box. Here is the finished circuitry. I log into the raspberry pi over wi-fi every day and review the log file and adjust the temperature down a degree or two.
Anyway... My baby chicks seem very happy in their high-tech brooder box although they are a bit camera shy.