A weblog focused on interesting circuits, ideas, schematics and other information about microelectronics and microcontrollers.
E-books
Disclaimer
Because I have not tested all electronic circuits mentioned on this pages, I cannot attest to their accuracy; therefore, I do not provide a warranty of any kind and cannot be held responsible in any manner.
Sound with microcontroller
I found pair of interesting articles about generating sounds (and noises) with microcontrollers in the last days. Here they are...
Arduino sound part 1 is very good article by the uC Hobby magazine, describing the most used techniques to play sounds with uCs (from the DAC to external MIDI devices or MP3 chips). This article has its successor, Arduino sound part 2 - Hello World
. In the second part the theory of sound generating is described and some basic methods to drive speakers are showed.
ELM magazine brings the Wavetable Melody Generator article, which describes the wave-table synthesis and its implementation into small, 8-pin ATtiny45.
I remember the old good times with the ZX Spectrum. We all have made our own melody routines, playing up to three tones together (crazy Tim Follin played up to nine) on the single ON-OFF line... Maybe in the future I'll try these methods with some small uC, it would be funny, I hope.