Easy Arduino Nano based synths

Hey Kosmonauts,

I was thinking about gifting my young niece and nephew their own tiny synths for Xmas. I’m looking for any quick to assemble - possibly Nano [because they are cheap on Tayda] based plans.

I found this recently this tutorial, and wondered if any of you know of any other similarly well documented [been around for a few years], quick to build all-in-one designs that I could assemble in a weekend.

Thoughts?

  • David
4 Likes

For a low cost synth, I agree that basic Arduino kit with the Mozzi library sounds great. Add MIDI control and you’ve got a wealth of possibilities.

1 Like

Not well documented, but it’s easy to DIY a bleeplabs nebulaphone

I’ve played with this a bit and I really should come back to it at some point.

6 Likes

very cool. I’ll check it. :pray:t6:

1 Like

I have made the Jan osterman mini pops drum machine and the solina string synth which are real easy builds (many links in this site)
The mini or nano pop or O2 build gives you a very cool drum machine and the Jean Michelle Jarre Oxygen vibe.

4 Likes

I’ve built the solina strings… that code, while it has some brilliant optimisations to get it to even work, it has issues with aliasing and glitches, particularly is the higher octaves.

Sadly the author was not able to contribute constructively in multiple online communities and has since removed his code and presence from the internet. Just think people should be aware of its history…

2 Likes

here’s all infos and code

2 Likes

That’s sad to hear. I often wondered why his WordPress site just vanished.

2 Likes

Can’t believe I forgot to mention our old pal Dave!
Auduino granular synth and the superb Teensy.

5 Likes

Oh wow. Notes and Volts is an excellent channel. The tutorials are super clear. Thanks for posting.

3 Likes

@lookmumnocomputer has mentioned this site many times as great example of arduino wizardry and such. If you’ve watched any N&V tutorials yet you’ll understand why he’s your old pal Dave. Enjoy!

3 Likes

This one looks fun

Repo here

5 Likes

Rad.
And it will probably fit in a 1590B.

Thanks!

4 Likes
6 Likes

I breadboarded two of these at gifts for musicians. I really didn’t think they would want something that is not that controllable but “I want one” is what I heard.

8 Likes

Oh, I also set it up so that the sample rate can be set at start up using the first knob. Different samples rates change how it sounds too. I can share the code changes if you would like.

4 Likes

thanks for posting this. super helpful.

2 Likes

Too late right now, unless you have some flux caps charged up, but a few years ago I got the Arduino Minty synth and I have started to make a somewhat handier one more children safe potentiometers and pushbuttons.
It uses more or less just the ATmega 628 chip and a few extra passive components, but I’m sure it can be adopted (hardware) to use the Nano (which, I find more fun than the Uno, but that’s another story).

3 Likes

I looked up Mintysynth on GitHub and apparently there’s a third party PCB design available for those wanting to build one. New filenames and some trivial annotations are in Spanish, but all the rest is in the original English. It seems to use more conventional potentiometers and so on, so an easier build for the hobbyist now the kits are no longer available.

3 Likes

It also is built around a Nano, has two more LEDs, and is larger than an Altoids tin. In all of that it’s similar to something I’d started drawing up. They omit the header/jumper that lets you choose pin 3, 6, or 9 for the PWM output — presumably because they aren’t interested in running alternate software. I was thinking of adding a DIN MIDI out jack, and I put the four LEDs close together to facilitate using the Glitch-Storm software. Just an idea I was toying with, don’t know if I’ll pursue it.

4 Likes