Close

This is the old description for posterity

A project log for Rŏ̽ta

Sticking some nixie tubes on a rotary phone dial

kevin-santo-cappuccioKevin Santo Cappuccio 08/17/2022 at 17:130 Comments

RotaDuck 

Sticking Nixie tubes to an old rotary telephone dial

This is the old project description, I changed enough stuff that I might as well just rewrite it and copy the old one here.

Here's a video of it in action

And there's a few more on my Youtube Channel

I'll do a more complete write-up at some point in the future, but for now I'll mention a few things.

It stores the running count (and a history of recent entries) in EEPROM because when the dial returns to it's resting position, the power is completely cut off. That makes it so I couldn't just use timing to figure out when the pulses stop (and the number that was ultimately dialed) so instead I put in a resistor ladder so the between the 3 contacts on the dial to give me 1/2 voltage on the last number, when the dial is between 0 and the end. that gives me a waveform like this:    

     _    _   _    _ 

__|  |_|  |_|  |_|  |_,-,___ 

 So it does all the saving during that shorter last pulse, which is pretty tight because EEPROM access is relatively slow. 

I didn't want to add any buttons to it so instead it uses multiple 9s and 0s for special codes, here's the list of what they do 0   - subtract the next number dialed from the total 000 - clear all counts to 0

9   - show total for all days 99  - list each day and the total for each 999 - start a new day Here's what I'm talking about when I say days. So this was originally designed for duck hunting (hence the duck in the name) as a gift for a duck hunting club. If you want to count how many ducks you got, we'd usually bring one of those mechanical clicker counters and just keep a running total.But I figured if I'm making a thing to count how many ducks were shot during a trip, it might also be useful to have that information separated by days if you want to keep a separate daily and running total. 

At some point I'll print that menu in the middle of the dial.

If you intend to make one of these for yourself, you should probably know this thing is like 90% bodges and perfboard circuits. I eyeballed the shape of the dial cutout nearly perfect, except that it's flipped on the board. So instead of just redoing the board like a sane person, I just mounted it with everything on the wrong side and bodged wired a ton of things to make it work. That's why there are those arrays in the code to convert the number shown to the number its actually wired to. So if you really want one, let me know and I can do a version 2 that will be 100x easier to put together. 

I also made a rechargeable one by dead bug soldering a tiny 10DFN MCP73213T charge controller and putting in 2 1/2 AA sized lithium batteries, but after using it a while, the simplicity of just using a 9 volt battery is much nicer (and lasts a lot longer.)

Eventually that red wire sticking out will be connected to a barrel jack port. Once I decide on an enclosure.

Discussions