zilizii / RTC_MS

Helping Class implementation trial for RV-8263-C7 type of RTC from MICRO CRYSTAL with ESP-IDF
MIT License
1 stars 0 forks source link

Create new Logic for the end Project #11

Open zilizii opened 2 months ago

zilizii commented 2 months ago

The project intend to automatically working without UART interaction.

New logic shall be sending ESP-NOW Data package in case of any change came from 1 - sensor change --> trigger 2 - wake up button --> setup 3 - RTC alarm - 4 hours or once a day or.... set from config for Battery reading out

zilizii commented 1 month ago

Data Structure under design. Refactoring the current code is under the Logic branch. First commit the setup part started to clean up. Some functionality move to external function to have better readability of the code. Still messy.