The device itself has no WIFI, bluetooth, or a radio of any kind. To program the device, you push a button to put it into a programming mode, then hold your phone up to its photo sensor, and it will flash the screen in a sequence of black and white to relay the encoded settings.
DIY ESP32 based chicken coop door. Control based on time, light or via app
31–40 of 62 posts
Re: DIY ESP32 based chicken coop door. Control based on time, light or via app
#32I did this in the Raspberry Pi 1 era. * Pi for timing/wifi/status/webserver. * Opened at 8am, closed at civil twilight. Or whenever I hit the button on the webserver, or the switch board. * Limit switches. * Mechanical swing lock for raccoon protection * Electric drill + rope for the vertical sliding door * Relay for direction, power mosfet for the drive controller. * Intermediate board between the 3.3v controller an…
> Turns out that the LOS between the wifi dongle and the AP went through the roost, and chickens absorb enough wifi signal to drop it off the net. That sounds like a chicken motion detection system to me.
I tell you the bugs you see when deploying something in the real world...
Re: DIY ESP32 based chicken coop door. Control based on time, light or via app
#33Re: DIY ESP32 based chicken coop door. Control based on time, light or via app
#34Earlier quoted context omitted.
> Turns out that the LOS between the wifi dongle and the AP went through the roost, and chickens absorb enough wifi signal to drop it off the net. That sounds like a chicken motion detection system to me.
Chicken presence anyway. I tell you the bugs you see when deploying something in the real world...
Re: DIY ESP32 based chicken coop door. Control based on time, light or via app
#35Re: DIY ESP32 based chicken coop door. Control based on time, light or via app
#36A project I've always toyed with in my head is a fancier version that would count / verify the checks have all entered the coop at closing time and warn you if not. With my parents coop occasionally a chicken will decide to brave the night outside, often to disastrous consequences. Figuring out how to build a low-energy version is challenging, but necessary since the whole system runs off small solar panels and a 12v…
Re: DIY ESP32 based chicken coop door. Control based on time, light or via app
#37Earlier quoted context omitted.
Chickens are incredibly dirty animals. The limit switches would probably be fouled (fowled?) pretty quickly. Commercial versions of this can measure motor load (via current), but still require manual calibration. I wonder if they thought they could get away with manual calibration, but couldn’t make it reliable. I think these people are the market leaders: https://www.chickenguard.com/ Note that the commercial versio…
Limit switches for all sorts of terrible environments exist. These would probably work https://www.mcmaster.com/products/switches/environmental-rat...
Re: DIY ESP32 based chicken coop door. Control based on time, light or via app
#38I did this in the Raspberry Pi 1 era. * Pi for timing/wifi/status/webserver. * Opened at 8am, closed at civil twilight. Or whenever I hit the button on the webserver, or the switch board. * Limit switches. * Mechanical swing lock for raccoon protection * Electric drill + rope for the vertical sliding door * Relay for direction, power mosfet for the drive controller. * Intermediate board between the 3.3v controller an…
I know nothing about chicken coops.
Re: DIY ESP32 based chicken coop door. Control based on time, light or via app
#39- Arduino compatible
- platformIO supported
- very cheap
- they are usually tiny
- great wifi and Bluetooth
- gpio pins for the different protocols (i2c etc)
- easy to power (tolerance and options in usb and pins)
- lots of exciting new models and active development like the esp32c3, the D1 minis and different models with integrated oleds are cool
- community resources. there are massive amount of blogpost and YouTube videos for esp32 (and Arduino in general)
cons are few;
- 3.3v signal is a hassle quite often in practise
- the amount of different esp32 devboards models can get confusing
- the pins are sometimes shared-purpose and it's not always clear which you can use
- China. Both practical for delivery time, and politically
Re: DIY ESP32 based chicken coop door. Control based on time, light or via app
#40I did this in the Raspberry Pi 1 era. * Pi for timing/wifi/status/webserver. * Opened at 8am, closed at civil twilight. Or whenever I hit the button on the webserver, or the switch board. * Limit switches. * Mechanical swing lock for raccoon protection * Electric drill + rope for the vertical sliding door * Relay for direction, power mosfet for the drive controller. * Intermediate board between the 3.3v controller an…
What happens if the door closes at night and one or more chickens aren't already inside? Is that a thing that happens? Do they pretty much always go inside at the same time every evening? Is it bad if one gets left out alone? I know nothing about chicken coops.
But turns out, chickens just naturally go into the coup at sunset and it's completely unnecessary.