Irising Chicken Coop Door

What’s cooler than a door that irises open and closed? Not much. They add a nice science-fictiony detail to any entryway. [Zposner]’s dad wanted an automatic door for his chicken coop, so [zposner] took some time and came up with a nice door for him with an iris mechanism. You’ll need to watch the video.

[Zposner] used a combination of laser cutting and a CNC router to cut the pieces, then sanded and painted the wood. After assembly, [zposner] started work on the control mechanism. He’s controlling the door with an Arduino and a motor shield; to let the Arduino know to stop the motor, [zposner] used limit switches which get hit as the mechanism rotates. Once the switches were in the right place and the code written, it was time to finish assembly and install the door on the coop. To keep the Arduino that safe, it was installed in a plastic container with a screw lid, and then hot-glued to beside the iris.

Unfortunately, chickens don’t necessarily care how cool something is, and in this case, they didn’t realize that the iris was a door – they refused to exit the coop through it. [Zposner] tried a few things before settling on putting the chicken on the edge of the door – then the chicken would realize that it could go through it.

[Zposner]’s dad now has a snazzy door that opens with a switch. It was a great project for [zposner] and his dad to work on and, even if the chickens seem unimpressed, they did a great job. Check out the iris porthole that a Detroit Hackerspace built into its door, or, if you really want to build an iris mechanism, but don’t have access to a CNC router, a laser cutter, or, you know, wood, you could build this out of bits you have lying around.

Continue reading “Irising Chicken Coop Door”

Twittering Chicken Coops, Batman!

By now you’ve seen almost anything Tweet. But have you seen the (French) twittering chicken coop? (Google translate link) [Hugo] had kept two chickens as part of a household-waste reduction campaign, and then afterward started work.

Even if you don’t read French, the chickens’ twitter feed basically tells the story.

The setup can take IR photographs of sleeping chickens and notify [Hugo] when it’s time to collect the eggs. Naturally, an abundance of other sensors are available. The coop can tweet based on ambient temperature, nest temperature, light level, motion sensor status, or the amount of remaining chicken feed. You can easily follow whether the two fowl are in the coop or out in the yard. It’s like Big Brother, only for birds.

The application is, frankly, ridiculous. But if you’re into home (or coop) automation, there’s a lot to be learned and the project is very well documented. [Hugo] used OpenCV for visual egg detection, and custom Python code to slightly randomize the tweets’ text. All of these details are up on his Github account.

And if you just can’t get enough chicken-coop hacks, be sure to check out this mobile chicken coop, this coop in the shape of a golden spiral, or this Bluetooth-enabled, talking chicken coop, among others. You’d think our name was Coop-a-Day.

Mobile Chicken Coop Includes Wireless Sensors

mobile-chicken-coop-build

In and of itself this mobile chicken coop is a pretty nice build. There are some additional features lurking inside which you don’t find on most coops. [Neuromancer2701] built-in a set of sensors which can be accessed wirelessly. It makes it a snap to check up on the comfort of the hens without leaving the couch.

At the heart of the sensor system is an Arduino along with an Xbee module. The build isn’t quite finished yet, but so far three sensors have been implemented. A thermistor is used to read the temperature inside the coop. To make sure there’s enough water, two sheets of foil tape were applied to the water reservoir. The CapSense library measures the capacitance between these plates which correlates to the water lever (we’ve seen this type of water level sensor before). And finally, there’s a sensor that can tell if the door to the coop is open or shut.

He’s having trouble automating the door itself. This can be pretty tricky, especially if you go for a super complicated locking mechanism like this one.

Golden Spiral Chicken Coop

[Marchelo] wanted to build his own chicken coop. He started researching different designs and ended up basing his build on the golden spiral.

In addition to the interesting shape, a ton of clever design choice made it into the build. For instance, [Marchello] took the time to dramatically round over the lumber used as the skids of the base. This, along with wheels on one side, will make it much easier to slide the coop if he needs to move it. Also, the roosting boxes are an addition to the side wall of the hen-house. The roof for these boxes is hinged, so checking on the chickens, or harvesting eggs happens at a comfortable height for the farmer. And finally, the plank that allows entry for the hens doubles as the door at night. So far this is a manual-operation, but we could see some mechanization as a future improvement.

[via reddit]

Chicken Coop Door Using Threaded Rod

There’s no rooster to wake them up, and [Steve] and his wife are fine with that. What they’re not fine with is having to get up early anyway in order to let the chickens out of the coop. Like many small-scale egg farmers they sought out an automatic solution for opening the coup in the morning.

[Steve] had seen a bunch of different automatic coup door hacks kicking around the Internet. But all of the ones he could find used a vertical door and pulleys. His setup has a door that opens horizontally and he realized that he needed to build some kind of linear actuator. What he came up with is a system built with hardware store parts. He’s using a plain old piece of threaded rod along with a coupling nut (they’re usually 3/4″ long or so). The nut is held firmly on the door using a conduit mounting bracket, while the threaded rod is turned by an electric screwdriver mounted to the jamb. Two limiting switches are made up of magnetic sensors often used to ring the door entry bell when you enter a store. An Arduino takes care of scheduling and controlling the motor for opening and closing the door. See for yourself in the high-production-value video after the break.

For what it’s worth, we have seen at least one rope and pulley door that slides horizontally.

Continue reading “Chicken Coop Door Using Threaded Rod”

A Solar-Powered Automatic Chicken Coop

Although we’ve featured many chicken-related hacks here, this chicken coop features a solar-powered door to save one from having to open up the coop in the morning.  As [chrisatronics] puts it “keeping chickens has one major drawback: You have to get up with them in the early morning and open the door at the coop. Everyday. Including Sundays and holidays.” This would help explain why so many people seem to be hacking their coops.

Solar power may be an interesting idea in itself, but when coupled with the fact that a chicken coop isn’t necessarily near a power supply, this becomes a very expedient solution. Controlling the setup is a MSP430 microcontroller (programming featured here for Linux) with a salvaged windshield wiper gearmotor. [Chrisatronics] did a great job writing this hack up, so if you want to try this yourself, make sure to check out the article.

Also, don’t forget to check out the video after the break for the ‘coop in action! Continue reading “A Solar-Powered Automatic Chicken Coop”

Automated Chicken Coop Door Is Solar-powered

[Fileark] has been busy with the hacks lately. This time around he’s built a solar-powered chicken coop door that opens in the morning, and closes at night. A single motor slides the door open and closed using a loop of spring-loaded string. There are limiting switches on either side of the door jamb to ensure proper positioning. The grey box seen above houses the hardware; a regulator for the solar panels perched atop the roof line, a battery from a broken UPS, and the driver board itself. An AVR chip running the Arduino bootloader monitors a phototransistor to detect sunup and sundown, driving the door motor appropriately using a pair of relays.

Check out the demonstration and hardware overview after the break. [Fileark] was inspired to build his after seeing the alarm-clock coop door. We don’t know if he got a chance to look at the vertical coop door, but we think his less mechanically-complicated solution is just as elegant.

Continue reading “Automated Chicken Coop Door Is Solar-powered”