Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 852 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 852 Bytes

chicken-coop-arduino

An arduino script for a fully automated chicken coop with temperature/humidity sensors, heatlamp/fan control, and sunset/sunrise door control.

Tools and Technologies

Integrated an Arduino microcontroller with various relay modules, buttons, temperature sensors, etc.
Embedded a heat lamp, a fan, and an automatic door (using a pulley system with a worm drive).
The script was written in C/C++.

How It's Automated

The temperature/humidity sensors are used to determine when to toggle the fan and heat lamp on or off. They will trigger once the heat and/or temperature reach a certain threshold.
The automatic door will open every day at sunrise, and close every day 45 minutes after sunset.




Preview