guidosch / bikecounter

This repository contains the hardware and software components of a PIR based tracking device to monitor the usage of local bike trails. The data is sent over LoRaWAN to TTN and from there to a Google Cloud backend which stores the data and provides api endpoints for the data visualization web UI.
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

Implement watchdog #32

Open guidosch opened 2 years ago

guidosch commented 2 years ago

See https://content.arduino.cc/assets/mkr-microchip_samd21_family_full_datasheet-ds40001882d.pdf for spec. details.

guidosch commented 1 year ago

https://github.com/adafruit/Adafruit_SleepyDog

guidosch commented 1 year ago

The mrkwan 1310 has a HW watchdog and the SleepyDog supports the board also with sleep support.