DIY ESP32 based chicken coop door. Control based on time, light or via app

Projet Overview: The COOP-DOOR project aims to create an intelligent and user-friendly automatic coop door system. It offers a mobile app for device management and monitoring. The core of the system is based on the ESP-32 platform. App Installation: The coop door application is a Progressive Web App that can be installed on mobile devices for offline usage. Build instruction: Flash the firmware on the ESP32 and follow the wiring instructions. Requirement: The project requires an ESP32, H-Bridge l298n, motor with an encoder, and a photoresistor. Wiring: Connect the components according to the provided diagram. Initial Setup: Set up the device using the mobile app, configure operating conditions, and sync the ESP32’s time. Casing Details: 3D model and technical drawing available. Wireless comunication: The project uses the Bluetooth Low Energy (BLE) protocol. Data is transmitted in byte arrays for different communication subjects such as light sensor readings, time, door conditions, and settings. Code Snippet: Functions for encoding and decoding long numbers into bytes are provided in C and JavaScript.

https://github.com/ESP32-COOP/ESP32-COOP-DOC

To top