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
Mar-10th-2009
This tutorial give you the details of synchronous serial communication, which
is the basis of data transfer in communication standards like SPI and I2C. The
tutorial is aimed for a beginner who has no experience or any idea of serial
communication. So intermediate user who already has some idea [...]
Posted in AVR Tutorials by: Avinash -- 9 Comments -- ReadMore