Close
0%
0%

Ampere Time

Turning current into time

Similar projects worth following
Turning an old school physic class Ampere-meter into a day clock.
Only seeing the rough fraction-of-day (decimal time?!) is a good antidote to modern stressfull living.

The project started with the flea-market find of the Ampere-meter. These school-physic-class meters had an exchangable scale and appropiate conversion circuits (ie a resistor) so it could work as a Volt, Ampere or Watt meter.

So basically it is an analog galvanic meter, and supplying the 0-12mA current determines the needle deflection.

Easy enogh with an Arduino, and the 400Hz varyingwidthsquarewave the analog output gives is totally smoothed out by the heavy mechanical inertia.

The circuit is trival: straight from an Arduino "analog" output. through a resistor to the coil.

To tell time the usual DS1307 clock chip is used, with supplied libraries, and the code takes current time-of-day, converts it into 0-255 fraction, and sends that to the output.  (255 steps resolution gives roughly 5½ minut or a 0.004 increment on the scale)

A few additional details: Things are not quite linear, so there is a conversion table (10 values, interpolation between) in the software.

The clock needs to be set. There is only ONE button, a long push on it starts a setup sequence where a number of short button presses advances the needle to the digit on the scale, and a long pause advances to the next digit

Power is suppllied on the original terminals through a ~6 volt wallwart. (There is a protection diode) . The integrated battery on the clockchip-board means it keeps time even if unplugged, and the display is correct when plugged in again.

The clock stands in my livinig room. I can not tell the exact time, but the decimal fraction of the day. I get up around 0.3 (there is no alarm), go to work around 0.35, dinner is served around 0.7324 (just kidding, you can at most see two significant digits) and bedtime is 0.95 at the latest. At midnight the needle starts at 0.0, again.

One can carefully read the value (the picture shows 0.85(+) , multiply by 24 (=20.52) take the fraction and multiply by 60(31) so the time shown is 20:31.

Alternativly one gives the only button a short push, and the needle will briefly pause on three digits giving the exact 12 hour clock value (showing the 0-11 hour as a single "digit", 11 is offscale)

AmpClockRTC.ino

Source code

ino - 4.93 kB - 12/22/2019 at 23:04

Download

  • 1 × Analog (galvanic) meter The older the better
  • 1 × Arduino Any one.
  • 1 × DS1307 Clockchip breakout + battery
  • 1 × Resistor Math the 5V to the max current the coli can take.
  • 1 × Pushbutton

  • Still To Do

    Michael Möller06/10/2022 at 15:52 0 comments

    Same as previous log. Clock now around 10 years old.

  • To Do

    Michael Möller12/23/2019 at 18:04 0 comments

    It works. It is 6 years old now.

    I really need to move the electronics board from being glued on the outside, to a smaller board inside the "conversion box" on the back

View all 2 project logs

Enjoy this project?

Share

Discussions

Ken Yap wrote 01/26/2020 at 21:35 point

The voltmeter clocks have potential but this one really shows the current time, hahaha. 😉

  Are you sure? yes | no

Michael Möller wrote 01/27/2020 at 10:16 point

<groan> and 👍 for that one.

I have a speedometer I am considering doing the same to. Would that be time whizzing past? ☺

  Are you sure? yes | no

Dan Maloney wrote 12/23/2019 at 17:01 point

That meter is beautiful - good job on putting it to work without modifying it.

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates