
While at The Last HOPE this year, we were fortunate enough to see Wiremap, a volumetric display made from thread. Using a projector and 256 individual strands of cotton thread, [Albert Hwang] produces 3D effects. The result is a visually stunning piece of work.
Peripherals Hacks1560 Articles
Simple Tracking In 3D Space
[kylemcdonald] has posted this how to build a simple 3D tracking interface. Using 6 resisters, some wire, aluminum foil, an Arduino, and a cardboard box, he was able to do 3D capacitive sensing. Coupling that with Processing, he was able to overlay an interface using augmented reality. The video above shows a 3D tic tac toe application. While it seems less than perfect, its pretty amazing for how simple it is.
Seen anything similar to this out there? What applications would be fun with this?
XBox Controller USB Labotomy

[sprite_tm]’s back with one of his excellent Atmel projects. This time he decided to turn an original XBox controller (cause he likes ’em) into a standard USB HID device. He gutted the custom USB chip that Microsoft installed and replaced it with an Atmel ATMega88. The ATMega required a few changes to the board, but nothing too off the wall.
SenseSurface: Custom Inputs On Your Lcd Screen

[Lindsay Williams] has come up a novel way of constructing custom physical inputs for your programs. SenseSurface is a viable alternative to building a new interface for each application. Simply place the dials, buttons, and sliders on your screen wherever you want them.
A sensor board, placed behind the display, picks up the signals from the inputs. The only limitation to the number of inputs available is the size of your screen. Inputs are held on magnetically, and have a low friction backing to avoid scratching or gouging your screen.
Continue reading “SenseSurface: Custom Inputs On Your Lcd Screen”
DeepNote Guitar Hero Bot

A team of five high school seniors have released some videos of their new Guitar Hero bot named DeepNote. This bot uses a group of custom photodiode modules with an 8 nanosecond latency placed on the screen to sense the notes. The Parallax Propeller system takes this input and controls solid state relays hooked into the guitar’s circuitry. After we looked at a few videos of the early prototype system, we could really see how it has evolved. They have custom PCBs and a really nice frame for the photodiode sensors. You can find more info on their How It Works page and view a demo video embedded below.
DIY Joystick Glove

[Elf] sent in this interesting DIY joystick glove. There aren’t many details on the actual glove switch design, but from the schematic on the site, it seems to mostly consist of micro-switches with some pot adjusted transistors to calibrate the X-Y signals.
Related: Data glove USB interface and Clove 2 one handed input
Clove 2 Glove For One Handed Input

[Christopher Mitchell] (previously on Hack a Day) has come up with a rather interesting input device. The Clove 2 glove is a Bluetooth data input interface. The goal is to be able to “type” without the use of a traditional keyboard. Key strokes are achieved through finger movements. Your computer simply sees this as a Bluetooth HID device and some software translates it for you.
While it may seem confusing, he’s designed it to be very similar to typing on a keyboard. Each finger movement or combination is a key stroke. Just like typing on a regular keyboard, there are modifying strokes such as ALT or shift that effect others. Most common used keys require the least combinations of finger movements.