Machine Pushes Cellphone Buttons From Anywhere In The World

[Mok Young Bacq] works on the weekends for mobile game monitoring service. He has three cellphones that he uses for work, and although you would think this means he could work from anywhere in the world, the roaming charges are a killer. His solution was to build an incredibly intricate machine that can use three different cellphones (PDF) on his behalf.

Above you can see it perched underneath the apex of the ladder, but you’re definitely going to want to watch the video after the break. This interface method uses a camera to look at each phone. It’s hung pointing downward and moves like a pendulum to look at one of the three screens at a time. Each phone has one servo motor for each button, which uses a flexible cable as an actuator. Now he can take trips abroad, just checking in over the Internet for his two 17-hour weekend shifts (10am to 3am the next morning) working the phones.

This reminds us of the cellphone endurance tests. What happens when a button stops working?

Continue reading “Machine Pushes Cellphone Buttons From Anywhere In The World”

Reverse Engineering A Mobile Phone E-paper Display

msp430_epaper_display

While e-paper is common among e-readers, there are very few, if any phones other than the MOTOFONE that exclusively use an e-paper display. [Steve] had one of these phones sitting around and thought it could be used to build a low-power clock. Since the bistable e-paper display can retain the currently active content even when power is removed, he would only need to update the clock once a minute, when the time changed.

Unfortunately for him, very little publicly-available documentation exists for the display controller Motorola used. To get an idea of how the display was driven, he had to sniff the SPI communications between the processor and the display. Once he had the basic commands down, he spent quite a bit of time figuring out how to activate the different segments of the display, due to what seems to be a rushed design process on Motorola’s part.

Now that [Steve] had reverse-engineered just about everything, he connected the phone to a TI MSP430 to drive the display. He programmed the LaunchPad to serve as a basic clock with great results, as you can see in the video below.

If your interest in e-paper hacking has been piqued, be sure to check out our previous e-paper coverage here.

Continue reading “Reverse Engineering A Mobile Phone E-paper Display”

ITalkman Refrigerated Franken-phone

italkman_frankenphone

[Jani] over at MetkuMods was commissioned to build a prize for an on-air contest held by MTV3 in Finland. Well known for some of his previous work, he was a natural choice for this project. The only stipulation for the build was that it contain three specific items: a Mobira mobile phone, an Apple iPhone, and a refrigerator. For those of you who don’t know, a Mobira Talkman is an old-school “mobile” phone built by Nokia in the 80’s that weighed in at 11 pounds, and was far from convenient to use. In this case however, the size of the phone is an advantage since he was able to gut it and use the frame to make up the body of the refrigerated compartment. He sacrificed a soft-side portable heater/cooler bag, removing the built-in peltier cooler and associated components, later grafting them onto his Talkman case.

The next task was to add the iPhone to the Talkman. Rather than have the old handset sit there uselessly, [Jani] decided to mount a small Bluetooth hands-free module inside the handset, allowing it to answer calls, adjust the volume, and change music tracks on the iPhone. The iPhone was put in a hard plastic case, then mounted to the Talkman handset where the keypad and display used to reside.

All in all, the iTalkman is a pretty cool looking device, though we wouldn’t want to be tasked with lugging that thing around all day!

Modern Freaking: Pull Phone Numbers From YouTube Audio

[Charlie X-Ray] is having some modern fun with the phone system by pulling dialed numbers from the audio track of YouTube videos (translated). The first step was to find a video where a telephone is being dialed and the sounds of the keypresses are audible. You can’t tell those tones apart, but a computer can. That’s because each number pressed generates a combination of two out of seven closely related frequencies. [Charlie] isolated the audio using Audacity, then wrote a python script to generate a spectrogram like the one above. By matching up the two dark nodes you can establish which two frequencies were played and decode the phone number being dialed. So how does this work again… find audio of a phone being dialed, decode the number.. profit?

SMS Controlled Irrigation

[Mhkabir] built an irrigation system that communicates by text message. The concept is simple, sending a text message to the system will cause it to switch on the water pump.

Many times we see text message manipulation via the Internet, or using a GSM module. But in this case an inexpensive cellphone is used as the communication interface. The vibration motor has been removed and those connections are monitored to signal incoming messages. Wire leads were soldered to the keypad contacts which allow an Arduino to send out text messages when there is a problem with watering. This isn’t an iron-clad system, as any incoming message will trigger the system and outgoing messages are limited to saved drafts. But a bit of creative programming and we’re sure more functionality could be squeezed out of this hardware.

Going Cellular With Your Arduino Projects

You can add a huge measure of extensibiltiy to a project by using a cellular connection. Anywhere the device can get service you can interact with it. In the past this has been a pretty deep slog through datasheets to get everything working, but this tutorial will show the basics of interacting with phone calls and text messages. It’s the 26th installment of what is becoming and mammoth Arduino series, and the first one in a set that works with the SM5100B cellular shield.

We love the words of warning at the top of the article which mention that a bit of bad code in your sketch could end up sending out a barrage of text messages, potentially costing you a bundle. But there’s plenty of details and if you follow along each step of the way we think you’ll come out fairly confident that you know what you’re doing. Just promise us that you won’t go out and steal SIM cards to use with your next project. Find part two of the tutorial here and keep your eyes open for future installments.

SIM Card Carrying Traffic Lights

Apparently some of the traffic lights in Johannesburg, South Africa have SIM cards in them to help maintain the network without a physical connection. Now that’s some and not all, but apparently thieves have learned that the SIMs can be used in cell phones to make anonymous and unlimited calls. Officials are convinced that the thieves have inside information because they only crack open the lights that DO contain a card.

We’re white hats here at Hackaday and certainly don’t want to give out information that aids criminals. But since this is already a huge problem we have an idea of how thieves might be identifying which lights to rob. Sure, they probably do have inside information, but wouldn’t it be fairly simple to track down which lights use cellular communication by using a home made spectrum analyzer? We guess it would depend on how often the lights send out communications bursts. Does anyone have insight on this? Leave you thoughts in the comments.

[Thanks Bob]