Time Warp – Controling an analog clock from another room

clockcontrolpotentiometerpowertime

My goal is to be able to spin an analog clocks hands forwards and backwards through a controller box that I build and wire to an analog clock.

To accomplish this I imaging that I need a small hobby motor that will work in forwards or reverse mounted to the adjustment wheel of the analog clock.

I suppose that I then wire the motor with about 75 ft of electrical wire that will run into the plenum ceiling , through a wall, and into my controller box.

Id like to control it with a potentiometer knob.

I would also like an off switch on my controller box.

I would like my controller box to plug into a regular wall outlet for power (v/s batteries)

The challenges Im having are that Im not an electrical engineer! I know I need to match the power of the Potentiometer and the motor, and I don't know what I need to wire the power into my box either…

Best Answer

As with any undertaking, you want to break the project into systems, then subsytems, finally down to each detail. You’ve left so much to consider.

“To invent something, all you need is imagination and a big pile of junk.” ― Albert Einstein

What do you have in your junk box or what is readily available (and affordable) from vendors?

Let’s nit-pik the details:

(You say you wish to move the hands of the clock via the adjustment knob but I suspect that’ll not last long, failure of the adjustment mechanism will occur sooner than later.)

Are the hands of the clock independently controlled? Will the hands move in one direction or both directions? Do you wish to control the speed of the hand(s) movement? (Determines if you need a simple on/off or a simple PWM speed controller for single direction or a PWM controlled H-Bridge for direction and speed.)

What physical size clock will you use and what sized motors will fit inside the clock?
How will you mechanically interface the motor(s) with the hand(s)?

Will the clock ever return to “normal,” current time?

"My mind is a raging torrent, flooded with rivulets of thought cascading into a waterfall of creative alternatives." - Hedley Lamarr

Once you have the number of motors and controllers, then you may decide on the number of wires your remote control will require followed by determining the power supply requirements. You might consider looking at the cheapie 433MHz wireless modules. Finally, you may consider the power supplies requirement and the available options.

As part of our Halloween stuff, I built a “Twilight Zone” clock using a large, old, school clock. Three tiny motors driven by H-Bridges (for both speed and direction control) allowed for the hands to spin in all sorts of directions, sometimes the hands moving quickly enough to almost be a blur and other times moving slow enough to almost make the viewer rip off the glass and move the hands manually. Very little original clock movement was used, instead it took a lot of soldering of tiny brass tubes and rods to brass gears from slot cars. (If I were to build another, I’d use plastic and carbon fiber.) It has a microcontroller running it though.

I’d be interested in hearing how this project of yours proceeds. :)