Making Arduino sing

soundchip.gif
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

One Response to Making Arduino sing

  1. garydion on said:

    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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s