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
Mar-13th-2008
Just what is a microcontroller?
To get you understand quickly I define a microcontroller as a single chip computer.Yes
it is a full blown computer in its own. It has a C.P.U., RAM,some amount of EEPROM(for
secondary storage i.e. permanent storage without power), many on-chip peripherals(Timer,Serial
communication, Analogue to Digital converters etc.).If you don't understand, no [...]
Posted in AVR Tutorials by: Avinash -- 7 Comments -- ReadMore