Hello all. Can anyone recommend a circuit or chip that has some kind of basic input (serial, spi, i2c) etc and outputs an analogue wave I can then amplify? I'm basically trying to build a small synth of sorts. I have, as the basis, the arduino due ( the emf badge from 2014 to be exact) and I'm wondering about the best way to go? I know the badge itself has a couple of DACs and might be programmable for this on its own; I'd just need a small amp and jack socket. I don't have too long to build it so it doesn't need to be great.
Cheers
Ben
Hi Ben,
You may like the AD9833 waveform generator...
I presume you're not looking for polyphony?
Paddy
--
You received this message because you are subscribed to the Google Groups "London Hackspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to london-hack-sp...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If you just want one tone, you could use Nick's Tsunami -
https://www.kickstarter.com/projects/nickjohnson/tsunami
There's an implementation of the atari punk synthesisizer for arduino -
http://makezine.com/2007/09/18/arduino-punk-console/
That's using PWM output but the Due has a real DAC which could improve it.
If you want more ready-made sounds, the SAM2195 is a midi synth on a chip. I initially got one from the Avecsynth kickstarter
This was pretty good, but didn't go into full production.
There's another version, fluxamasynth. But reading the web page it seems the chip's no longer produced. You might find an old stock one somewhere. I found it noissier than the avecsynth (not as much power decoupling).
https://moderndevice.com/product/fluxamasynth-shield/
For something more complicated, there are synths based on raspberry pi and BBB
The BBB needs an external DAC. The Pi is better with one but will do low-quality audio without.
Hello all. Can anyone recommend a circuit or chip that has some kind of basic input (serial, spi, i2c) etc and outputs an analogue wave I can then amplify? I'm basically trying to build a small synth of sorts. I have, as the basis, the arduino due ( the emf badge from 2014 to be exact) and I'm wondering about the best way to go? I know the badge itself has a couple of DACs and might be programmable for this on its own; I'd just need a small amp and jack socket. I don't have too long to build it so it doesn't need to be great.
Cheers
Ben
Check out the SpeakJet chip. Although, it's pitched as a voice synthesiser, its synth functions can be accessed too. I've got one driven by a PIC chip.
--