Music Challenge Has You Flapping Your Wrist To Make Sounds

glove-based-music-challenge

This glove controller let you play a musical game. The challenge is to perform the correct wrist motions at the right tempo to play the intro to the song Where is my Mind by the Pixies. This is demonstrated in the video clip after the break.

We often see flex sensors used on the fingers of glove projects, but this one does it all with an accelerometer. That module, along with the Piezo buzzer used for playback are affixed to the small breadboard on the back side of his hand. Rubber bands connect the Arduino to his third and forth fingers. The tempo and rhythm are pre-programmed but the tone generated is based on the gravity reading at the start of each note. If you don’t have your hand positioned correctly the wrong tone will be played.

The code was published in link at the top. It would be fun to see this altered as a hacked Simon Says game.

Continue reading “Music Challenge Has You Flapping Your Wrist To Make Sounds”

Wooden Box Repeats Rhythm Used When Knocking On The Lid

knock-box-build

[Paul Mandel] just finished building this knock box project. It’s a familiar concept that uses a solenoid to tap on the side of the box. The Arduino driven setup monitors vibrations on the lid. When you knock on the box, it records the pattern and plays it back using the solenoid.

He was inspired by a knock-detecting door lock. Using that code as the starting point he implemented a system that takes input from a simple push button and echos back the rhythm using the Pin 13 LED on the Arduino board. This is a great way to start as it removes the complexity of driving a solenoid and monitoring a piezo element. After a bit of success he implemented each of those hardware modules one at a time. You can get a look at the final product in the clip after the break.

One of our favorite version of this project is still the knock block from several years back.

Continue reading “Wooden Box Repeats Rhythm Used When Knocking On The Lid”

How To Make Your Own Piezoelectric Speaker

Piezoelectric speakers are found all around you, from musical greeting cards to the tweeters in your car stereo setup. Making your own piezo speakers is actually very easy, as [Steven] shows us after replacing the speaker in a clock radio.

Piezo speakers require a small crystal with piezoelectric properties, so this build is the perfect followup to [Steven]’s tutorial for making Rochelle salt crystals. After attaching two strips of aluminum foil to his Rochelle salt crystal, [Steven] took the wires that previously went to the clock radio speaker, connected them to the crystal, and turned on the radio. When attached to a tin can, the newly created piezo speaker created a little bit of sound, but the results weren’t very impressive.

To boost the sound output of his homemade speaker, [Steven] needed to increase the voltage across his piezo speaker. At first he tried a doorbell transformer with somewhat better results, but much more sound was produced when he used a transformer taken from a microwave oven.

After experimenting with his microwave transformer and Rochelle salt, [Steven] moved on to piezo elements found in BBQ and cigarette lighters. These homemade speakers were much clearer than the chunk of Rochelle salt he was using previously, and surprisingly produced about the same audio quality as a commercially made piezo speaker [Steven] picked up at Radio Shack.

You can check out the build video for [Steven]’s crystal speaker after the break.

Continue reading “How To Make Your Own Piezoelectric Speaker”

Rickrolling Remote Control Prank

This device is a prank or gag that [Eric Heisler] came up with. It will intercept IR remote control codes and play them back after a bit of a delay. The example he shows in the video (embedded after the break) catches the television power signal from a remote, then sends it again after about thirty seconds. This shuts off the TV and would be extremely annoying if you were unable to find the device. Fortunately (for the victim), [Eric] included a piezo buzzer that Rickrolls after sending each code. Just follow that tune to find the offending hardware.

He chose to use an ATtiny10 microcontroller. It looks like it’s realizing its full potential as the six-pin package use all available I/O to control the IR receiver module, an IR led, and the buzzer. It runs from a coin cell without regulation and the circuit was free-formed on a tiny surface mount breakout board which hosts the microprocessor.

Hackaday Links: June 17, 2012

Portal gag-video

These guys make your own video editing chops look just plain sad. They put together a video demonstrating the portal gun in real life.

Unleashing the beast

We have this problem all the time. The noise regulations were preventing [Massimiliano Rivetti] from letting the true voice of his Ferrari be heard. He hacked into the control system and can now adjust it via iPhone to roar with power. [Thanks Claudio via openPicus]

Music so bad you want to throw something

Here’s a novel way to include the worker bees in music selection around the office. A piezo element was attached to the back of a framed poster and when you throw something at it, the next track is played. We really loved the demo video for this one. [Thanks Calum via DontBelieveTheHype]

Acrylic frame for a CNC machine

[Jake] wrote in to show off his progress on a CNC build. He’s got a frame made of acrylic and some other materials. It’s not up and running yet, but what he’s got so far looks very nice.

Helo built for one

All we can think with this one-man helicopter is failure of those propellers. At least with an ultralight plane you can glide to a gentler crash-landing. [Thanks Filespace]

Reinventing The Clapper With A Knock-based Home Automation Controller

Clap On!… Clap Off!… was super awesome when The Clapper came out in the mid-eighties. Now [Mathieu Stephan] is trying to make the concept much more functional. He put together a controller that lets you knoch on walls to control things around the house. It’s called the Toktoktok project and uses small boxes to receive user input and control items like lamps and computers.

A piezo element picks up the noises made by a user. Above [Mathieu] demonstrates how sensitive the element is, picking up scratching and knocking anywhere along this wall and displaying it as a waveform on the computer monitor. Clever processing and filtering of these noises lets the device convert them into different commands. He covers all of this in the video after the break, then demonstrates a bunch of functionality such as waking up and starting audio playback from a computer just by tapping on the coffee table.

This isn’t the first time we’ve seen the concept. One of our favorites is this door lock which listens for the secret knock. But [Mathieu] is trying to extend the functionality and bring it to a more general market. Continue reading “Reinventing The Clapper With A Knock-based Home Automation Controller”

Portable Electronic Drum Kit Made From Plastic Bowls

portable-drum-kit

[Ian Cole’s] son is learning to play the drums on an electronic drum set, and he wanted a way to continue practicing during his frequent visits to his grandparents’ house. [Ian] had picked up a Spikenzielabs “Drum Kit Kit All-Inclusive” (DKKAI) earlier this summer, and set out to build an easily transportable drum set.

The DKKAI comes with an ATmega168-based board and a set of piezos that can be used to register hits. It was up to [Ian] to provide the rest of the kit, so he set off to IKEA in search of cheap, durable drum heads. He returned with a handful of 1/2 Liter plastic bowls, which he mounted on a PVC pipe drum stand.

The piezos were mounted on thin aluminum discs, which were in turn glued to the back side of the bowl lids. The piezos were wired to the DKKAI kit via the PVC tubing, with the signals ultimately fed into an iPad running Garage Band. [Ian] says that his portable drum set works quite well, and although there are some things that require changing, his son is very happy with his new practice set.

Check out the video below to see the portable drum kit in action.

Continue reading “Portable Electronic Drum Kit Made From Plastic Bowls”