An Opensource Arduino Guitar Pedal

If you’re a guitarist, or know a guitarist, you probably know just how many guitar effects there are out there — but what if you could design your own effects?

[J Rodriguez] has just released his opensource Arduino guitar pedal shield, dubbed the pedalSHIELD. He designed it as a platform to learn about digital signal processing, effects, and synthesizers — without needing an in-depth knowledge of electronics or programming. It allows you to design your own effects in C/C++, or download from his own library online. Some of the downloadable presets include an octave pedal, reverb pedals, delay pedals, and even distortion pedals!

The pedal features three programmable potentiometers, two main switches, and the foot pedal switch. The shield plugs directly into an Arduino Due, and you can find all the schematics here and the parts list here. It was completely designed in KiCad which is an open source electronics CAD design suite.

Take a listen after the break to hear the pedal in action!

Continue reading “An Opensource Arduino Guitar Pedal”

Cryophone: A Dry Ice-Powered Musical Installation

cryophone

[Dmitry] is a bit of an industrial artist / hacker, and he’s recently finished this interesting and interactive audio exhibit called the Cryophone.

As you know, dry ice is terribly fun. When placed in water, it sublimates from its solid to gaseous phase rapidly, releasing carbon dioxide gas and causing a drastic (and sometimes violent) temperature change. [Dmitry’s] project attempts to amplify the sounds of these reactions and create music(?) using data from sensor inputs in the system. He uses piezo elements, temperature sensors, and an Arduino to generate an algorithmic composition from the various sensors, which a Mac Mini then synthesizes and outputs as audio in 6 channels.

The result is an eerie collection of noises that would do well in a haunted house or a horror movie. Take a listen for yourself after the break, and if you missed it, check out another unique, audio-based art installation: ‘conus.’

Continue reading “Cryophone: A Dry Ice-Powered Musical Installation”

Analog Drum Machine

Drum Machine Schematic

This analog drum machine project synthesizes a kick and snare drum that are clocked to a beat. It pulls together a few analog circuits to do the timing and synthesis.

The beat timing is a product of a hysteretic oscillator used to create a ‘shark wave,’ which is a friendly term for the output of a relaxation oscillator. This waveform can be compared to a set point using a comparator to create a slow square wave that clocks the drum beat.

The kick drum is synthesized using another hysteretic oscillator, but at a higher frequency, creating a triangle-like waveform at 265 Hz that provides a bass sound. The snare, however, uses white noise provided by a BJT’s P-N junction, which is reverse biased and then amplified. You can spot this transistor because its collector is not connected.

The resulting snare and kick drum wave forms are gated by two transistors into the output. Controlling these gates allows the user to create a drum beat. After the break, check out a video walk-through and a demo of the build.

Continue reading “Analog Drum Machine”

Cast A Shadow, Play A Note

Looking for a way to entertain friends and family this holiday season? Look no further than the Arduino-powered Photocell Piano. [Asahillis] has posted this Instructable for building a 6-note musical command center.

The piano uses photoresistors to turn each note on when the player runs their hand over it. Notes can be tuned independently using potentiometers on the front of the box. The hack uses two circuits: one to generate the tones, and a second to mix them. [Asahillis] adapted [Forest Mims III]’s timeless schematics for the 555 Tone Maker and the 741 Audio Mixer to create his Photocell Piano.

When the instrument is powered on, the code takes a 5-second reading of the ambient light, and sets a threshold based on its findings. Afterward, the first note will sound, indicating the piano is ready to be played. Each note has its own if-else statement that tells it to sound when its corresponding  photoresistor reaches a value below the set threshold (when the player casts a shadow). There’s a demo video included in the guide but we couldn’t embed it here.  Check out the demo video after the break.

If you prefer to rock out with your lights out, there’s always this impressive laser harp.

Continue reading “Cast A Shadow, Play A Note”

Portable Musical Stairs

musical stairs

[Amir] recently finished a pretty cool project — Portable Musical Stairs! He designed and built it so it could be temporarily installed in schools for musical therapy sessions with autistic children — a fun activity for all ages!

The system utilizes lasers and photo sensors that come with a built in digital output with a sensitivity potentiometer, which makes it super easy for the Arduino Leonardo to interpret. The reason they are using 2 by 4’s for the system is because of the width of the stairs. At 1.75m across, a laser misaligned by only 1 degree results in it being about 3cm off!

On the software end of things, the Arduino acts as a HID input to the computer to create the sounds. [Amir] has put together a free sound sampler on his website makeysoundy.com, and we must say, it’s pretty fun! You can assign notes to different keys, which makes it super easy to make a similar project to this!

Stick around after the break to see the stairs in action!

Continue reading “Portable Musical Stairs”

The 3D Printed Ukulele

uke

The creator of everyone’s favorite slic3r – [Alessandro Ranellucci] – has been hard at work putting his 3D modeling skills to the test. He’s created a ukulele that’s nearly entirely 3D printed (Google translation). Everything on the uke, short of the strings and tuning pegs came from a MendelMax 3D printer, all without any support material at all.

In the video, [Alessandro] and uke virtuoso [Jontom] show off how this instrument was put together and how good it can sound. The body of the uke is made of two parts, and the neck – three parts including the headstock and fretboard – all fit together with surprisingly traditional methods. A dovetail joint connects the neck to the body and a tongue and groove-like joint holds the headstock to the neck.

[Allessandro] puts the print time of all the uke parts at about 120 under 20 hours and about 20 Euros worth of plastic. As far as ukuleles go, this sounds just as good as the average instrument, but [Jontom] says the action is a little bit high. That’s why files were invented, we guess.

Thanks [iant] for sending this one in.

Continue reading “The 3D Printed Ukulele”

LavaAMP Spectrum Analzyer

lavaamp

Is your dusty Lava Lamp just not cool enough anymore? What if you could make it bubble to the music? [Christian] and [Eric] managed to do just that.

No, they aren’t regular Lava Lamps. In fact, they look like oversize jam jars, but the video of them in action is pretty cool! They designed and built this system for the UIST 2013 Student Innovation Contest, and while there isn’t too much information on the actual build, the contest required everyone to use the exact same kit. The kit consists of 8 aquarium pumps, a PumpSpark controller board, assorted tubing and fittings and an optically-isolated serial interface for use with an Arduino or another kind of microcontroller. From there, it’s pretty easy to guess the rest — analyzing the audio, and timing the pumps according to the various levels.

Other competition entries of note include an awesome game of WaterPong, a Water Bottle Bagpipe, and even an Xbox H2O!

Stick around after the break to see the LavaAMP bubble to the bass.

Continue reading “LavaAMP Spectrum Analzyer”