Need a bit of help making an analog clock...

I saw this clock that was a 72 link bicycle chain (each segment equals 10min) while I was searching looking for a new project and thought after seeing it (and its insane price tag) I'd give it a go...

My only real experience with the Arduino is doing a few basic led projects (cube, light bar and the like) Ive done a bit of research and found info on using an existing analog clock mechanism and controlling it via the Arduino but it has the ticking motion which I was not looking for, to wrap up my long winded question is there any way to get a smooth movement with out trial and error on getting the speed correct on the motor?

Any help would be very much appreciated!
Thanks in advance!

Heres a bit more info to hopefully help
pics of the clock: http://www.unicahome.com/catalog/item.asp?id=47558&PartnerID=FR

clock control info: Controlling a clock with an Arduino | C i b o M a h t o . c o m

Well first off you can make that clock without an arduino, you just need to get a geared motor with a low speed and work out what cog size you need on it for the length of chain you want to use.

Alternately you could use a stepping motor driven from an arduino so you can drive it at any speed you want. You get 200 pulses per revolution so the movement is reasonably smooth. If that is not good enough for you you can get a micro stepping drive that will give you 16 micro steps per step giving you 3200 steps per revolution.
Start looking at stepping motors here:-

http://www.thebox.myzen.co.uk/Workshop/Motors_3.html
http://www.thebox.myzen.co.uk/Workshop/Motors_4.html

I've seen the same clock and thought the same thing.

I've got myself a stepper motor but haven't picked up a bike chain yet (though I have thought of using barbed wire).

Keep us informed of your progress :slight_smile: