Sep-18th-2008
Timers are standard features of almost every microcontroller. So it is very important to learn their use. Since an AVR microcontroller has very powerful and multifunctional timers, the topic of timer is somewhat “vast”. Moreover there are many different timers on chip. So this section on timers will be multipart. I will be giving basic [...]
Posted in AVR Tutorials by: Avinash -- 37 Comments -- ReadMore
Jul-29th-2008
Each AVR MCU has several internal peripherals that give powerful abilities to
your projects. For example internal ADC can be used to convert analog value (say
voltage output of some sensor) to a digital value that you can use. And a USART(Universal
Synchronous Asynchronous Receiver Transmitter) can be used to connect your MCU
with PC. [...]
Posted in AVR Tutorials by: Avinash -- 12 Comments -- ReadMore