D-touch Tangible Drum Interface

[youtube=http://www.youtube.com/watch?v=AmGP3eCOF5A]

yes, drums are tangible. We know. What this is, however, is a tangible interface that is a drum machine. The software is freely available for download, after registration. For hardware, all you need is a webcam, a computer, and a way to print out the pieces. D-Touch is cross platform which is very nice. Please note that the software will not run until you activate it by putting in your user account from their site. If you like this project, you might also get a kick out of the Go Sequencer.

Ikea LED Matrix

8x8

[Spikenzie] has created an 8×8 LED array that fits inside an ikea frame. He multiplexed the 64 red LEDs on a PCB with connections on the back. He then used a MAX7129, an LED multiplexer and driver, driven by a PIC over SPI to do animations and play pong. He then encased the array in laser-cut cardboard and white acrylic to get large dots. This entire assembly was then placed inside an Ikea RIBBA picture frame. The result is an aesthetic homebrew display that is easy to control.

Related: 64pixels are enough

Wii Balance Board

[youtube=http://www.youtube.com/watch?v=t4UciZLl2Hk]

[Matt Cutts], head developer for google’s anti spam team, describes how to attach a Wii balance board to a linux computer. He even shows how to make a GUI to show the input. The entire project is done in about 200 lines of python.The process assumes that you can already make a bluetooth connection to a WiiMote, but if you can’t, he’s got instructions for that too.

[via hackawii]

Palm Pre Mojo SDK Leaked

3619377582_fbd65ceaa7_b

Pre Insiders has reported that the Pre’s Mojo SDK has been leaked to the internet. Palm was planning an early access program, eventually releasing the SDK by the end of the summer, but this leak has accelerated the process. They are posting several download links, including torrents, but they warn developers to use the tools wisely.

Related: Palm Pre teardown

[via techmeme]

Motöri The Plotter

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

The Motori plotter is fast and high precision. One image shows that it is drawing lines at .5mm. Like others in the flickr set, we keep thinking of how we could apply this to PCB creation. Great job [svofski]. If you want one that’s not as precise, but might have a much cooler drawing mechanism, you might want to check out the lego arm plotter we posted back in May.

AVR RFID Tag

[pc486] sent in his hack that uses an ATtiny85 to act like an EM4102, a chip used for RFID tags. Minimally, all that is needed is the AVR and a coil, but he recommends some filtering capacitors. Depending on the size of the coil, different frequencies and ranges can be achieved. This project actually includes several hacks, such as using the coil for not only power, but a clock signal. The coil is actually able to power the chip without being connected to the power pins due to clamping diodes on the connected pins. The firmware is short but available on subversion.

Related: Scratch-built RFID tags

IDisplay, Webcam Multitouch

[youtube http://www.youtube.com/watch?v=mlLY0zic7u0%5D

Embedded above is an interesting multitouch demo by [Lahiru]. The goal of the project was to find an easy way to retrofit current LCDs for multitouch. Instead of using infrared or capacitive recognition, it uses a standard webcam mounted overhead. To calibrate, you draw polygon around the desktop screen as the webcam sees it. The camera can identify the location of markers placed on the screen and their color. iDisplay can also recognize hands making the pinch motion and sends these as touch events via TUIO, so it works with existing touch software. It’s written in C++ using OpenCV for image processing with openFrameworks as the application framework.

[via NUI Group]