Oct-23rd-2009
Real Time Clocks, as the name suggests are clock modules. They are available
as integrated circuits (ICs) and manages timing like a clock. Some RTC ICs also
manages date like a calendar. The main advantage is that they have a system
of battery backup which keeps the clock/ca lender [...]
Posted in AVR Tutorials, Code Libraries by: Avinash -- 17 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 -- 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
Nov-3rd-2008
Hello Friends,
Welcome back. In previous
tutorial I introduced my IR remote decoding library. In this tutorial I
will continue our discussion and show you how to add IR remote controls support
to your AVR projects.
Step I
Download
the library files and unzip them in a folder.
Step II
In AVR [...]
Posted in Code Libraries by: Avinash -- 23 Comments -- ReadMore
Nov-2nd-2008
Hi Friends,
Welcome to my AVR tutorial Series. In this article I will describe my Infrared
Remote Control Library. Hope you will enjoy it.
I was very much amazed my remote controls since long. The simple circuits described
in magazine were just operated like a switch and can only switch on and off [...]
Posted in Code Libraries by: Avinash -- 23 Comments -- ReadMore