I doubt I actually need an automatic door since I went overboard of the predator proofing but it helps me sleep at night and it's a fun project. My project has a few things that I have yet to see in other projects that I wanted.

I'm using a Raspberry Pi A+ for the main brains because it's cheap, easy to make Internet enabled and can run most Linux software without an issue. The script so far is in Python but most of it is hacked together which I'm in the process of making much more readable and easy to understand.
You can find the code I've published so far here: https://github.com/ryanrdetzel/CoopControl
Materials so far:
Raspberry Pi A+: $20
Wifi USB: $8
Sensors: $6
DC Motor: $16
Random IC/Components: $5
Would love thoughts and ideas of improvement. I need to clean up the wires and put the electronics on a pcb and inside a bod and it will be ready to go outside. I've been testing it for days and it open and closes perfectly on time and the manual override is working so if I need to keep it open or closed I can. The motor works but it's slow, takes about 20 seconds to go up and down. Better slow than fast I guess.
- WiFi enabled with an app so I can open/shut and check the status from my phone.
- Alerts if certain conditions are/not met. If the door isn't open/shut by x time send me a text/email
- Open and close are tied to the actual sunset/sunrise times +- x minutes and not light
I'm using a Raspberry Pi A+ for the main brains because it's cheap, easy to make Internet enabled and can run most Linux software without an issue. The script so far is in Python but most of it is hacked together which I'm in the process of making much more readable and easy to understand.
You can find the code I've published so far here: https://github.com/ryanrdetzel/CoopControl
Materials so far:
Raspberry Pi A+: $20
Wifi USB: $8
Sensors: $6
DC Motor: $16
Random IC/Components: $5
Would love thoughts and ideas of improvement. I need to clean up the wires and put the electronics on a pcb and inside a bod and it will be ready to go outside. I've been testing it for days and it open and closes perfectly on time and the manual override is working so if I need to keep it open or closed I can. The motor works but it's slow, takes about 20 seconds to go up and down. Better slow than fast I guess.