Instruments As Games – Games As Instruments

instruments-as-games

Here’s a pair of diametrically opposed hacks. One makes use of a real instrument to play Rock Band, the other makes use of a game controller to play real music.

[Tim] lets us know that his friend figured out how to play Rock Band 2 on expert level by playing flute instead of singing. Of course this works because the game is just looking for the correct frequency for scoring. It makes sense that the vocal lines can be offset by an octave and still register correctly. We wouldn’t have thought of this ourselves but now that we’ve seen her success, we will try it (our instrumental skills far out pace our singing talents).

Seeing this sparks a correlation with Phone Phreaking, which started with a blind kid singing a tone into the receiver to make the remainder of his long distance call free. This was followed by Blue Boxes that allowed people without perfect pitch to play the tones electronically. It would be interesting to see what could have been done with a talented flute player (like the beat-boxing flutist) and one of those old phone networks.

On the other side of the coin, we have [Jordan’s] project in which she creates midi controllers using Wii drums from Guitar Hero World Tour and Rock Band. The Guitar Hero drums are velocity sensitive, a feature she’s using in her setup. The MIDI data takes into account how hard the drums are struck and the resulting sound reflects that. This particular writeup outlines her use of Osculator for the velocity sensitive system, but you can also check out the tutorial she wrote covering the use of JunXion with the Rock Band controller that we covered in the past.

Video for both of these control schemes is included after the page break. We love to see people break the guise of “I’m creating music by playing a video game” and actually use their musical talents in a new and interesting way.

Continue reading “Instruments As Games – Games As Instruments”

Raid The Dollar Store For An Illuminated Umbrella

diy-illuminated-umbrella

Here’s a quick and easy illuminated umbrella that [Mikeasaurus] built. How’s this for economical? He found an umbrella that someone left on the bus, and used an LED flashlight and clear poncho from the dollar store for the rest of the parts.

The scavenged LED circuit board is the perfect diameter to fit inside the handle of his umbrella. He removed the middle LED and drilled a hole in the board for the shaft to pass through. Although not well detailed, we gather he managed to shoehorn two CR2032 3v batteries underneath the PCB to power the device. The poncho is wrapped around the shaft to diffuse the light. This is a clever solution as the flexible plastic still allows the telescoping shaft to collapse down to its most compact size.

[Mikasaurus’] umbrella doesn’t make noise or emulate the weather but it is a clever idea. The low difficulty level and availability of parts makes this a great project to do with the young ones who don’t get included in your more intricate hacks.

Robot Interface Lets Fingers Do The Walking

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

We’re filing this one under “best interface implementation”. This robot is controlled by finger gestures on the surface of an iPod Touch. It can walk forward, turn, sidestep, jump, and kick a ball based on the input it receives from your sweaty digits. Unlike vehicles controlled by an iPhone (or by Power Wheels), this has some potential. Especially considering the inevitable proliferation of multi-touch devices in our everyday lives.

Set Phasers To “blind”

enterprise-phaser-pistol

[Directive0] added a 200mW laser to his Enterprise Phase Pistol toy. This joins the ranks of hand-held laser hacks that we’ve seen around here lately. His build makes use of the stun and kill settings of the toy to switch between different modes. The built-in 9 volt battery holder is tapped into for power. When set to stun, the stun LED indicator is illuminated and a trigger pull sends current limited electricity to the laser diode. When the kill (or blind) setting is selected, the appropriate LED is illuminated and the trigger sends the full current from the battery to the laser diode. Power regulation is managed by the driver circuit for the laser.

This build preserves the unmodded look of the toy gun. [Directive0’s] inclusion of protective glass should fend off the warnings we usually see in the comments of these types of hacks.

Too Much Time, Not Enough Pressure

pressure-guage-clock

[Audin] got a hold of a pressure gauge and decided to turn it into a clock. We were under the impression that these types of gauges were filled with oil but he didn’t detail cleaning it up for his purposes. Once he gained access to the guts he replaced them with a stepper motor. The motor connects to an Arduino with the help of a Darlington array for handling the large load. [Audin’s] plans include using a real time clock (on order) and moving to an AVR ATmega8 microprocessor once the prototyping is finished. In the mean time, he has posted the code used in his current prototype.

Stay with us past the page break for some video of this in action. He’s got the needle dialed in for very precise movement and has coded a “jitter” effect as well. We’re not sure this would be the most convenient clock, but we’d love to affix it to our kitchen stove for a gnarly looking timer. [Audin] acquired the gauge at his local Habitat for Humanity ReStore, a place we’ve used many times to source reclaimed and unused items of all kinds for our projects.

Continue reading “Too Much Time, Not Enough Pressure”

Single-wing Flight Based On Maple Seed Aerodynamics

one-winged-flight

The Samara Micro-Air-Vehicle is a product of over three years of work at the University of Maryland’s Aerospace Engineering Autonomous Vehicle Laboratory. The Samara is an applicant in the DARPA nano air vehicle program. Unlike the ornithopter we saw in July, this vehicle uses only one wing for flight. A small propeller on a rod mounted perpendicular to the wing provides rotation. The pitch of the wing is changed to climb, descend, or hover.

You can see a video of the flight tests after the break. The sound the Samara makes reminds us of classic alien invasion movies and the use of Verdi’s Requiem for the background music during flight tests (2:43) seems quite fitting. At about 5:45 there is some on board video footage that is just a blur of the room spinning by. This would be much more useful if a few frames per second were snapped at exactly the same point in the vehicles rotation.

Continue reading “Single-wing Flight Based On Maple Seed Aerodynamics”

Battery Capacity Tester

battery-capacity-tester

[Moris_zen] built a device to accurately measure the capacity of batteries. He needed to have an accurate measurement for the batteries he uses in a RC airplane. Knowing the discharge time allows him to fly the friendly skies while avoiding crashes from lost communications.

He based the tester around the Arduino platform. Instead of using a pre-built Arduino board he referenced the open source schematics and built the device from components to fit his needs. His solution automatically detects the battery type (Lithium-Ion, Nickel Metal Hydride, etc) based on voltage when the battery is added to the circuit. It then uses a 2.2 Ohm resistor and ADC measurements to take the battery through a discharge cycle. A character display shows status information with the ability to track discharge information using a computer to graph the data.

Apart from flashing an LED this was his first Arduino project. It’s a great use of the platform and much more automatic than other solutions we’ve covered.