raspberrypi

A 1-post collection

Setting up a watchdog timer on a Raspberry Pi

By MihajloPi |  Jun 11, 2024  | raspberrypi, watchdog, timer
Introduction Running long-term projects on Raspberry Pi? Having it freeze is the worst thing it can happen to your Pi, especially if you have an IoT remote project not easily accessible by any means. Freezes can happen for a variety of reasons: program bugs, insufficient RAM, too many spawned processes/threads… Watchdog can prevent that from happening. The watchdog timer is a hardware-implemented timer used to reset microcontrollers or processors in case a malfunction is detected.
Continue Reading...