Live data from Hacker News

A nicer voltmeter clock

lcamtuf.substack.com

21–30 of 53 posts

Re: A nicer voltmeter clock

#22
I built one of these recent after Princess Auto had an amazing deal on surplus meters like these. They were under just over 1$ each and I bought a lot of them.

The one I built isn't as nice, but it's a really nice way to display the time and people are mildly fascinated by it when they see it.

Re: A nicer voltmeter clock

#24
post #2

Nice! Needs just a tweak to prevent the overshoot and bounce when going from high to low.

For that, you just need to not make the transition from 100% duty cycle to 0% duty cycle instantaneous, but to ramp down linearly the duty cycle over a large fraction of a second or even an entire second.

As another poster said, the overshoot may look cool, but I would be worried that a cheap panel voltmeter would not survive a very large number of such shocks.

Re: A nicer voltmeter clock

#28
post #27

Random idea: volts as Hours amps as Minutes Resulting wattage drives an iridescent bulb

I think I don't completely understand your idea. The current flowing through the amperemeter¹ depends on the voltage and the resistance of the incandescent(?) lamp. To vary current by the minute, you would need a digital resistor or potentiometer, I guess. Is that your suggestion?

¹) I just found out that it is more commonly called 'ammeter' in English - which is so unintuitive that I prefere 'amperemeter'.

Re: A nicer voltmeter clock

#29
post #14
post #4

This is gorgeous. I really need to hunker down and learn 3d modeling. It unlocks so many options from cnc to 3d printing.

tinkercad

TinkerCAD is easy to get started with and is a fine starting point. If you want to go farther than TinkerCAD can reasonably take you, I’ve done a lot of modeling in onshape (after using Fusion360 for a few years). Parametric CAD systems (Fusion, onshape, solidworks, freeCAD) feel like a nice intersection of design and programming to me.

My current workflow is onshape for all modeling (because it has excellent multi-player concurrently editing support, relevant to FRC robotics), then Fusion for CAM¹ if it’s going to CNC equipment. Onshape added support for CAM in the last 8 months, but I haven’t switched yet.

¹ - Computer Aided Manufacturing-turn a shape into a series of instructions for the CNC equipment. Roughly:

CAM : CNC :: slicer : 3D printer

Re: A nicer voltmeter clock

#30
post #28
post #27

Random idea: volts as Hours amps as Minutes Resulting wattage drives an iridescent bulb

I think I don't completely understand your idea. The current flowing through the amperemeter¹ depends on the voltage and the resistance of the incandescent(?) lamp. To vary current by the minute, you would need a digital resistor or potentiometer, I guess. Is that your suggestion? ¹) I just found out that it is more commonly called 'ammeter' in English - which is so unintuitive that I prefere 'amperemeter'.

If you have a feedback loop I'm sure you can still do it with an either implicitly or explicitly filtered PWM. Remember we're talking averages not instantaneous, so the average current through the bulb should be proportional to the average voltage across it, though the resistance will change as the bulb heats hence the feedback. You could also do this with a buck/boost regulator and current sense resistor plus op amps to create a constant current supply.
Post reply on HN