Rotary Phone Lives on as Arduino Kitchen Timer [Hackaday]

View Article on Hackaday

It’s safe to say that few people still use rotary phones on a daily basis. Hell, most of us don’t even use landline telephones anymore. But just because these classic phones are no longer being used for their original purpose doesn’t necessarily mean they’re doomed to become e-waste.

[Scott-28] recently sent in a particularly well-documented project that turned an antique rotary phone into a digital kitchen timer using an internal Arduino. While we’re not sure practical is a word most folks would use to describe the resulting device, it’s certainly a conversation starter, and the details on how it was all implemented make for an interesting read.

As explained in the README, [Scott-28] first used an oscilloscope to figure out the pulses generated by the phone’s dial. From there, it was relatively easy to connect the dial to one of the pins on an Arduino Uno to determine which numbers the user had entered. The trickier part was getting the original bells to work — in North America, it takes up to 90 VAC to get a phone’s ringer going, which is quite a bit more than the lowly Arduino can handle.

Luckily, he was able to source an LS057020 “Black Magic” ring generator from Cambridge Electronics Laboratories. All you need to do is give it 5 volts DC, and it produces the necessary ring signal. [Scott-28] does note that the gadget makes a lot of electrical noise when in operation, but seems a small price to pay given how much complication it saves in the design.

With rotary decoding and the ringer settled it was just a matter of writing some code to glue it all together. Into the mix, [Scott-28] added a seven-segment LED display to show the current time, a couple of LEDs to indicate if the digits are hours, minutes, or seconds, and a button to kick the whole thing off. When the counter gets to zero, the ringer goes off, and as you’d expect, picking up the phone’s handset stops it.

We’ve seen hackers interface with rotary phones before, with some even turning them into virtual assistants. Plus, who could forget the development of the incredible rotary cellphone? Despite being old technology by even graybeard standards, it seems the rotary dial is either unwilling or unable to fade into obscurity, which is fine by us.