
On uC Hobby, they’re beginning a series on bringing sound to Arduino:
This is the first in a series of articles about generating sound with an Arduino. The goals are to generate good quality sound which can be used to play simple tones, stored music, sampled sound, and even act as a MIDI synthesizer. I will cover the basic design, including code and hardware that anyone can use to add sound to Arduino microcontroller projects.
The first step is to look what has already been done. I want to explore many possible options for sound generation and resolve which is best for given situations. I hope to spark some discussion so please comment with information links, advice, suggestions and general opinions.
Arduino Sound – Part 1 – Link
4 thoughts on “Making Arduino sing”
Comments are closed.
On the topic of music on microprocessors, be sure to check out this site where a wavetable synthesizer is programmed into an Atmel ATtiny45. Amazing! I had to download the code and program a chip to confirm it really does sound that good. And it does. Enjoy!
http://elm-chan.org/works/mxb/report_e.html
That was a really nice sound! but the link has changed, this is the working one http://elm-chan.org/works/mxb/report.html