A dual-needle clock. |
I want to make a clock using a dual needle analog meter. Ideally an SWR meter would be converted into this analog clock. Electronically speaking, with an Arduino and a couple of PWM outputs, interfacing is simple. A few lines of code and you're done.
The challenge lies in redrawing meter scales. The easy part requires to scan the original panel detached from the meter, and then it is all a learning expeerience.
Once you compute that the needle moves over an angle of 60 degrees with a radius of about 48 mm, both scales have to be drawn with proper marks: one every hour or five minutes.
Old fashioned way: draw it by hand. Fun and relaxing, but not too professional looking.
Test printout. |
The original scale (on plastic) vs. redrawn. |