A Mostly 3D Printed Speaker

The common magnetic loudspeaker is, fundamentally, a fairly simple machine. A static magnetic field is generated by a permanent magnet, and a membrane is mechanically connected to a coil. When a varying electrical current is passed through the coil, this causes the coil to move due to the magnetic field, vibrating the membrane and producing sound. [Mattosx] put this theory into practice with a simple 3D-printed speaker.

It’s not the first 3D-printed speaker we’ve ever seen, but it’s one of the cutest. The main body of the speaker is rectangular, and has a cavity in which three neodymium magnets are placed. The vibrating membrane is then printed separately, including an integrated spindle upon which the coil is wound. The assembly is held together with some socket-head cap screws which complement the pleasantly modern look.

The device does a good job delivering the bleeps when hooked up to an Arduino, and we could see this basic design serving well in all manner of charming 3D-printed builds. Video after the break.

Continue reading “A Mostly 3D Printed Speaker”

Giving MIDI Organs MIDI Drawbars

This goes back to Bach: if you want to change the sound an organ makes, you have to pull on some drawbars. This design didn’t change for 300 years, and in the 20th century with the advent of ‘tonewheel’ organs, you still had small bars to pull to change what sounds came out of the organ. While this was a simple solution for air-powered organs of the 1700s, when it comes to MIDI, rotary pots are a lot less expensive than linear pots. Given the lack of drawbar MIDI controllers, [Stefano] decided to build his own. It has nine drawbars and eight buttons, all connected to MIDI.

The interesting electromechanical part of this build, the drawbars themselves, are ripped from a Hammond organ. Don’t worry, plenty of these were made and only a handful actually sound good. To that, [Stefano] added a few pushbuttons soldered onto a piece of perfboard, and everything is wired up to a Teensy LC, the microcontroller platform that’s becoming the standard for everything from MIDI controllers to computer keyboards. MIDI over DIN and MIDI over USB are supported, and all the buttons and drawbars are individually programmable. You can even do that through SysEx messages, because that’s how things were done back in the day.

While there are a few MIDI-controlled organs that still use drawbars — the double manual Nord comes to mind imminently — this is a great solution to putting drawbars into anything that speaks MIDI, VSTs included.

Building Your Own Guitar Pickup From Scrap

Pickups are a key part of an electric guitar’s sound. You can spend a king’s ransom on tracking down just the right Vintage American Original 1950s Whatevers (TM) to put in your Spudocaster, but it’s not the only way. [Keith Decent] decided to make a pickup from scratch, using only materials found lying around the workshop. (Youtube, embedded below).

To build a pickup, you’ll want some magnet wire. In this case, [Keith] harvests this from an old transformer. A pickup body is then constructed from an old wooden ruler and some machine screws. A drill is used to spin the pickup body while the wire is roughly wound on, and everything is then held together with lashings of hot glue.

It’s a grungy build with a very Mad Max vibe – with the perfect aesthetic to suit [Keith]’s junkbox guitar build. The sound is good, but difficult to rate accurately when used on a guitar with slightly imperfect intonation. We’d love to hear it installed on a well-tuned body to get a better comparison.

It goes to show you don’t need to spend money on new parts and tools to get a build started. Sometimes you can make something perfectly functional with stuff you have lying around at home. Video after the break.

Continue reading “Building Your Own Guitar Pickup From Scrap”

It’s (Almost) Two Keytars In One!

All the best retro-1980s chiptune acts should possess a keytar. It’s the Law, or something. [Theremin Hero] has reminded us of this with a new video we’ve shown below featuring an instrument he had a part in creating alongside [Sam Wray] and [Siddharth Vadgama] a few years ago. The Blade is a 3D-printed keytar featuring two Guitar Hero necks and an integrated pair of Game Boys to provide the sound from the authentic silicon.

To describe it in those terms though is to miss a wealth of other components and featured. The keyboard itself is from a Rock Band keytar which feeds MIDI to a Raspberry Pi running PD Extended that handles all the button press mappings. An Arduino Mega performs the same task for the two Guitar Hero necks. Midi from the various sources is processed by an Arduino Boy which then feeds the Game Boys that make the sounds. Oh – and there’s a Leap Motion 3D motion controller in the mix as well, though that doesn’t seem to be used directly in the chiptune synth functionality.

We’ve had a few keytars here over the years, but this one makes us think of the Commodore 64 instrument created by [Jeri Ellsworth].

Continue reading “It’s (Almost) Two Keytars In One!”

This Is The Delay Pedal You Can Build Yourself

If you’re looking to make money in electronics, there’s no better market than guitar pedals and modular synths. The margins are high, and all the consumers are otakus who will spend outrageous amounts of money chasing the next big thing. The products are just one step above audiophile wank with zero oxygen cables, and if your opamp sounds ‘more transparent’, you’re going to make a fortune, never mind how something can sound more transparent, whatever that is to begin with.

If you want to do something really cool, build a delay, because everyone needs another delay. If you want to build the latest in delay technology, just grab a PT2399 chip. That’s what ElectroSmash did with their Open Source Time Manipulator delay. Everything’s right there, all the parts of the circuits are described, and you too can become an effects pedal engineer.

This pedal is based on the PT2399 chip from Princeton Technology, a digital delay chip that can be used with something that sounds like an old-school bucket brigade chip or something resembling a tape echo. As a digital chip, you’ve also got the clean, clear sounds of a digital delay, with just a few tweaks of the circuit. We’ve taken a look at the PT2399 before, but surprisingly not many people are sharing their secrets.

The circuit for the ElectroSmash Time Manipulator is built around the ATMega328, the same chip in the Arduino Uno, with two PT2399s that can be configured to operate in serial or parallel for everything from a slapback echo to a 600ms digital delay. If you set everything right, you can get choruses, reverbs, or some psychobilly flange-ish sounds.

The entire circuit is open, with a board designed in KiCad, the code is right there written in C, and the only hard-to-replicate tech is the PT2399 chip itself, which can be had from the usual vendors for less than a dollar a piece. It’s a great pedal, and be sure to check out the video below.

Continue reading “This Is The Delay Pedal You Can Build Yourself”

Make Your Own MIDI Controller With An Arduino

Engineers create something out of nothing, and no where is this more apparent than in the creation of customized computer hardware. To make a simple MIDI controller, you need knowledge of firmware design and computer architecture, you need knowledge of mechanical design, and you need to know electronic design. And then you need the actual working knowledge and experience to wield a tool, be it a hammer, laser cutter, or an IDE. [Mega Das] brought together all of these skill to build a MIDI controller. Sure, it’s for bleeps and bloops coming out of a speaker, but take a step back and realize just how awesome it is that any one person could imagine, then implement such a device.

The electronics for this build include a printed circuit board that serves to break out the connections on an Arduino nano to a dozen arcade push buttons, four slide pots, two rotary pots, and a handful of screw terminals to connect everything together. Mechanically, this is a laser-cut box engraved with some fancy graphics and sized perfectly to put everything inside.

Yes, we’ve seen a lot of MIDI controllers built around the Arduino over the years, but this one is in a class by itself. This is taking off-the-shelf parts and customizing them to exactly what you want, and a prodigious example of what is possible with DIY hardware creation. You can check out the build video below.

Continue reading “Make Your Own MIDI Controller With An Arduino”

DIY Piano: Look, Ma, No Moving Parts

[Michael Sobolak] has a penchant for pianos, concern for capacitive touch, and special sentiment for solid state. This alliterate recipe results in a DIY PCB piano that leaves out the levers and is barren of buttons unless you count the stock RESET button on the Teensy. A real stickler might point out that speakers have moving cones. Beyond these tangential parts, which have motionless options, it is an electronic instrument with no moving parts.

The heart of the project is a Teensy 3.2 which natively supports twelve capacitive touch sensors. The infamous demo board is mounted to a homemade PCB featuring twelve keys but is actually an incomplete octave plus another key one octave above the first. If you look sharp, you already noticed the missing and extra touchpads. PCB traces were made in Illustrator because if you have a familiar tool, you use what you know and you cannot argue that it works. The design was transferred to a copper board using the old magazine page trick that we love and reliable old ferric acid.

We couldn’t help but notice that the posts of the Teensy were soldered to the top of the board, rather than drilling through, IMT-style. Again, the results speak, even if there is room for improvement. Reportedly, there is a second version on the way which includes every expected key.

Continue reading “DIY Piano: Look, Ma, No Moving Parts”