fablabbcn / smartcitizen-kit-2x

Smart Citizen Kit 2.1 hardware and firmware
https://docs.smartcitizen.me/Smart%20Citizen%20Kit/
GNU General Public License v3.0
44 stars 16 forks source link

Watchdog implementation #51

Open oscgonfer opened 11 months ago

oscgonfer commented 11 months ago

A watchdog implementation was started in the wdt branch. This presented an issue regarding time consistency, apparently affecting the RTC. Since then it has been stale due to the large workload, but it would be good to retake it as it can help in maintaining stability at a lower SAMD core level.

Although marked for the Late 2023 proyect deployments, this issue is a hard nut to crack, so it might not be feasible in the short term.

oscgonfer commented 2 months ago

https://arduino-esp8266.readthedocs.io/en/latest/libraries.html#ticker

oscgonfer commented 2 months ago

https://github.com/gpb01/wdt_samd21