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
What would be the process to give the clock the current time?
Would it have to be resynchronized on every full shutdown?
How would we handle the drift of time? ( I suggest occasional
synchronizations between phone & chip)
And most importantly: how much time would it take to implement a deep sleep
/ wake cycle synchronized with an internal clock.
sure we can have the clock synchronize with the phone, but we need to make a system where the time can never be less than last saved time to prevent a man in the middle attack.
ESP32 clock
https://github.com/SensorsIot/NTPtimeESP
https://github.com/espressif/esp-idf/tree/master/examples/protocols/sntp
BLAKE2
https://github.com/mjosaarinen/blake2_mjosref
... googled 'esp32 clock' and in five seconds I found out that we have access to an extensive set of tools for working with date/time.
The text was updated successfully, but these errors were encountered: