Building A Synth On A Breadboard

synth

Building an analog synth is a challenge, but with the [Tymkrs] protosynth, it’s easier than ever. It’s a 25-key keyboard attached to a stack of solderless breadboards to make analog synth prototyping a snap.

Earlier, [Tymkrs] acquired a whole bunch of solderless breadboards and decided to put them to use by making a component-level modular synth. The earlier incarnation tied each key on the keyboard to a few wires behind the breadboard and tied them in to a shift register so they could be read with a Propeller dev board loaded up with a Commodore SID emulator. The new version keeps the very clean through-the-back keyboard connector, but this time the [Tymkrs] are adding a few more components that add a sequencer setup and a rotary encoder.

The eventual goal for this really cool breadboard synth is to explore the world of Moogs, Arps, and other analog synths easily on a breadbaord. The [Tymkrs] have already put together a breadboard-compatible low pass and high pass filter. While there’s still a lot of work to be done to make an analog synth a reality, the [Tymkrs] are off to a great start.

Continue reading “Building A Synth On A Breadboard”

Quick And Dirty Touch-sensitive Keyboard Project

quick-dirty-touch-sensitive-keyboard

You don’t have to have high-quality parts to play around with electronics and here’s a great example. [Vishal] used junk to play around with CapSense, the touch sensitive Arduino library. What he ended up with is this touch-based piano keyboard.

We’ve featured the CapSense library in the past, but even that example uses a very meticulously crafted test rig of foil tape, protoboard, and some resistors. If you still haven’t given it a try follow this example of using aluminum foil, electrical tape, and a cardboard box.

[Vishal] just sandwiched the end of jumper wire between two pieces of foil to make each ‘key’. We believe the other end of the wire is soldered to the bias resistors where they connect to a couple of pin headers. The headers were hot-glued in place through holes in the bottom of the box, making the entire rig simple to plug into the Arduino board driving it. After adding in a small speaker and flashing the code he’s finished. It certainly makes for a short afternoon project which you won’t feel bad about taking apart later since you didn’t sink a ton of time or resources into the build.

Hackaday Links: Sunday, May 26th, 2013

hackaday-links-chain

The warmer months cometh and it’s time to think of this year’s Burning Man. [Matt’s] already set himself up with a sound-reactive LED project he calls the Seed of Life.

Older readers, and those who really know their hobby electronic history, will know the name Heathkit. Many readers tipped us off about their triumphant return. We’re not sure what form this reincarnation will take, but you can help shape it by participating in the survey.

Dust off that MSP430 launchpad and turn it into a composite video Pong console.

Here’s a way to use your Android phone as a computer mouse.

We’re not quite sure what this is, but turn your volume down before watching the video about a modular sythesizer hack.

[Arkadiusz Spiewak] wrote in to share some of the printing success (translated) he’s had recently with the H-bot style printer we saw a while back.

Strap an Arduino and an Electric Imp to your arm (and everyone else’s) and it’ll remember everyone you meet. You know, kind of like Google Glass but with geeky arm-wear instead of geeky headgear?

And finally, [Nerick] has just finished a thermometer project using Nixie tubes (translated).

Atari Punk Stick Puts A Synth In A Joystick

[youtube=http://www.youtube.com/watch?v=ngXrTd-8jf4&w=470]

The Atari Punk Console, a tiny synthesizer based on the ubiquitous 555 timer chip, is the first build de rigueur for any budding electronic wizard wanting to build musical devices. With just a handful of caps, resistors, and a pair of pots, the APC is a fabulously fun and easy build made even cooler by [Pat]’s addition of a joystick.

The circuit of the Atari Punk Console consists of a 556 chip – basically two 555s put into the same package – and a pair of potentiometers to control the frequency and output of this very basic synth. Since most joysticks are just two pots arranged on an X-Y mount, [Pat] thought it would be cool to control his APC without twiddling knobs, and instead sweeping a joystick around.

After acquiring an old Microsoft joystick from his local Goodwill, [Pat] wired up his Atari Punk Console to the joystick, using the ‘fire’ button to turn the output on and off. The result is everything between a low machine gun-like tone to a nasal square wave that will hopefully keep pace with your chip-based audiophile friends.

Continue reading “Atari Punk Stick Puts A Synth In A Joystick”

ATmega1284 As An 8-voice 32 KHz Synthesizer

A couple of things strike us about this 8-voice 32 kHz synthesizer. First is the cleanliness of the prototype. As you can see, each part has plenty of room on its own board and all are interconnected by 10-pin IDC ribbon connectors. But you’ll have to see the video after the break to enjoy the impressive sound that this puts out. You’ll hear it play the Super Mario Bros. theme; it does it with passion!

To get audio from the digital microcontroller [Mike] built his own R2R digital to analog converter. The resistor ladder is built from sixteen resistors, which feed a rail-to-rail amplifier. The sound is mono but the playback is polyphonic thanks to the work done by the ATmega1284. It is reading MIDI commands coming in from an external controller (we assume it’s the computer on which the hardware is sitting). The chip’s 128 KB of Flash memory leave plenty of room to store samples, which are selected from a lookup table based on the MIDI data. If more than one sample is to be played the chip averages the data and sets the 8-bit output port accordingly.

Continue reading “ATmega1284 As An 8-voice 32 KHz Synthesizer”

Nebulophone Microcontroller Synthesizer Project Sounds Great

Judging from the video (found after the break) the Nebulophone is one of the best sounding DIY synthesizers we’ve seen. Especially when you consider the simplicity of the hardware design. It uses an AVR chip and an OpAmp. The rest of the parts are just a few handfuls of inexpensive components.

The device was developed by Bleep Labs, and they sell the synthesizer kit seen on the left. But since it’s an open source project you can follow their design to fabricate your own, which is what [BlinkyBlinky] did with his offering seen to the right.

An ATmega328 drives the device, which is the chip often used in the Arduino Duemilanove. The keyboard is a set of traces hooked to the microcontroller. These are tinned pads on the kit PCB, but the DIY version simply uses some adhesive copper foil with a jumper wire soldered to it. The keys are played with a probe that makes the electrical connection, a common practice on these stylophone type designs. Chances are you have everything on hand to make this happen so keep it in mind for that next cold winter weekend that’s making everyone a bit stir crazy.

Continue reading “Nebulophone Microcontroller Synthesizer Project Sounds Great”

Artemis Synthesizer Kit

The Artemis Synthesizer was created as a kit for Boston University’s Artemis Project. This project aims to teach female rising high school freshmen about computer science with hands-on activities. [Chris] based the kit on a ATMEGA328P microcontroller and a MCP4921 digital to analog converter. It can be used in a keyboard mode, where the buttons toggle various notes of the scale, or in a sequencer mode, where the buttons are used to toggle pre-programmed sequences.

[Chris] wanted the kit to be usable by the students after the workshop, so he used an optical link dubbed the “Optoloader” to program new sequences and waveforms into the device. A web based application allows for waveforms and sequences to be built in the browser, then programmed by holding a phototransistor up to a blinking square. The square flashes black and white corresponding to a Biphase Mark Code encoded message. This is decoded by the microcontroller on the synthesizer and stored in memory. As a result, no special hardware is needed to play new waveforms and sequences.

[Chris] has a thorough write up for the project, including feedback surveys from the students. He plans to add more specific information about the Optoloader in the future.

Check out a video of the kit in action after the break.

Continue reading “Artemis Synthesizer Kit”