SparkFun Arduino Pro


SparkFun’s new Arduino Pro is an updated version of their Skinny. The board comes populated with the running gear of an Arduino, but without all of the connectors in place. It’s targeted at people building integrated systems around the Arduino and not just prototyping. The board is 3.3V with an 8MHz bootloader just like the LilyPads and is fully certified by Arduino. It has a small side mounted power switch, but you have to supply your own DC jack (if you need it). There is no USB hardware on board and you’re expected to program it via an FTDI breakout board or cable. We definitely like the stripped down approach, but it would have been nice if the price had dropped more.

[via Make]

Tongue Drive System Turns Mouth Into Virtual Keyboard


Researchers at Georgia Tech are working on a Tongue Drive System, which transforms the tongue into a tool that can manipulate computers and manage appliances and wheelchairs. This project has huge implications for the disabled, especially for those with few motor skills and limited movement. Many disabled Americans are paralyzed from the neck down, and this system could be a literal lifesaver, providing them with a method of communication and control over their own lives. Scientists have been attracted to the tongue’s potential for a long time. It provides several advantages over using other organs or appendages. It’s very sensitive, tactile, is not connected to the spinal cord, and does not usually end up being harmed in accidents. By placing a tiny magnet underneath the tongue, it’s transformed into a virtual keyboard. Sensors placed in the cheek track the magnet’s movement and processes the commands into directions for electronics, be it a wheelchair or a home appliance. We’re excited to see where this will go.

Ruckingenur II: Reverse Engineering Video Game


[Zach Barth] has released Ruckingenur II, the game of reverse engineering. The latest in his Games for Engineers series, it is a full game with multiple levels and live action cut scenes. Set with a military theme, the goal is to reverse engineer enemy items. Pictured above is a lock to a weapons cache.

The pixelized style is consistent throughout. Even the cut scenes have the effect. The reverse engineering is fun enough to keep you interested while you learn. There is an in game help system that keeps you on track as well. Our only suggestion is that he get some better costumes next time!

Hacking The Elefun


In a move reminiscent of many episodes of Home Improvement, [Xenon] decided to soup up one of his children’s toys. The Elefun is a toy the shape of an elephant that uses a built in fan to blow little butterflies into the air. They are notoriously weak and eat batteries like crazy. They don’t even have a plug for a wall adapter for power.

[Xenon] dug out a 7.5 V wall adapter from an old DSL modem. Since the Elefun normally ran on 6V, he figured this would give the toy a much needed boost. He began to open things up and prepare the soldering iron when he realized that he could just jam the wires into the terminals. The battery compartment screws shut, providing nice safety against electric shock.

He ended up with a much more pleasant experience for his little boy. The Elefun now jumps to life, spewing the butterflies out with ease. It actually shoots them out so quickly, he had to make some more just so the game would last longer.

This may not be the most complex hack or the most impressive execution. [Xenon] deserves some credit though, He recognized the design problems and made his own fixes for them. There’s at least one Elefun in the households of the Hack A Day staff that will be getting this treatment.
[thanks Chris]

SMD Soldering Practice Kit


Here’s an interesting kit put together just to help you work on your SMD soldering skills. It’s got 49 SMD LEDs on the front with a programming header and switch jumper. The back has an ATtiny26L and a coin cell. At only 3V, power management is essential; all of the example programs are only addressing one LED at a time (imperceptible to the human eye). If you turn on too many LEDs at the same time, the voltage drop could cause the AVR to reset. Included example programs are a scrolling marque, bouncing balls, and Conway’s game of life. SparkFun has tutorials for regular SMD soldering and using a reflow skillet. The video below shows the kit builder attaching just one LED using the heat and slide method.

Continue reading “SMD Soldering Practice Kit”

Improved Jog Wheel


Taking a cue from the jog wheel we posted last week, [42ndOddity] has built an improved version. The design is based around a solid state rotary encoder instead of an optical encoder. The rotary encoder is far easier to attach and position properly. The knob is milled from scrap aluminum-it was a copier foot. To make the motion smooth, it’s sitting in a bearing from the same copier.

Rebooting The Magic SysRq Way


[Cory Wright] shares a tip on how to reboot a system with a failed hard drive remotely. The magic SysRq key is a linux kernel feature that lets you perform a number of interesting operations. If you’re working on a remote system where the disk has failed, you won’t have access to the reboot or shutdown commands. You can issue keystrokes to the magic SysRq device in /proc though, so you can send a hard reboot directly to the kernel with no disk access required.

The Wikipedia entry includes a handy tip on how to properly restart a otherwise frozen machine. It should save you from having to fsck the next time around.

[photo: Joshua Davis]