
Annoyed that the new lights he bought for his apartment lacked power switches, Instructables user [p.arry.drew] decided on install a pair of wireless light switches. Not content to use the remotes separately, he decided to see if he could cram them both into an old NES controller, making for a nice all-in-one wireless light commander.
He disassembled the light switch remotes, cutting off a bit of the battery contacts to ensure they fit in the game pad. He then pulled apart his NES controller, removing the cord and adding some foam padding to ensure that the buttons fully contacted the wireless switches when pressed. A few bits of wooden dowel were added to keep everything in place, then the controller was reassembled.
His creation makes for a very convenient method of controlling several light switches from once source, plus the packaging is pretty handsome as well. These remote light switching solutions seem to be all the rage lately, so keep them coming!
Read on for a quick video of his remote light switches in action.

Filed under: home hacks, nintendo hacks


[Marek Walther] uses a ThinkPad x41 tablet for business on a daily basis. Since he’s on the go with the device he figures that hardware failure is eventually going to strike and with that in mind he purchased a second unit – slightly broken – to fix as a backup. He had never been excited about the speed of the tablet so he set out to find improvements. One of the options was to replace the traditional hard drive with a solid state model (translated). But simply dropping in an SSD isn’t going to make things faster. That’s because the stock drive uses a PATA interface. After a bit of snooping [Marek] discovered that the motherboard has a SATA interface that has a bridge connecting to the PATA plug. By removing the bridge and soldering a SATA cable to the board he was able to improve performance while increasing storage capacity at the same time.
Filed under: tablet pcs hacks

Microsoft is planning to release Windows drivers for the Kinect this spring, months after open source drivers were developed by a motivated hacking community. [Johnny Chung Lee], who worked with the Microsoft team when the hardware was developed, mentions that he had pushed for the giant to develop and release at least basic Windows drivers. That refusal led him to a position as top cheerleader and bounty contributor in Adafruit’s Open Kinect Contest which resulted (quickly we might add) in the availability of open source drivers. If you’ve been following Hackaday or any other tech blogs the last three months you’ll know that an explosion of projects using the Kinect followed, and [Johnny] figures Microsoft’s decision to release Windows drivers is an attempt to ride this wave on their own flagship OS rather than continue to watch from the sidelines.
Filed under: xbox hacks



Global CALCnet lets you connect your TI graphic calculator to the Internet and use your favorite services like instant messaging and Internet relay chat. It also provides the option of worldwide multiplayer functionality for games ported to the device such as Scorched Earth and Tetris. We looked in on [Christopher Mitchell's] CALCnet in December when it was being used to create local area networks with the adding machines. He’s taken that up a notch with a helping hand from Arduino. An Arduino board is used to connect the serial communications from the calculator to an Internet connected PC via the Arduino’s USB capabilities.
Think this will waste a lot of time in schools? Unlikely since an Internet connected computer is integral for this system to work. If you have a computer in front of you why waste time on the calculator network? Still, how hard would it be to build a WiFi module that can directly connect them to an access point? That may be a moot point as the Slashdot article that pointed us to global CALCnet also links to a calculator port of DOOM. It runs quite well, as you can see in the video after the break. This is a must-have for anyone owning a TI Nspire that can run it.

[Thanks Rlyeh_Drifter]
Filed under: handhelds hacks


[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!
Filed under: cellphones hacks


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.

Filed under: cellphones hacks, Microcontrollers

iClass is a popular format of RFID enabled access cards. These are issued to company employees to grant them access to parts of a building via a card reader at each security door. We’ve known for a long time that these access systems are rather weak when it comes to security. But now you can find out just how weak they are and how the security can be cracked. [Milosch Meriac] delved deep into the security protocol for HID iClass devices and has laid out the details in a white paper.
The most invasive part of the process was breaking the copy protection on PIC 18F family of chips in order to read out the firmware that controls card readers. This was done with a USB to serial cable and software that bit-bangs its own implementation of the ICSP protocol. After erasing and attacking several chips (one data block at a time) the original code was read off and patched together. Check out [Milosch's] talk at 27C3 embedded after the break, and get the code for the ICSP bit banging attacks from the white paper (PDF).

Filed under: security hacks



[Thrashbarg] is back up to some 555 timer madness again, this time with his sort of dodge ball video game. Featuring twenty three 555 timers, op amps (the LM324) and atari paddles slightly modded so the pots act as voltage dividers.
Output is on a monochrome composite tv signal, and the game plays like a dodge ball game where the object is to avoid the ball and take out the other player. You can also launch your own ball and deflect the oncoming attack. When hit the defeated player disappears from the screen for 3 seconds and then another round starts.
On a personal note this project hits close to home, as the project I had planned was a 555 based pong game, and just days before the deadline all I have is a wobbly sync generator, so seeing something close to what I had imagined, and working, makes me smile and feel a little better about my mental status.
Check out a short video after the break, and [Thrashbarg's] previous 555 project, The Synthanola.

Filed under: video hacks 




A system is only as strong as its weakest link and [Roberto Barrios] found that on the sixth generation iPod nano the buttons are the problem. It makes sense that the buttons would be exposed to wear since they’re movable parts. The issue isn’t one of contacts or springs wearing out, but how the buttons are assembled. Each consist of a couple of parts; the tactile piece that you see and press, the electrical switch which converts that force into an electrical signal, and a shim that bridges the gap between the two.
After two months of use the iPod [Roberto] was fixing had stopped responding to presses of the Power button. It turns out that the shims are attached with double-sided tape. Inspection of the internals revealed that the shim had slid to one side and no longer made contact with the electrical system. His solution was to remove the tape and clean off the goo, then reattach the shims using “two-part metal cement”.
With the shim back in place all is well but he made sure to execute this fix on all of the buttons before reassembly.
Filed under: ipod hacks, repair hacks




[svofski] sent us this pick and place robot (Google translation) that he found , and it’s quite unique. The majority of the components that make up this pick and place have been recycled from old computer equipment. The X-axis motion is accomplished using old printer parts, while an old CD-ROM drive was gutted to provide motion along the Y-axis. Floppy drive components were ultimately chosen to give the pick and place Z-axis motility.
What makes this pick and place unique however is the way in which components are moved. Most pick and place devices we have seen rely on suction in order to lift and carry components, but this one uses a magnet instead. The machine is used to build small circuit boards for a robotics platform offered on the builder’s web site, which primarily utilizes SMD parts. Once they realized that the majority of their small components were ferromagnetic, they built a hand-wound electromagnet to lift them. While the design limits the usage of the device to strictly ferromagnetic parts, they have a very specific need, which this fills perfectly.
Another unique aspect of this pick and place is the grooved table that sits under the workpiece. It is used to route up to four reels of SMD components, with the placement head providing all of the reel motion instead of relying on separate motors.
If you have a few minutes, be sure to check out the video of the pick and place at work.
Filed under: cnc hacks, robots hacks, tool hacks


