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
Jul-28th-2008
When you start working with LCD modules you will start feeling the real power
of MCU and your imaginations will be touching sky you will wonder how many exciting
a powerful gadgets you can create and that’s so very easily.
LCD Modules can present textual information to user. It’s like a cheap [...]
Posted in AVR Tutorials by: Avinash -- 100 Comments -- ReadMore
Jul-19th-2008
Motor gives power to your MCU. Ya power to do physical works, for example move your robot. So it is essential to know how to control a DC motor effectively with a MCU. We can control a DC motor easily with microcontrollers. We can start it, stop it or make it go either in clockwise [...]
Posted in AVR Tutorials by: Avinash -- 4 Comments -- ReadMore