Skip to content

Code for an automatic chicken coop door using an Arduino and a stepper motor.

Notifications You must be signed in to change notification settings

PaU1570/Gallinero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gallinero

Code for an automatic chicken coop door using an Arduino and a stepper motor.

The door opens and closes according to sunrise/sunset times. Sunrise/sunset time data for each day of the year is stored in SunSchedule.h. This data can be obtained from the NOAA Solar Calculator.

An Arduino with an RTC module and a stepper motor driver is required (I used a DS3231 and an L298N board). The interface is controlled with two buttons (Left and Right). Each button can register three types of clicks: normal, double click, and long click. These are used to navigate the interface and change settings. Settings are saved into EEPROM, so they are not lost after loss of power.

About

Code for an automatic chicken coop door using an Arduino and a stepper motor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published