Chumby One Becomes A 3g Router

[bunnie] has taken a few moments to show us how to turn our Chumby One into a 3g router. As it turns out, there is an easter egg that allows it to communicate with certain models of 3g dongles. There’s no GUI for this trick, so you’ll be doing most of your configuration via SSH. That shouldn’t be a problem for this crowd though. The Chumby One just got a lot more appealing.

DTMF And SelCall Signal Generator

[Rogal] wrote a cell phone application called ToneTool that generates audio tone sequences. It can be used to output DTMF and SelCall sequences which are used by telephone systems and radio-telecommunication hardware. The software is written in J2ME so if you have a cell phone that can run Java apps it will probably work for you. This is like a digital-age Blue-box in everyone’s pocket. But we don’t think there’s too much opportunity for the mayhem seen with the original phone phreaking.

See him generating and sending DTMF commands over an Echolink network in the video after the break.

Continue reading “DTMF And SelCall Signal Generator”

Lava Lamp Centrifuge

[youtube=http://www.youtube.com/watch?v=8-i9iI0ZA4M]

Like many projects, this one started with a harmless question. “Will lava lamps work in a high-gravity environment such as Jupiter?”. Well, as it turns out, this harmless question was not so easily answered. The only real solution was to test and prove for sure. To do this, [Neil Fraser] built a centrifuge in his living room. At 10 feet across and roughly 50 kilograms, this is no small toy. The end with the lava lamp is set to pivot, so at a stand still, it is positioned vertically and at full speed it is positioned horizontally. The whole process is recorded on video for proof. So, does a lava lamp work in high gravity? Watch the video or read the article to find out.

[via Makezine]

Automatic Telephone Recorder

[James Bond] types and those suffering from a hefty dose of paranoia can now record all telephone conversations. [Trax] built this module that monitors the phone line and starts recording when a handset is picked up. A computer does the actual recording, triggered by the microcontroller via a USB connection.

We like the use of an old PCB for a faceplate, we’ve certainly got some duds of our own sitting around. The three cords are a bit confusing though. One for the phone line, one for the USB, but what does the third do? Is it an audio-out connection?

We’ve asked [Trax] to post a schematic and source code if possible so that might clear up the mystery.

Update: [Trax] let us know that there is a red button with white lettering at the bottom labeled “download”. This contains schematic, code, pcb layout, and PC software. We just missed it the first time around.

Phone/webapp Written In Ploy To Appear More Popular

That title’s not really fair to [Evan], but he did write a cellphone tetris game that causes your handset to automatically telephone him if you win. He’s using two applications that we’re not very familiar with, Twilio and Tornado. The former handles control input from the cellphone via their simple API. The latter is a web server and web framework that runs the actual game.

If you’re interested in how he put the two together you can poke around in the code. If you really don’t care about how it is done, you might just want to win the game, automatically giving [Evan] a call, running up his wireless bill in the process.

Help us add some value to this article by leaving a comment.  We’d like to know how Twilio compares to Google Voice which doesn’t seem to have a published API (but there is some work in that area). We also think web-based cell phone interactivity, already popular in hacks, is just beginning to build some steam. What are the tools you use to make cellphone interfaces easier and quicker to implement?

More Cellphone Controlled Door Locks

[Tom Lee] and his colleagues just moved to a new office. The doors are setup like a security checkpoint with electronic strikes and buttons on the inside to allow entry. The button simply completes a low-voltage circuit, activating the strike which made it quite easy to patch into. They build an interface board with a small relay to complete that circuit. As we’ve seen before, Linksys routers have plenty of extra room in the case so there was no problem housing the new circuit in this tiny network device. Now [Nicko] and his friends can use a custom app to input an access code or to verify a device ID from a cell phone and gain entry. The door still has keyed locks in case of a power outage. In fact, the only change made to the system was the addition of two wires to the “door release” button as seen above. See the one-touch device ID authentication in the video after the break.

This hack is similar to the GSM door entry from last year. In this case, the phones are communicating with the door via web interface and not the GSM network.

Continue reading “More Cellphone Controlled Door Locks”

Serial Communication With Cell Phones

Hackaday alum [Will O’Brien] has been doing some cellphone integration work. He recently picked up some Motorola c168i cellphones from eBay. It turns out there is a serial port that uses TTL communication with a standard head-phone jack as an interface. [Will] soldered up a connector and used a USB to FTDI cable to interface with the phone. To his surprise he was able to read off the stored text messages even though they were PIN protected in the phone’s operating system. The messages on these units were trivial but this is another example of the importance of clearing your data before discarding your devices.