Rotary Emotiphone using Arduino

Introduction

The Rotary Emotiphone is a vintage rotary phone that tweets mood emoticons. It has a predefined list of 10 emoticons, each assigned to a digit, so that when you are happy / sad / drunk / etc., you pick up the handset and dial a mood. Could’ve gone for more complex messages using 2-digit code convention, but eventually decided to keep it simple.

The idea was conceived while I was preparing portfolio for my Industrial Design school. I had a rotary phone that used to belong to my late grandmother, which I wanted to mod for a long time. So, as soon as I read the guidelines that said I needed take an outdated product and revive it, make it relevant to our times, I knew this was one great opportunity to do something with that phone. Originally, I wanted to turn it into a full-fledged Twitter client that rings when someone replies on your tweets, but eventually I decided to go for a one-way communication device, with no reply-signaling functionality. Anyway, the idea of taking a full duplex communication device and converting it to half-duplex was cool enough concept to get me started. And hey, I got accepted! perhaps they liked the idea, too 🙂

Luckily, everything worked just fine almost at first take. The Arduino Wifly library saved me a lot of work and needed just one minor modification to connect to unknown open wireless network; the code, after proof-of-concept stage, had been perfected with invaluable help of Tomer, my old time high-school pal and Arduino fellow hacker, who had turned my spaghetti into a well orchestrated state machine. So, even if not mine, this code is something I’m very happy about and proud of. Another obstacle was the number of colors of LEDs that I had: I wanted to have 10 distinct colors, one behind each number dialed, but I had only 7 different colors. Instead of repeating three colors, I chose to use three bi-color LEDs and to switch between their colors until I find a ratio that produced a color I didn’t already have. That took some bitwise logic, but nothing too complicated, at the end of the day.
Having said all that, I hope that from now on everything should be fairly straightforward…

Arduino Rotary Emotiphone
Tools:

  • Cordless drill
  • 3mm drill bit for the LEDs
  • 12mm drill bit for the switch
  • Solder and Soldering Iron
  • Hot Glue Gun
  • Multimeter

Making Some Space Inside the Phone

Before starting, disassemble and take out of the phone anything that is not needed for the project. I mean solenoids, bells (I thought of using them for signaling Tweet replies but gave up on the idea), large capacitors, metal brackets, and the rest, if anything else exists in your phone.

Step 1: Installing the LEDs

Start by disassembling the round dialer, the one that has holes for the fingers in it. Below it, if your phone is the same as mine, you will find a flat, opaque disc. Gently take it out, too, as it is fragile and tends to crack when drilling close to it. I did not know that when I started drilling holes for the LEDs, and it did crack. Not to worry, I’ve cut a piece of plastic sheet to the right size and used it instead, could not tell the difference after constructed.

Temporarily put the dialer back on, just so that you can drill holes for the LEDs onto the plastic behind it at the right places, just behind the finger holes. Then, gently drill 10 3mm holes into the plastic behind the dialer, trying to get them as close to the surface as possible, but no more than that. Easy does it, this stage requires accuracy and a somewhat steady hand.

Connect a common ground wire to all of the single-color LEDs’ cathodes (short leg). Connect the wire as close as possible to the LED itself, cut the excess metal of the leg and finally, bend the leg so that it does not stand in the way when re-assembling the dialer and the case. Leave some wire at the end to connect to the Arduino. For the bi-color LEDs, first check whether they are common anode or cathode. If common anode, as mine, solder another common wire to their anodes (long leg), this time this wire will go to the VCC of the Arduino. If common cathode, use the same common ground wire you used the rest of the single-color LEDs and connect it to their cathodes (short leg).

Now, solder wires to the remaining LED legs – one wire for the single color LEDs, two for the bi-color. The other end of these wires will soon get connected to the MCP23017 (or the Arduino, in case you’ve made the modification suggested in the Intro).

Test your connections, making sure that all LEDs are mounted firmly and light up when connected to 3V power.

Put back the opaque disc and the dialer and re-test, paying special notice to the light each LED makes through the disc. Make gentle modifications if needed, for example if the disc blocks too much of the LED light, try to get the LED closer to the outer layer of the plastic by drilling, to improve luminance.

Solder the MCP23017 onto the Perfboard or Stripboard and connect it to the LEDs on one side and the Arduino on the other, according to the electronic scheme (see in images). To test everything so far, you can upload the sketch onto the Arduino (see Step 5) and make sure that all LEDs are lit on reset.

Congratulate yourself! The hard part is behind you. From now on, everything should be a breeze.

[box color=”#985D00″ bg=”#FFF8CB” font=”verdana” fontsize=”14 ” radius=”20 ” border=”#985D12″ float=”right” head=”Major Components in Project” headbg=”#FFEB70″ headcolor=”#985D00″]Materials:

  • A Rotary Phone
    Mine, as mentioned, used to belong to my grandmother.
    Vintage shops and markets usually have them, probably e-bay and such, too.
  • Arduino board
    I usually use the RBBB from ModernDevice, but for this project I wanted a board onto which I could stack the WiFly shield – therefore, I used a standard Arduino Uno.
  • Wifly Shield
    Sparkfun has them: http://www.sparkfun.com/products/9367.
    These aren’t particularly cheap to buy, but I really wanted it to be wireless. If you want, you can switch it for the Ethernet shield: http://www.ladyada.net/make/eshield/. Only minor code modifications, if any, should be needed, as the Wifly library was meant to be a drop-in replacement for the ethernet library.
  • MCP23017 I/O Expander
    Not necessary if you have 10 different color LEDs or you are willing to compromise on same color – Arduino pins will suffice (exactly). However, I really recommend getting some experience with a port expander; I found them pretty darn useful in so many projects. I got mine from futurelec, but many carry them: http://www.futurlec.com/SFMicrochip/MCP23017.shtml
  • Perf Board or Strip Board (my preference) for wiring the MCP23017
    I got mine at the local electronic supply store; you can find them in may places online, for example: http://www.futurlec.com/ProtoBoards.shtml
  • 7 different color 3mm LEDs + 3 dual-color 3mm LEDs
    Web’s full of them. I got mine at futurelec, in packs of 100s.
  • Appx. 20 x 100 Ohm resistors
  • On/Off switch
    Any switch will do, really. Do note, that if your switch doesn’t have a round 12mm profile, you will need something else than the 12mm drill bit appearing in the tools section.
  • Some electric wire – any kind will do. I tried picking a flexible one, to help me squeeze everything in.
  • 4 x AA battery holder
  • DC power connector that connects to the Arduino – outer diameter should be around 5mm

[/box]

For more detail: Rotary Emotiphone using Arduino


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top