A Smartphone Dock For Your Arm? Why Not?

Why not that is, if you have a prosthetic arm. Although it’s hard to believe we haven’t seen this before, [Trevor Prideaux], according to [The Telegraph’s] article, “has become the world’s first ever patient to have a smartphone docking system built into his prosthetic arm.”

[Trevor] was born without a forearm, and, as he puts it, he’s used to adapting to things.  However, he thought others might be struggling with the same problem, especially those that become disabled later in life. Once their help was secured, Nokia and the Exeter Mobility Centre got to work on his new limb and produced a prototype in five weeks!

[Trevor] is quite pleased with his new phone docking system. Texting especially is much easier and safer, and the phone can be removed when needed for making calls. We love to see hacks like this where people enhance their abilities using technology! For another hack helping those with disabilities, check out this wheelchair elevator/winch made for a non-accessible apartment.

via [reghardware.com]

RF Sniffing On-the-go

It’s been a while since we checked in on [Travis Goodspeed]. His latest post makes RF sniffing with the Next HOPE badge more portable by ditching the need to display data on a computer. He’s built on the work he did at the beginning of the year, replacing the FTDI chip on the badge with a Bluetooth module. Now he can use his Nokia N900 as a GoodFET terminal to not only display the packets pulled from the air, but the control the badge as well.

Previously, the client running on the computer was communicating with the badge via a serial connection. To get it working on the N900 [Travis] transitioned from using py-serial over to using py-bluez. All of the code changes are available from the GoodFET repository.

He’s got a few other tricks planned for this concept. He put in a parts order to add Bluetooth to the Girltech IM-ME. The pretty pink pager has the same radio chip on board, so adding Bluetooth connectivity will allow it to be used in the same way. There are also plans in the works to add a couple other packet sniffing protocols to the bag of tricks, including ZigBee.

Nokia LCD, Nunchuck, And MSP430 Join Forces

[JB’s] driving a Nokia 6100 LCD using an MSP430 with input from a Wii Nunchuck. He’s using the G2211 microprocessor that came with the Launchpad, and developing his code with MSP-GCC. As you can see in the video after the break, this works but there’s some room for improvement. That’s being said, he is bumping up against the code memory limit, with just around 500 bytes left to work with. The LCD screen is SPI and currently it’s hogging the pins that are used for the hardware i2c. Since he needs an i2c bus to talk to the nunchuck he had to go with software i2c which explains part of his program memory troubles.

We’re in no way experts on this, but it seems like he could save space (and improve the input responsiveness) by rewriting his LCD drivers in order to remap the pins. Then again, it might just be better to move up to a larger MSP430. If you’ve got some advice, make sure to share it by leaving a comment.

Continue reading “Nokia LCD, Nunchuck, And MSP430 Join Forces”

Nokia Internet Key External Antenna

[Maurizio] was having some reception issues with his wireless internet and set out to add an external antenna to the USB dongle (translated). He had previously poked around inside of the Nokia internet key to find that the internal antenna was a flexible circuit substrate wrapped around a plastic box that made contact with main circuit board via a spring connector. This plastic frame is just right for mounting an SMA connector in just the right place for it to stick out the end of the case as seen in the picture above. It gives him better range, but since speed depends on how much traffic the wireless node is under, it’s not a guarantee that you’ll get a snappier connection after this hack.

Cell Phone Endurance Tests


Gone are the days when a phone would last you a lifetime and enter the days of glass covered mobile phones built to be sexy and sophisticated. With these new phones come new testing methods. Companies like Nokia are still dedicated to making the best phones possible and making them durable through vigorous testing. The example shown in the article, is simulating a phone dropping from a shirt pocket onto the floor. Nokia claims to use 200 endurance tests encompassing temperature, extreme usage (use this button pusher for you own test), physical drops, and exposure to humidity on each new model in their product line. Makes one wonder what other companies are using for their endurance tests. There’s video of the Nokia N8 Drop Test is after the break, and don’t forget to leave a comment if you know about other interesting test methods.

Continue reading “Cell Phone Endurance Tests”

FM Bug Using Salvaged SMD Parts

If you’re a soldering ninja this FM transmitter bug is for you. It’s quite similar to the one we looked at yesterday, but this uses 100% salvaged parts. Two phones donated components; a Nokia 3210 for its voltage-controlled oscillator and a Nokia 1611 for the rest of the parts. The bad news is that mobile technology like cellphones use some of the smallest surface mount packages known to man. That’s where the soldering skill come into play. The good news is that if you’ve been scavenging for discarded phones in order to reuse their LCD screens you already have these parts on hand.

[Thanks George]

Touring The Available Nokia LCD Screens

[Rossum’s] taking a look at the Nokia LCD screens that are both plentiful and begging to be bent to your will. For quite some time the Nokia 6100 screens have been used in a lot hacks, but he wanted to see what else is out there. He digs into his junk box of cell phones and comes up with a couple to test; the Nokia 6101 and Nokia 2760. The screens use a 3-wire SPI interface, which he sniffs out with a logic analyzer. At power-up the cellphone polls the screen to determine which type of LCD controller is connected. [Rossum] grabs these commands from the logic analyzer and uses it to determine the hardware in use with each screen.

He made himself a nice breakout board which has connectors for several different screens. The firmware he’s using detects when a screen is attached and switches to the applicable protocol for that display. Take a look at the video after the break.

Continue reading “Touring The Available Nokia LCD Screens”