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 -- 48 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 -- 36 Comments -- ReadMore