ATtiny13 – tone generator
There is a set of projects that require some kind of audio output. For example a simple alarm bell. This project shows how we can produce different kinds of audio effects by just using an AVR MCU and a speaker/buzzer. We will use 8-bit Timer, PWM technique and some pre-calculations to generate right sounds. Tu … Read more