Nov-13th-2008
Hello and welcome back. Continuing our discussion on RS232 serial communication
in this part we will make a RS232 level converter. In the last tutorial we saw
that how RS232 level signals differs from normal logic signals. So to interface
RS232 level signals to our MCUs we need a [...]
Posted in AVR Tutorials, Hardwares by: Avinash -- 39 Comments -- ReadMore
Nov-12th-2008
RS232 is a asynchronous serial communication protocol widely used in computers
and digital systems. It is called asynchronous because there is no separate
synchronizing clock signal as there are in other serial protocols like SPI and
I2C. The protocol is such that it automatically synchronize itself. We can use [...]
Posted in AVR Tutorials by: Avinash -- 19 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