Jul-4th-2010
This device can be used to remotely control the speed of an AC fan and to switch
it on or off. The remote control is a cheap NEC
Format remote, usually supplied with small DVD players. Three buttons are
used to command the circuit. The UP key increase the [...]
Posted in AVR Projects by: Avinash -- 14 Comments -- ReadMore
Mar-20th-2009
In this turorial we will see how we can easily interface a 24C series serial
EEPROM with AVR microcontrollers.
What is an EEPROM?
An EEPROM is kinds of novalatile memory, that means it is used for storing
digital data permanently without any power suply. EEPROM stands for Electrically
Erasable Programmable Read [...]
Posted in AVR Tutorials, Code Libraries, Code Snippets by: Avinash -- 55 Comments -- ReadMore
Dec-29th-2008
Till now we have seen the basics of RS232 communication, the function of level
converter and the internal USART of AVR micro. After understanding the USART
of AVR we have also written a easy to use function
to initialize the USART. That was the first step to use RS232. [...]
Posted in AVR Tutorials, Code Libraries by: Avinash -- 44 Comments -- ReadMore