Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interrupt Based Update #7

Open
desiFish opened this issue Jan 11, 2025 · 0 comments
Open

Interrupt Based Update #7

desiFish opened this issue Jan 11, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request hardware hardware enhancement needed
Milestone

Comments

@desiFish
Copy link
Owner

Connection of INT Pin of DS3231 to wake up esp32 from deep sleep and update time. Internal RTC-based wakeup works just fine, but with one drawback: ESP32 has no way of knowing if a minute has passed in real-time so it may wake up a bit sooner or later. The time displayed on the Epaper display will always be within a 1-minute range. But with INTERRUPT-based-wake-up, it will always show accurate time.

Resource:
Link1
Link2

@desiFish desiFish added enhancement New feature or request hardware hardware enhancement needed labels Jan 11, 2025
@desiFish desiFish added this to the By 2025 End milestone Jan 11, 2025
@desiFish desiFish self-assigned this Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hardware hardware enhancement needed
Projects
None yet
Development

No branches or pull requests

1 participant