Hello,
I’m trying to build a toy for my cat to periodically release Ping-Pong balls while I’m at work. I made this demo circuit ( tutorials/continuous-rotation-servo-tri … okup-guide ), and I am trying to add a delay timer so the servo will run for a set (but adjustable) amount of time , then turn the servo off for a set (but adjustable) amount of time. I attached the servo to a mini waterwheel (for lack of a better way to describe it), and I’d like the wheel to spin just enough to release one Ping-Pong ball at a time (from a funneled bucket of balls) at fixed intervals. For example, it would be perfect if the servo/wheel combo could release one ball every 5 minutes.
I’m brand new to electronics and trying to avoid coding for this initial project. I purchased the SparkFun Nano Power Timer ( https://www.sparkfun.com/products/15353 ), but unfortunately I can’t get my idea to work. Two questions:
-
If I get two Nano Power Timers, would it be possible to stagger the timers and have one to start the wheel and one stop the wheel?
-
If #1 above does not work, does anyone have any other ideas for how to make this project work?
Any help would be appreciated, thank you!