posted May 12th 2009 11:05am by
Eliot Phillips
filed under:
digital audio hacks,
robots hacks

The Irregular Incurve is a robotic instrument built by [Xiaoyang Feng] as part of his ITP thesis work. It’s a MIDI instrument with an array of 12 strung bows mounted to a curved shower rod. The end of each bow has a tuning key. The strings are each picked using independently mounted arms. One servo controls the downward motion of the pick while the other controls the rotation of the shaft. A damper is also attached to each arm. The string vibrations are transferred to a spruce soundbox under the bridge. Below you can see a video of Gizmodo playing with it at the ITP show. Check out [Xiaoyang]’s Flickr set for images of the build process plus some early videos of the mechanism.
Read the rest of this entry »
posted May 11th 2009 9:26am by
Caleb Kraft
filed under:
multitouch hacks,
peripherals hacks

[Tom Gerhardt] has made this very interesting mud interface for a computer. Follow the link to see a video of it in action. It appears as though he’s using a laser grid of some kind to establish elevation. We might be way off on that though, there aren’t any details on the construction. He does mention that it is an open source hardware and software project, so maybe the details are available on request. In the video you can see it running as a projection surface where people are interacting with items directly on the mud. You can also see it being used as an external input device. People play Tetris using it in that example.
UPDATE: [Moon] reports from the ITP show that the tub has a 16×12 grid of generic pressurs sensors on the bottom. These feed into a MacBook Pro which is projecting on the surface. Despite the sparse grid, [Tom] says he gets good resolution by interpolating between sensors; it can detect a resting hand pivoting on the surface.
posted Apr 12th 2009 6:47pm by
Eliot Phillips
filed under:
arduino hacks,
classic hacks,
wearable hacks

Reader [Joe Saavedra] sent in his latest project: the spatialized umbrella. The base of each umbrella rib features an LED, speaker, and distance sensor. These are connected to an ATMega168 microcontroller running the Arduino environment. The IR sensor triggers a rain drop sound based on proximity. Shorter distances mean more droplets are played. The sounds are generated using a lookup table and the digital pins. You can see the demo video embedded below.
Using the Arduino environment without the associated board is part of another idea that [Joe] is working on. The MapDuino Project uses the standard Arduino hardware for programming, but then transfers the chip to a more barebones circuit in target project. They based their initial work on the ITP breadboard Arduino. Read the rest of this entry »
posted Apr 11th 2009 5:28pm by
Eliot Phillips
filed under:
robots hacks

[Kacie Kinzer] put together an interesting social experiment: Could a robot navigate purely by the help of strangers? She constructed an inexpensive Tweenbot robot that would drive in a straight line. A flag was attached to the top with a plea for help and a destination. Surprisingly, on the first run it was able to traverse through Washington Square Park in just 42 minutes with the help of 29 people. You can see a video of the first run below. This is part of [Kacie]’s thesis work at ITP and she has many other bots planned. While it’s a great demonstration of human kindness, there’s another lesson: If you don’t think your public project looks innocuous enough, draw a smiley face on it.
Read the rest of this entry »
posted Dec 12th 2008 12:30am by
Eliot Phillips
filed under:
Medical hacks,
arduino hacks,
lifehacks,
wearable hacks

[Corey Menscher] built the Kickbee while attending ITP this Fall. It monitors his pregnant wife’s belly and updates Twitter, a microblogging service, every time the baby kicks. The device makes everyone aware of the baby’s movement, not just the expectant mother. It can also log the baby’s activity to monitor development. The sensors are piezos held in place with an elastic band. They’re connected to an Arduino Mini which connects to a host computer using a BlueSMIRF bluetooth module. The host Mac does the logging and twittering.
This is one of the many projects on display at the ITP Winter Show.
[Thanks, @readiness via Boing Boing]