Apr-25th-2008
Seven segment displays are very common for electronic product to display numerical output. Many common devices like calculators, watches, electronic weighing scales,ovens etc use them. You must have also seen lifts display the current floor numbers in seven segment displays. So in this article I will show you how to use 7-Segment displays in your [...]
Posted in AVR Tutorials by: Avinash -- 14 Comments -- ReadMore
Apr-9th-2008
Introduction
Digital IO is the most fundamental mode of connecting a MCU to external world.
The interface is done using what is called a PORT. A port is the point
where internal data from MCU chip comes out or external data goes in.
They are present is form of [...]
Posted in AVR Tutorials by: Avinash -- 12 Comments -- ReadMore
Apr-6th-2008
In this article, I will show you how to make your own AVR development board for ATmega8 microcontroller.
What is a development board?
In order to learn any MCU like AVR we need a AVR MCU that has all the basic connections like power supply, crystal oscillator, proper reset signal and an ISP connector for uploading a [...]
Posted in Hardwares by: Avinash -- 19 Comments -- ReadMore