diff --git a/README.md b/README.md index f25ccda..79f1a02 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ # ESP32 COOP DOOD CORE -Coop Door for ESP32 (Lolin32 Lite) +Coop door code for ESP32 (Lolin32 Lite) ## Overview -ESP32-COOP-DOOR-CORE is a open source platform designed to control a coop door using Bluetooth Low Energy (BLE) with an ESP32 microcontroller. The app allows users to set up and adjust the coop door's automatic opening and closing conditions based on ambient brightness and time of day. Users can also configure the number of turns for opening/closing the door and change the door's status (open, close, or auto). +ESP32 COOP DOOR CORE is a open source platform designed to control a coop door using Bluetooth Low Energy (BLE) with an ESP32 microcontroller. The app allows users to set up and adjust the coop door's automatic opening and closing conditions based on ambient brightness and time of day. Users can also configure the number of turns for opening/closing the door and change the door's status (open, close, or auto). ## Features @@ -20,19 +20,6 @@ ESP32-COOP-DOOR-CORE is a open source platform designed to control a coop door u - Set the number of turns for door opening/closing - Switch between open, close, and auto modes for the door -## Workflow - -
- Sketch - Result -
- -## Demo - -
- Demo -
- ## Setup and Usage 1. Flash the ESP32 microcontroller with the code from the [ESP32-COOP-DOOR-CORE](https://github.com/ESP32-COOP/ESP32-COOP-DOOR-CORE) repository.