Hello! I’m planning to install resetable timer socket to power my printer and was thinking if it is possible to switch output from smoothieboard at specified time intervalls. The output pin would “push” a button at the timer, so the socket timer would switch the power off if there is no signal coming.
So, can I switch an outputpin on and off at specified time intervalls?
No, I want to set up a timer socket to switch power off, lets say 30 seconds after button is pressed. I’d like to set up smoothieboard to “press” that button like every 10 second.
That sounds a lot like a watchdog circuit. There’s something like that built into the microcontroller and firmware. I think it’s discussed in the safety section. But the watchdog is totally internal to the microcontroller, it doesn’t use an external circuit.