You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: