A Simple Touch Interface For Music Player Daemon And More

mpd-controller

[Andrew] recently got the authorization to install Linux on his work PC, and he was looking for a way to control his music without relying on keyboard shortcuts to do so. Additionally, he wanted an unmistakable visual cue when he received messages in Pidgin, so he decided to build an external input/notification box.

The control box, quite literally, is a cardboard box in which [Andrew] crammed some components he got way back when from the crew at Seeed Studio. A Seeeduino serves as the brains of his control panel, interfacing with his PC over USB. He uses a set of 4 touch sensors and a potentiometer to control the MPD, allowing him to easily switch tracks, pause his music, control the volume, and lock his computer with a simple touch. A side-mounted RGB LED lights green to show that the system has received his commands successfully, pulsing a bright blue whenever a message arrives via Pidgin.

While the case isn’t exactly pretty, it is small, recycled, and takes up very little desk space. [Andrew] says that it works great, and he has made his code available on github if anyone is interested in using it.

Antique Phone Provides A Soundtrack Perfect For Restoring Old Cars

crank-phone-music

[Simon] is in the middle of restoring/building himself an Austin 7 Special out in his garage, and like most tinkerers, found that music helps to move the process along. He happened to have an old Bakelite generator phone out in the garage as well, and figured that he might as well have it do something other than simply hang on the wall.

Playing music from the 1930 seemed like a fitting enough task, so he picked up an Adafruit Waveshield and spent some time wiring it up to the old telephone. His new radio works simply enough, piping .wav files through the handset, provided someone has cranked the phone’s generator recently.

While cranking the generator is required to play music, the Arduino is actually powered off a pair of AA batteries. The cranking is all cosmetic, but he did program the Arduino to slow the music down every once in awhile, requiring that the generator be turned to get things back up to speed.

It really is a neat way to repurpose the old phone, and we like the fact that [Simon] did not gut it to put this project together.

Continue reading to see a short video of his new music player in action.

Continue reading “Antique Phone Provides A Soundtrack Perfect For Restoring Old Cars”

Quadrotor Squadron Plays The [James Bond] Theme Song In Preparation For World Domination

quadrotor-james-bond-theme

If you weren’t already a big fan of quadrotors by this point, we’re pretty sure the video below will get you on the bandwagon in no time flat.

The video was debuted this past week at the TED2012 conference, giving [Daniel Mellinger, Alex Kushleyev, and Vijay Kumar] from the University of Pennsylvania GRASP Lab, a chance to show off their amazing robotics work. The team used a set of autonomous quadrotors to play the [James Bond] theme, complete with keyboard, drums, cymbals, guitar, and maracas.

The coordination of the robots undoubtedly took an incredible amount of time to orchestrate, but after watching the video we think it is well worth the effort. Now of course you can’t simply input a piece of sheet music into the quadrotor control system and expect them to play it, but we imagine that time will arrive before you know it!

Continue reading to see the [James Bond] theme song in full, and be sure to swing by the U Penn site to read more about the project.

Thanks to everyone who sent this one in!

Continue reading “Quadrotor Squadron Plays The [James Bond] Theme Song In Preparation For World Domination”

Electronic Bag Pipes Need No Bag And Use Only 1 Pipe

A lot of people might turn their noses up at an electronic version of bagpipes. But we see a definite need for them. After all, it’s pretty hard to take your bagpipes on a road trip, but this eChanter will have no trouble entertaining your fellow travelers.

The musical instrument is Arduino-based and the builder can decide between a headphone jack (use it with that FM transmitter when in the car!) or a speaker. The version seen above uses headphones with a piece of PVC pipe as the body, screw heads as touch sensors, and a project box to hold the electronics. But there are a lot of alternatives suggested, such as using automatic sprinkler parts. It sounds like a riser, connector, and pop-up sprinkler head body will do just as well hosting all of the components.

Want to hear what it sounds like? There’s an mp3 clip under the final steps section.

[audio http://www.echanter.com/marine-corps-hymn.mp3]

Arduino Saves You A Bundle When It Comes To Guitar Pedal Effects

[Deadbird] wanted to recreate some guitar pedal effects that he heard on a music video. The thing is, you can end up spending a bundle on hardware unless you’re crafty like he was. He grabbed a Whammy 4 pedal, but decided to forego using a $125 MIDI controller and sourced an Arduino to perform MIDI-based alterations instead.

The Whammy 4 was chosen for its ability to perform the sound processing he desired, but also because it can be MIDI controller. By hooking up the Arduino to that port (as seen in the diagram above) he’s able to program changes that would be difficult or impossible with just the pedal. For instance, [Deadbird] illustrates a command which jumps from the lowest to highest setting of an effect without hitting any of the values in the middle. With that under his belt he goes about programming loops of changes with delays in between them. The best part is, you’re only limited by your ability to craft the MIDI commands as Arduino code.

Get Tons Of MIDI Knobs And Buttons With The Chomp

Although MIDI was originally designed for 1 MHz computers with 64 kB of RAM, it’s still an industry standard almost 30 years after its introduction. Even for electronic artists armed with a microcontroller, MIDI is old hat if you want to connect a few buttons up to a music workstation. What if you wanted to connect dozens of buttons and knobs to a bunch of MIDI hardware, though? Enter Chomp, the Configurable Hardware Open-source MIDI Platform.

[Max Justicz], an awesome pseudonym if we’ve ever heard one, built a MIDI controller that allows for 48 inputs for buttons, knobs, and any other electrical connection imaginable. The board is powered by an Arduino-fied ATMega328 and connects to your sensors through 2×5 ribbon cables.

If you’ve ever thought about building a monome MIDI controller, [Max Justicz] has started a Kickstarter campaign to put a few hundred Chomps out into the wild. It seems like a great way to build some controllers or simply to send stuff to MaxMSP. Either way, the Chomp is sure to be useful.

Self-tuning Piano Can Tune Itself, Can’t Tuna Fish

At Hack a Day, we don’t throw the term genius around lightly. We’re obligated to bestow that title on [Don Gilmore] for his amazingly simple self-tuning piano. To appreciate [Don]’s build, you need to realize that just because a piano has 88 keys, that doesn’t mean it has 88 strings. Treble notes have three strings per key while tenor and bass notes have one or two strings each. This usually comes out to more than 200 strings per piano, and [Don] can bring them all up to tune in under a minute.

[Don]’s system needs to perform two functions. The first one is sustaining the strings so the computer can ‘hear’ the strings. He does this with a magnetic sustainer that is a lot like an E-Bow. To bring the strings up to the right pitch, there are small heaters underneath the pin block. Running a little bit of current through these heaters allows [Don] to decrease the tension of each string and lower the pitch.

This tech reminds us of the Gibson Robot Guitar, a self-tuning guitar that does it’s trick with motors in the tuners. The Gibson didn’t do well on the sales floor, given that everybody and their mom can tune a guitar. Pianos, though, are another story. [Don] is looking for investors to bring his idea to market, and we hope to see it on the floor of a music shop sometime in the future.

Continue reading “Self-tuning Piano Can Tune Itself, Can’t Tuna Fish”