Tap-Tap-Tapestry: A Wall-Projected Interactive DrumKit


Drumkit circuit representation

Ever fancied a drum-kit that won't take up half your living room, while still annoying your neighbours? Well, here's a solution that might just hit the right note: an interactive, wall-projected drum-kit. A nifty virtual kit that's a mix of clever electronics, lots of copper tape and a sprinkle of whimsy.

How it Works: A Symphony of Hardware and Software

The magic behind this project is a combination of Arduino and Processing sketches. The Arduino, a master of sensing inputs, waits for a tap on the capacitive switches, via copper tape, on the wall. Once it gets the signal, it sends the info over to the Processing sketch via serial communication. The Arduino code is particularly simple, just sampling the capacitive switches and sending their state to Processing.

Coppered Wall

The Processing sketch is where the visual and auditory magic happens. It creates the projected image of the drum-kit on the wall and plays the corresponding drum sounds. And after some fiddling with wire the project is complete. The drums are waiting.

In Conclusion: Simple, Silly, and Satisfying

The project isn’t breaking new ground in technology or art, but maybe it’s a delightful blend of both. It’s a testament to how a simple idea, some basic coding, and a bit of hardware can lead to hours of amusement. Whether you’re a seasoned drummer or just someone who likes hitting walls, this project hits the right notes.