Power Your Guitar Pedals With Drill Batteries

Guitar pedals are a great way to experiment with the sound of your instrument. However, they require electricity, and when you’re using more than a couple, it can get messy. Some will run on batteries, while others are thirstier for more current and will only work with a plugback. There are a great many solutions out there, but most people with more than a few pedals to power will end up going to some kind of mains powered solution. [Don] is here to show us that it’s not the only way.

Mains power is great for some things, but where pedals are concerned, it’s not always perfect. There are issues with noise, both from cheap power supplies and poorly designed pedals, and it means you’re always hunting for a power socket, which is limiting for buskers.

[Don] realised that the common drill battery is a compact source of clean, DC power, and decided to use that to power his rig. By slapping together a drill battery with a pre-assembled buck converter and a 3D printed adapter, he was able to build a portable power supply for his pedals. Thanks to the fact that the vast majority of pedals use 9V DC with the same input jack design, it’s a cinch to wire up. With an appropriately sized buck converter, a drill battery could supply even a hefty pedalboard for a significant period of time.

Overall, it’s a great hack that solves a problem faced by many performing musicians. We’ve seen our fair share of guitar pedals around Hackaday – perhaps you’d like to see how one makes it from concept to production?

Continue reading “Power Your Guitar Pedals With Drill Batteries”

One String, One Print, One Harp

To exclude musical instruments in the overflowing library of possibility that 3D printing enables would be a disservice to makers and musicians everywhere. For the minds over at [Makefast Workshop], an experimental idea took shape: a single stringed harp.

The TuneFast Harp needed enough notes for a full octave, robust enough to handle the tension of the string, a single tuning mechanism and small enough to print. But how to produce multiple notes on a harp out of only one string? V-grooved bearings to the rescue! The string zig-zags around the bearings acting as endpoints that rotate as its tuned, while the rigid PLA printing filament resists deforming under tension.

After a bit of math and numerous iterations — ranging from complete reconfigurations of part placements to versions using sliding pick mechanisms using magnets! — a melodic result!

Continue reading “One String, One Print, One Harp”

Guitar Game Plays With Enhanced Realism

There’s a lot more to learning how to play the guitar than just playing the right notes at the right time and in the right order. To produce any sound at all requires learning how to do completely different things with your hands simultaneously, unless maybe you’re a direct descendant of Eddie Van Halen and thus born to do hammer ons. There’s a bunch of other stuff that comes with the territory, like stringing the thing, tuning it, and storing it properly, all of which can be frustrating and discouraging to new players. Add in the calluses, and it’s no wonder people like Guitar Hero so much.

[Jake] and [Jonah] have found a way to bridge the gap between pushing candy colored buttons and developing fireproof calluses and enough grip strength to crush a tin can. For their final project in [Bruce Land]’s embedded microcontroller design class, they made a guitar video game and a controller that’s much closer to the experience of actually playing a guitar. Whether you’re learning to play for real or just want to have fun, the game is a good introduction to the coordination required to make more than just noise.

Continue reading “Guitar Game Plays With Enhanced Realism”

Adaptive guitar: pick board and controller

Hackaday Prize Entry: Adaptive Guitar

Due to a skiing accident, [Joe]’s new friend severed the motor nerves controlling her left arm. Sadly she was an avid musician who loved to play guitar — and of course, a guitar requires two hands. Or does it? Pressing the string to play the complex chords is more easily done using fingers, but strumming the strings could be done electromechanically under the control of a foot pedal. At least that’s the solution [Joe] implemented so beautifully when his friend’s family reached out for help.

There are just so many things to enjoy while reading through [Joe]’s project logs on his hackaday.io page, which he’s entered into the Hackaday Prize. He starts out with researching how others have solved this problem. Then he takes us through his first attempts and experiments. For example, an early discovery is how pressing the strings on the fretboard pulls the string down where the picks are located, causing him to rethink his initial pick design. His criteria for the pick actuators leads him to make his own. And the actuators he made are a thing of beauty: quiet, compact, and the actuator body even doubles as part of a heat sink for his custom controller board. During his pick design iterations he gets great results using spring steel for flexibility leading up to the pick, but thinking of someday going into production, he comes up with his own custom-designed, laser-cut leaf springs, different for each string.  Needing Force Sensitive Resistors (FCRs) for the foot pedal, he iterates to making his own, laying out the needed interlinked traces on a PCB (using an Eagle script) and putting a piece of conductive rubber over it all. And that’s just a sample of the adventure he takes us on.

In terms of practicality, he’s made great efforts to make it compact and easy to set up. The foot pedal even talks to the control board on the guitar wirelessly. Non-damaging adhesives attach magnets and velcro to the guitar so that the control board and pick bridge can be precisely, yet easily, attached single-handedly. The result is something easy to manage by someone with only one working hand, both for set-up and actual playing. See it for yourself in the video below.

Continue reading “Hackaday Prize Entry: Adaptive Guitar”

Hackaday Prize Entry: You Can Tune A Guitar, But Can You Reference REO Speedwagon?

Just for a second, let’s perform a little engineering-based thought experiment. Let’s design a guitar tuner. First up, you’ll need a 1/4″ input, and some op-amps to get that signal into a microcontroller. In the microcontroller, you’re going to be doing some FFT. If you’re really fancy, you’ll have some lookup tables and an interface to switch between A440, maybe A430, and if you’re a huge nerd, C256. The interface is simple enough — just use a seven-segment display and a few LEDs to tell the user what note they’re on and how on-pitch they are. All in all, the design isn’t that hard.

Now let’s design a tuner for blind musicians. This makes things a bit more interesting. That LED interface isn’t going to work, and you’ve got to figure out a better way of telling the musician they’re on-pitch. This is the idea of [Pepijn]’s Accessible Guitar Tuner. It’s a finalist in The Hackaday Prize Assistive Technology round, and a really interesting problem to solve.

Most of [Pepijn]’s tuner is what you would expect — microcontrollers and FFT. The microcontroller is an ATMega, which is sufficient enough for a simple guitar tuner. The real trick here is the interface. [Pepijn] modulating the input from the guitar against a reference frequency. The difference between the guitar and this reference frequency is then turned into clicks and played through headphones. Fewer clicks mean the guitar is closer to being in tune.

This is one of those projects that’s a perfect fit for the Hackaday Prize Assistive Technology round. It’s an extremely simple problem to define, somewhat easy to build, and very useful. That doesn’t mean [Pepijn] isn’t having problems — he’s having a lot of trouble with the signal levels from a guitar. He’s looking for some help, so if you have some insights in reading signals that range from tiny piezos to active humbuckers, give him a few words of advice.

GuitarBot Brings Together Art And Engineering

Not only does the GuitarBot project show off some great design, but the care given to the documentation and directions is wonderful to see. The GuitarBot is an initiative by three University of Delaware professors, [Dustyn Roberts], [Troy Richards], and [Ashley Pigford] to introduce their students to ‘Artgineering’, a beautiful portmanteau of ‘art’ and ‘engineering’.

The GuitarBot It is designed and documented in a way that the three major elements are compartmentalized: the strummer, the brains, and the chord mechanism are all independent modules wrapped up in a single device. Anyone is, of course, free to build the whole thing, but a lot of work has been done to ease the collaboration of smaller, team-based groups that can work on and bring together individual elements.

Some aspects of the GuitarBot are still works in progress, such as the solenoid-activated chord assembly. But everything else is ready to go with Bills of Materials and build directions. An early video of a strumming test proof of concept used on a ukelele is embedded below.

Continue reading “GuitarBot Brings Together Art And Engineering”

12-Foot Guitar Takes The Stage

Musical festivals are fun and exciting. They are an opportunity for people to perform and show-off their art. The Boulevardia event held this June in Kansas City was one such event, where one of the interactive exhibits was a 12-foot guitar that could be played. [Chris Riebschlager] shares his experience making this instrument which was intended to welcome the visitors at the event.

The heart of this beautiful installation is a Bare Conductive board which is used to detect a touch on the strings. This information is sent over serial communication to a Raspberry Pi which then selects corresponding WAV files to be played. Additional arcade buttons enable the selection of playable chords from A through G, both major and minor and also give the option to put the guitar in either clean or dirty mode.

The simplicity of construction is amazing. The capacitive touch board is programmed using the Arduino IDE and the code is available as a Gist. The Raspberry Pi runs a Python script which makes the system behave like an actual guitar i.e. touching and holding the strings silences it while releasing the strings produces the relevant sound. The notes being played were exported guitar notes from Garage Band for better consistency.

The physical construction is composed of MDF and steel with the body and neck of the guitar milled on a CNC machine. Paint, finishing and custom decals give the finished project a rocking appearance. Check out the videos below for the fabrication process along with photos of the finished design.

This project is a great example of art enabled by technology and if you love guitars, then go ahead and check out Brian May’s Handmade Guitar. Continue reading “12-Foot Guitar Takes The Stage”