Guest
#7209791
I have written a program for the Raspberry Pi to control a pump for a water-bearing stove. The program works fine - but I still need a computer independent safety device. If the Raspberry fails - then it must be ensured that the pump runs in continuous operation to avoid overheating of the boiler. My first approach was - to evaluate a clock signal to be output from the Raspberry. As long as the clock signal comes from the Raspberry - as long as a retriggerable monostable toggle stage is reset again and again. If the clock signal is missing - the pump goes into continuous operation. But if the clock signal remains HIGH - then this idea does not work. One must also evaluate the falling edge of the clock signal and connect it with logic. At the moment I am on the hose - can someone help me?
