From f939ce4b2afe267bca05d773dd9ec11eb3ed83b9 Mon Sep 17 00:00:00 2001 From: Maeght Loan <37497007+Qypol342@users.noreply.github.com> Date: Sun, 27 Aug 2023 19:44:04 +0200 Subject: [PATCH] Update README.md --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) 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.