Improving A Cheap Guitar Pedal

pedul

If something doesn’t suit your needs, just change it. That’s a motto we live by, and it looks like [Doug] took up the same creed when he modified a cheap effects pedal.

The victim of [Doug]’s soldering iron is a Danelectro BLT Slap Echo – a tiny, cheap pedal in Danelectro’s mini ‘food named’ pedal series. Stock, this pedal’s slap back echo is set to a fixed amount of time. [Doug]’s mod changes that.

The mod consists of desoldering a single SMD resistor and replacing that with a 50k pot [Doug] had lying around. After mounting the pot between the two stock knobs, the new and improved pedal had a variable length echo. There are a few more mods possible with this pedal – changing some of the resistors on the filter for a better sound, or even connecting the rate pot to a wah-style rocker pedal for some wobbly Echoplex or Space Echo action.

You can check out [Doug]’s gallery of pics here.

A Modular Game Boy Synthesizer

Euro

Synth heads and electronic music aficionados the world over love a good rackmount synth. These days, though, synthesis tends more toward small, digital, and ‘retro’ rather than the monstrous hulking behemoths of the 60s and 70s. [gieskes] might be ahead of the curve, here, as he’s built a Game Boy module for his eurorack synthesizer.

The software running on [gieskes]’s Game Boy is the venerable Little Sound DJ (LSDJ), the last word in creating chiptunes on everyone’s favorite 8-bit handheld. As with any proper Game Boy used in chiptunes, there are a few modifications to the 1980s era hardware. [gieskes] tapped into the cartridge connector with a ‘repeat’ signal that provides slowed down, noisy signals for LSDJ. There’s also pitch control via CV, and the audio output is brought up to 10Vpp

In the video below, you can see [gieskes]’ euroboy in action with a few Doepfer synth modules. There’s also a very cool pulse generator made from an old hard drive in there, so it’s certainly worth the watch.

Continue reading “A Modular Game Boy Synthesizer”

Wireless MIDI Floor Piano!

123

[Jianan Li] just finished documenting one of his most recent projects, a wireless MIDI floor piano that he and a small group made for Duke University’s Hackathon!

He was inspired to do this project after reading our recent coverage on a DIY Pressure Plate. Having only 24 hours to compete in the Hackathon, they had to choose something that was fairly easy to build out of cheap materials, and quick to assemble. This was just the ticket.

The piano features 25 of the aluminum foil pressure plates, whose state are read by the Arduino Mega. This is then transmitted by an XBee radio to an Arduino Uno, which acts as the receiver for the laptop that processes the signals. They even added a remote control using an ATtiny85 to allow for octave and instrument changes — it also uses an XBee to communicate back to the Uno. For a 24 hour build, the quality is quite impressive, and it doesn’t sound half bad either — Take a listen after the break!

Continue reading “Wireless MIDI Floor Piano!”

Da Vinci’s Viola Organista

hurdy gurdy

Leonardo Da Vinci had many unfinished projects, not unlike many hackers here. Lucky for us though, he was a bit better at writing down his ideas than we are. This is his Viola Organista, as recreated by [Slawomir Zubrzycki] — a mechanical work of art, that sounds good too!

If you’re familiar with a Hurdy gurdy, this is basically the same thing — but on a much bigger scale. It is the combination of an organ, a harp, and a viola. Instead of a hammer hitting the 61 steel-strings, spinning wheels of horse-hair (similar to a bow) caress each string via input from the keyboard and the pedal powered crankshaft. The result is a very unique sound, which is reminiscent to each of the instruments it combines.

The designs for the instrument were found in Da Vinci’s Codex Atlanticus, a 12-volume collection of many of his manuscripts and designs, documenting everything from his flying machines to weaponry. [Slawomir] spent three years and over 5000 hours perfecting his version of it.

Stick around after the break to hear it in action! Don’t forget to turn on the subtitles though, unless you’re fluent in Polish!

Continue reading “Da Vinci’s Viola Organista”

HackPrinceton: Piano Stairs!

princeton piano

It was Hack.Princeton this weekend and [Bonnie] and [Erica] threw together this great interactive portable piano!

The setup is very simple using six LED flashlights, and six photoresistors. An Arduino Uno reads in the values from the photoresistors and parses them to a nearby Raspberry Pi which then creates the sounds. The system even automatically calibrates itself when turned on, adjusting to the ambient light conditions. They made the project for the Hackathon and after a short scare of having to move it to another staircase for the demo, they took home 2nd place in the hardware category!

Stick around after the break to see it in action — this would make a great school project to get kids interested in hacking!

Continue reading “HackPrinceton: Piano Stairs!”

Fork-o-Drumbot: A MIDI Drummer!

forkotitle

We just got word of a great project by [Vito] — A MIDI Drumbot made from an Arduino and scraps from around the house!

After learning some basics of programming microcontrollers way back in high school, [Vito] was excited to start using the Arduino platform. His first thought was to build a desktop milling machine for engraving his own PCBs. But after a bit of research, he soon concluded it might be a bit too ambitious for a first project, so he opted for something a bit simpler — A robot drummer.

Using some cardboard, a few elastics, a plastic fork, a 12V solenoid, an Arduino and a MIDI interface he had created the original Fork-o-Drumbot, able to tap a simple beat, using one note. After this initial success he grew excited to continue along the same vein of recycling things to characterize his entire project. Fast forward a few weeks of blog posts and he now has a fully functional MIDI drummer which even has a cymbal! They were even featured in the local newspaper after performing a duet with a local singer during an art exhibit called the Singing Balconies of Friedrichshain.

Stick around after the break for an extremely catchy rendition of Superstitious by Stevie Wonder, as played by the Fork-o-Drumbot!

Continue reading “Fork-o-Drumbot: A MIDI Drummer!”

The Nickelphone

nickelphone

[Tyler Bletsch] sent us a tip about his new build: a keyboard that redefines “coin-operated.” The Nickelphone can emit square wave tones via a piezo buzzer, but [Tyler] made this 25-key piano as a MIDI keyboard capable of driving a full synthesizer.

He chose an ATMega644 as the brain because it’s Arduino-friendly but has more data pins—32—than the usual ATMega328 chip, which allows him to provide each key with its own pin. Each coin was soldered to its own wire and connects up to a 1MΩ resistor array. Coin-presses are recognized by the simple capacitive sensing technique outlined here, but [Tyler] needed to take advantage of a workaround to accurately detect multiple presses.

Check out [Tyler’s] detailed project guide for more information as well as the source code. Check out the video of the Nickelphone after the break, then browse through some other capacitive touch hacks, like the Capacitive Touch Business Card or the Capacitive Touch Game Controller.

Continue reading “The Nickelphone”