Long time Hacked Gadgets reader NatureTM has just completed phase 1 of his Hard Drive Clock. It’s using an Arduino to keep track of time and control the clock display LEDs. After accidentally letting out the magic smoke from the hard drive controller he decided to improvise and use a hobby RC motor speed controller. This clock will be super accurate when it is complete since it will eventually be using a Chronodot from Macetech. Via: Hacked Gadgets Forum “The first interrupt just records the time that the slot reaches the sensor and sets the position to zero. [It actually sets the position to the offset value since the sensor isn’t at 12 o’clock and I like to think of 12 as pos 0.] Now I can tell how long a rotation takes and how long it has been since the last completed rotation. I have the rotation split into 180 divisions. I guess I’ll call them roxels (rotational pixels) since making up jargon is fun. I’ll call one full rotation of the platter a cycle. Then we know to draw the next roxel every cycle length/180. I then set arduino’s timer2 interrupt to overflow every new roxel and advance the roxel counter. I found this to be very efficient compared to other methods I tried. Actually, I was really proud when I figured this out, but I’ve been dying to know if everyone else is using this method as well. “ |
Tretinoin, active in prescription is present product retin . Below reviews, comments by and a total...
January 28th, 2010
Now I feel cool. 🙂 Just one thing I should have been more clear about: I used the hobby speed controller to control the HDD’s stock motor.
Thanks Hacked Gadgets!
January 28th, 2010
Thanks Nature,
I have updated the article.
January 28th, 2010
Cool clocks for sure. I built 3 of them but could never get them to work correctly. I searched for 3 weeks trying to find anybody that could help but I guess these clocks are not that popular.
Plus, nobody knew Alan’s Old School code. 😉
January 28th, 2010
Hey Scott,
I plan to make a universal clock kit to make a POV clock like this out of anything (Hard Drive, fan motor, etc). I am hoping to have it done in March or April.
January 28th, 2010
Nice clock, I have been wanting to make one of these for ages, but couldn’t figure out the microcontroller stuff. Maybe with your description and some discussion I cna have another think about it.
Good work.
January 29th, 2010
Thanks Andrew, I’d be happy to discuss it under my post in the hacked gadgets forum.
January 29th, 2010
[…] how long a rotation takes and how long it has been since the last completed rotation.”Via hackedgadgets (read the original forum post […]
January 29th, 2010
seriously nice clock…I need to build one of those…
January 30th, 2010
Will do as soon as i get registered 😉
February 8th, 2010
nice clock huh…had a feeling of making my old hard drives into good use
July 5th, 2011
I am using timer1 only to do all the good stuff. User the output compare interior of timer 1 and change the register after each divisions to draw. this allows you to save timer 2. and o for pmw on your leds. Nice work by the way.
September 13th, 2011
There is a project at kickstarter about a POV hard drive clock…
http://www.kickstarter.com/projects/680714141/hard-drive-ticktock-pov-clock
September 19th, 2012
Thanks for your details Superior Luck !