RGB Stroboscopic Guitar Tuning

This is [Michael Ossmann’s] RGB LED stroboscopic guitar tuner. If his name is familiar that’s because we mentioned he’d be giving a talk with [Travis Goodspeed] at ToorCon. But he went to DefCon as well and spent the weekend in his hotel room trying to win the badge hacking contest.

Despite adversity he did get his tuner working. It’s built into a toy guitar that he takes on road trips with him. By adding a row of RGB LEDs between two of the frets he can use the vibration frequency of an in-tune string to flash the three different colors. If the string is not in tune the three colors will dance around but matching it with the LED frequency produces a stable color. He then uses that big yellow button to advance to the next string. See his demonstration after the break.

This is basically a built-in plectrum tuner that uses one LED package instead of two.

Continue reading “RGB Stroboscopic Guitar Tuning”

Normal Connectors For Apple Studio Display

[Sherry Wu] sent in a link to her Apple Studio Display hack. She got her hands on the 17″ display which has a proprietary Apple Display Connector that rolls signals for DVI, USB, and 25V power into one plug. Convenient right? Not if you want to use it on a machine that has standard video connections. No problem, she got out her meter and figured out which wires belong to each signal. After some soldering she now has a DVI connector for the video, and a 24V bench supply is standing in for power until a dedicated unit arrives. No luck so far at getting the USB and hotplug detection to work but she plans to keep going until that’s accomplished.

Looks like you can pick these displays up refurbished for as low as $75. Might not be a bad addition to your home setup if you’re willing to do some soldering.

Robot Bicep Curl Accompanied By Too Much Fanfare

So this is the world’s strongest robot arm. Great… no really, that’s wonderful. We think lifting a 1000 kilogram dumbbell is a good way to show it off to the public. But with great power came the world’s most over-the top marketing. Well, maybe not as bad as the shake weight but it’s getting there. In the video after the break you’ll see that there is plenty of adrenaline-pumping music and they’ve hired an acrobat to pull a sheet off of the thing. We’ve pointed her out in the image above. [Caleb] noticed that they seem to have programmed in human kinetic to make it bounce and strain as a human lifting a heavy load would. And then there’s the fog machine. Classic. We also enjoy the use of a tap light (which we’ve seen around here before) to activate the demo.

But now we’re getting carried away. The article linked at the top covers a new development for the arm; a motorized base that can move it around. Looks like the base, which uses mecanum wheels, just slips under a stationary frame for the robot and lifts enough to truck it around.

Continue reading “Robot Bicep Curl Accompanied By Too Much Fanfare”

LEGO Ball Mill

This is a ball mill used for refining materials into a fine powder. [Jpoopdog] built it in two parts, a base and the tumbler chamber. The base itself is build using LEGO wheels as rollers. The motor and controller from an NXT kit is used to drive the rotation, with programming to stop the mill every so often so that the raw material can cool down. That’s important because this can be used to make substances like aluminum powder, an explosive substance sometimes used in pyrotechnics. We don’t recommend producing your own explosives (or making your own propellant) but if that’s what you’re after [Jpoopdog] did build in a safety feature. The chamber,which is constructed from PVC, has a fail safe to prevent an explosion. A hole has been drilled in the end cap and plugged with hot glue. In the event the milling material starts to overheat the glue will melt and alleviate the built up pressure.

LEGO Barcode Scanner

Playing store just got really, really fun because you can now build your own LEGO barcode scanner. As you can see after the break, it works well and it’s fast like a real barcode scanner. Unfortunately it doesn’t scan real barcodes. Or at least not traditional ones. As we learned in the Barcode Challenge, standard barcodes are a set of white and black bars that make up the ones and zeros of the code. This system uses the same white and gray bar system but it seems that it’s only the number of bars that identify an item, not a code created by a particular combination of light and dark. The items above are all scannable because the scanner counts the 2, 3, 4, 5 or 6 white beams on the bottom of each package. Still, it’s incredibly clever and a great toy for the young hackers to build if they have a little help.

Continue reading “LEGO Barcode Scanner”

Hacking A Hack: Disassembly And Sniffing Of IM-ME Binary

It’s fun to pick apart code, but it gets more difficult when you’re talking about binaries. [Joby Taffey] opened up the secrets to one of [Travis Goodspeed’s] hacks by disassembling and sniffing the data from a Zombie Gotcha game binary.

We looked in on [Travis’] work yesterday at creating a game using sprites on the IM-ME. He challenged readers to extract the 1-bit sprites from an iHex binary and that’s what got [Joby] started. He first tried to sniff the LCD data traces using a Bus Pirate but soon found the clock signal was much too fast for the device to reliably capture the signals. After looking into available source code from other IM-ME hacks [Joby] found how the SPI baud rate is set, then went to work searching for that in a disassembly of [Travis’] binary. Once found, he worked through the math necessary to slow down communication from 2.7 Mbit/s to 2400 bps and altered the binary data to match that change. This slower speed is more amenable to the Bus Pirate’s capabilities and allowed him to dump the sprite data as it was sent to the LCD screen.

[Thanks Travis]

Halloween Prop: Mario Bros. With Full Sound Effects

Creativity abounds in putting together this pair of Super Mario Bros. costumes. [Rob] and his wife didn’t stop with a well-assembled troupe of familiar wardrobe items, but decided to go for authentic sound effects as well. It started by finding a few of his favorite Mario sounds on the Internet. From there he grabbed a greeting card that allows you to record several message. He recorded each of the sounds and removed the electronics from the card. From there an Arduino mini was connected to the playback buttons and to a Wii nunchuck. After the break you can see that when the kids press a button, the card plays back the sound of jumping, shooting fireballs, etc. So far it’s the best use of an audio greeting card that we think eclipses its intended use.

Continue reading “Halloween Prop: Mario Bros. With Full Sound Effects”