anatolyk82 / ArduinoWatchdog

Arduino based watchdog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArduinoWatchdog

The main idea of this project is to create an arduino based watchdog to monitor RPi. It requires an additional relay to trigger power on Raspberry Pi. The monitored Raspberry Pi must change a level at a certain pin on Arduino which works as the watchdog. This event must happend periodically during a certain period. If RPi cannot do it, the watchdog switches the relay and interrupts power for a short period to RPi which causes to restart RPi.

About

Arduino based watchdog


Languages

Language:C++ 67.7%Language:Shell 32.3%