USB Rotary Phone: A Lync To The Past

[Ivan] is fed up with all this rampant virtualization. When his company took away his physical desk phone in favor of using MS Lync, he was driven to build a USB rotary phone. His coworkers loved it and one of them asked [Ivan] to build another. The build log focuses on converting his coworker’s vintage brass and copper number that must weigh a ton.

He had to do a bit more work with this one because it had rusted out inside and a few of the contacts were bent. The good news is that the speaker and microphone were in working order and he was able to use them both. After restoring the stock functionality, he added a USB sound card and created a USB keyboard using a PIC32MX440F256H.

The rotary phone’s dial works using two switches, one that’s open and one that’s closed when no one is dialing. Once dialing is detected, the open switch closes and the closed switch clicks according to the dialed digit (ten clicks for 0). [Ivan] also reads the switch hook state and has added debouncing. This gave him some trouble because of the quick response expected by the PC bus, but he made use of interrupts and was allowed to keep his seat.

Please stay on the line. [Ivan]’s videos will be with you shortly.

Continue reading “USB Rotary Phone: A Lync To The Past”

The Rotary Cell Phone

It’s happened. It’s finally happened. In a move that has hipsters donning their good flannel and breaking out that case of Genesee they were saving for a special occasion, the rotary cell phone is now a reality.

[Jaromir] created this astonishingly retro future device as an entry for the NXP LPC810 challenge, a contest to do the most with an ARM Cortex M0+ microcontroller in an 8-pin package. Having only six I/O pins for controlling a GSM module, display a few buttons, and the fancy rotary dial meant [Jaromir] needed to expand his I/O some way. He chose a shift register to handle the buttons and display in a somewhat impressive demonstration of using a shift register as both an input and output expander at the same time.

From the videos [Jaromir] uploaded, the rotary cell phone isn’t ready for Think Geek to do a production run quite yet. He needs to enter the PIN for the SIM card, AT commands for the GSM module, and is, of course, a horrible method of user input for the younglings who have only seen rotary phones in old movies. That being said, it’s a rotary cell phone running on an 8-pin microcontroller. What more do you want?

Videos of this awesome this truly awesome phone in action below. If you’d like to build your own – and why wouldn’t you – all the files are available on [Jaromir]’s git

Continue reading “The Rotary Cell Phone”

Rotary Phone Museum Exhibit

dial-telephone-museum-exhibit[David Burroughs] wrote in to share this dial telephone museum exhibit he built and we’re glad he did because we love interactive museum hacks. He mentions that it’s not really tied to the theme of the Roads and Rails Museum in which it’s installed. But when we think of railroad history we also think of telegraph. And that’s just a hop, skip, and a jump from telephones.

The display allows museum goers to play with the rotary dial on the phone. The box next two it contains a 10-position relay increment switch. So each pulse from the dial increments the switch. There’s a satisfying click, a moving arm, and different colored LEDs which highlight the inner workings. An Arduino board monitors the phone, displaying the dialed number on a seven segment display then incrementing the relay.

We figure the interesting part is to see that telephony used to use mechanical switching like this. But the video below includes a story about the kid who asked how you carried this phone around. This brings to mind the phrase “hang up the phone”, which doesn’t have the same literal meaning it used to.

Continue reading “Rotary Phone Museum Exhibit”

Rotary And Cordless Phones Mashup

This pile of hardware marries telecommunications hardware from distinctly different generations. [Andrew D. Farquharson] wanted the retro look and operation of a rotary phone, with the convenience of a modern cordless. He combined the two technologies to achieve his goal.

The first problem was to find a way to translate the rotary inputs to something he could use. There are already a bunch of projects that use rotary hardware so he didn’t have to reinvent the wheel. He followed this guide to connecting Arduino to a rotary phone.

The next step was to interface with his cordless phone. He ditched the case and soldered rainbow ribbon cable to the entire button matrix. An opto-isolator is used to protect the Arduino while making each connection. Finally, he patched into the mechanism which monitors the cradle to see if the handset has been picked up. It sounds like his code lets you enter the number on the dial, then pick up the handset to actual transmit it through the cordless phone.

Rotary Phone-light-amp Could Be Filed Under Bizarre

[Samimy’s] latest project is a little strange, but one man’s weird is another man’s wonderful so we’re not about to start criticizing his work. Nope, we’re here to praise the fact that his rotary phone turned reading light and audio amp is very well constructed.

He started by removing the phone housing. Those old enough to have used one of these devices will remember their bulk, and there’s a lot of unused space in both the handset and body housing. [Samimy] started by removing the speaker and microphone from the handset, and drilling a ring of holes to receive white LEDs. The circuit was wired so that lifting the handset turns on the lights.

But he didn’t stop there. A set of speakers and the audio amplifier circuitry from an old tape deck are also hiding inside the base of the phone. If you look closely in the image above you can see that he’s connected his cellphone and is listening to some tunes through the antique hardware. Take a gander at the video after the break to see construction and use of the project.

Continue reading “Rotary Phone-light-amp Could Be Filed Under Bizarre”

Dial 1 To Get Siri As Your Operator

Back in the days of yore when hats were fashionable and color TV didn’t exist, there were real life people who would answer the phone if you dialed 0. These operators would provide directory assistance, and connect you to another number (such as KL5-8635). Apple’s Siri is a lot like an olde-timey phone operator, so [davis] decided to put Siri in an old rotary telephone.

The build started off with a very inexpensive Bluetooth headset and very old rotary phone. The single button on the Bluetooth headset was wired to a contact of the dial – in this case, the number 1. Dialing 1 shorts two contacts in the phone and the Bluetooth headset turns on.

[davis] came up with a very easy build but dialing 1 just isn’t the same as dialing 0. Connecting the Bluetooth button to 0 closes the button for too long. He says ‘0 for operator’ could be implemented with an ATtiny or similar, but we’re wondering if [davis] could make due with a dial-less candlestick phone.

Continue reading “Dial 1 To Get Siri As Your Operator”

Ring Ring Ring Ring Ring Ring Ring Emotiphone!

emotiphone

Instructables user [zvizvi] was working on putting together a portfolio for his application into Industrial Design school, and thought it would be neat to repurpose an old rotary phone that used to belong to his grandmother.

He originally had pretty lofty goals for the phone, but eventually pared back his vision to include one-way communications to Twitter. After gutting the phone of its unnecessary parts, he got busy installing LEDs behind the dialer’s finger holes. The LEDs were connected to an MCP23017 I/O expander, which takes its direction from an Arduino he crammed into the phone’s shell.

When the receiver is lifted from the cradle, the Arduino initiates a connection to the Internet via the WiFly shield he installed. Once he dials a number, the Arduino translates the digit into a predefined emoticon, posting it to his Twitter page. While the emoticons are not quite as descriptive as the messages from the Tweeting Roomba we featured earlier this week, they relay his mood just fine.

It’s a fun project, and it happened to get [zvizvi] into the design school he was applying at, so we can’t ask for much more than that.