Category Archives: Hardware

Arduino Push Button Automator

Some days ago a friend asked me how to build a device that periodically presses a push button. After some tought I came up with a simple solution using an Arduino and a servo motor.

Posted in Arduino Projects, Hardware | Leave a comment

Arduino Long Time Hardware Watchdog

There are times You need to be sure your application is always up and running, so You need a tool that resets the board if something goes wrong (crashes, infinite loops … and so on). This kind of tool is … Continue reading

Posted in Arduino Projects, Hardware | Leave a comment