Horribly Complicated Electric Guitar Keyboard

the-email-gutar

Gutarist, hacker, and mustache enthusiast [David Neevel] brought together way too many pieces of hardware in order to use his electric guitar as a computer keyboard.

So let’s dig into the house of cards he built for the project. It starts off with the guitar which has been fitted with an additional pickup to interface with a Roland GR-33 synthesizer pedal. That outputs a MIDI signal, which many hackers would have connected to the computer and parsed with a simple script. But not [David], he connected it to an Arduino via an optisolator. Well that’s not too ridiculous, right? Don’t you think he’ll just parse the MIDI signals and push them to the computer via the Arduino’s USB port? Wrong! He translates the MIDI signals into combinations for a big relay board which is emulating the key matrix of an old USB keyboard. But as you can see in the demo video after the jump it works quite well.

If you’re more of the drumming sort there’s an electric drum set version of this hack too.

Continue reading “Horribly Complicated Electric Guitar Keyboard”

Automating A Mechanical Typewriter

typewriter-driven-by-automotive-door-lock-motors

Check out all the work going on in the cabinet below this typewriter. The hack which automates a mechanical typewriter  is for an art installation, but wouldn’t it be fun to build one of these to use as a résumé printer? It really makes us wish we had an old typewriter sitting around.

It would have been much easier to patch into an electric typewriter, but we have seen the string trick used on those as well. In this case a loop of string attaches to the the bar under each key, allowing a pull from below to type the character. An automotive door lock actuator ([Harvey Moon] tells us they’re not solenoids) connects to the other end of the string for every key. But then you’ve got to have a way to drive the actuators and that’s where the protoboard full of forty relays seen to the right comes into play. That image, which was taken from the demo video after the break, shows the board being testing. We’d guess more wires are added later to multiplex the array as we can’t figure out how the Arduino manages to drive all forty of them as shown. One thing we are sure about, the completed project looks and sounds amazing!

Continue reading “Automating A Mechanical Typewriter”

MIDI Pedal Project Looks As Good As It Sounds

organ-pedal-midi-project

[Lee O’Donnell] is showing off his version of a MIDI organ pedal hack. We’ve been seeing a few of these lately. The organ pedals are a great stating point as they’re easy to patch into electronically, and are designed to take a beating from your feet and come out the other side no worse for wear. The build goes beyond one of our favorite MIDI pedal conversions in both features and finish.

An Arduino Nano pulls this project together. It scans the pedals constantly and converts the key presses into MIDI signals. But the design includes this fabulous looking front-end which [Lee] first prototyped in cardboard before cutting and bending his own Aluminum tread plate. A two-row character display provides a menu system, but the buttons themselves act as feedback based on the behavior of the light inside each of them. One example of this is shown early in the demo video after the break. The blue button toggles between polyphonic and monophonic mode with the light fading in and out for the latter.

Continue reading “MIDI Pedal Project Looks As Good As It Sounds”

Hacker Sends This Through The Mail To Record A Video Of The Process

[Ruben van der Vleuten] wanted to get a look at the adventure a package experiences when shipped from one place to another. So he threw together this mishmash of components to record the experience. We certainly enjoyed watching the fast motion video found after the break. We wonder what the shipping agency thinks about this sort of thing?

Camera, digital storage, and battery technology have gotten to the point that it’s both cheap and easy to do this sort of surveillance. But there are a few logistical things that [Ruben] took into account to make this work quite well. First off, he need to hide the camera in a way that would ensure the package didn’t look suspicious. He ended up writing his name on the side of the box and boring a hole through one of the black letters which is smaller than a pea and very hard to spot. To make sure he wasn’t recording a ton of empty (dark) frames he also included electronics to sense motion. When the package is moving the video is always rolling. when not moving the hardware wakes for just 3 seconds every minute to shoot video.

Continue reading “Hacker Sends This Through The Mail To Record A Video Of The Process”

Rolling Your Own Minimal USB To Serial Arduino Programmer

usb-to-serial-programmer

[Hans Peter] wanted to move away from using full Arduino boards in his projects. One of the components he rarely used after the development stage is the USB hardware. Once the firmware is flashed to the chip he didn’t need it any longer. So he tried his hand with some really small SMD parts by building this USB to serial Arduino programmer.

The chip he went with isn’t the FTDI part we’re used to. Instead of using an FT232RL, he opted for its smaller cousin the FT230x. This chip doesn’t fully implement the communications protocol of the 232, but it does work with AVRdude and that’s all that really matters. Above you can see [Hans’] creation next to the official Arduino USB-to-serial programmer. He used the same connection scheme, but went with an edge connector for the USB instead of using a mini-B jack.

It’s pretty impressive to see his prototyping work with the 16-pin QFN package. He soldered it dead-bug style to a couple of SIL pin headers in order to test it on a breadboard. The first board he assembled was too loose in the USB port, but he added some tape to the back to make it thicker, and coated the edge connector traces with a bit of solder and that did the trick.

An EQ Display For A Pedal Board

EQ

There are a lot of tinkerers out there who got their start in electronics with musical hacks. Surprisingly though, we don’t see many submissions to our tip line covering boost circuits for electric basses, rewiring guitar electronics, or even more complex effect pedals. [Deadbird], though, is bucking that trend with an EQ display stomp box that fits neatly on his pedal board.

[Deadbird]’s build isn’t a graphic equalizer that can change the volume of different frequency bands; instead, he used the MSGEQ7 chip to listen in on the signal his guitar is producing and display that on a 128×64 graphic backlit display.

The entire project was prototyped on a breadboard with an Arduino. After he got all the components working – a momentary switch to turn the pedal on and off, 1/4″ jacks for the input and output, and a power supply – [Deadbird] took an Arduino prototyping shield and made everything more permanent. Now he’s got an attractive pedal on his board that shows the signal coming from his guitar in seven neat bands.

Hammond Organ Sends Messages Which Can Be Decoded By A Spectrogram

hammond-organ-encodes-messages-spectrogram

Here’s an interesting use for an old organ. Let it get in on your Ham radio action. [Forrest Cook]  is showing off his project which uses a Hammond Organ to encode messages which can be displayed by a Spectrogram. We’ve seen this type of message encoding before (just not involving a musical instrument). It’s rather popular with Hams in the form of the fldigi program.

An Arduino was connected to the organ via a UNL2003 darlington array chip. This chip is driving some reed relays which make the organ connections to create the sine wave tones. With that hardware in place it’s a matter of formatting data to generate the target audio. [Forrest] wrote his own Arduino sketch which takes characters from the serial port (pushed over USB by the laptop), maps then to a stored 5×7 character font set, then drives the pins to produce the tones. As you can see in the clip after the break the resulting audio can be turned into quite readable text.

Continue reading “Hammond Organ Sends Messages Which Can Be Decoded By A Spectrogram”