Jul-17th-2009
Here I will highlight some features of C language commonly used in 8 bit embedded
platforms like 8051, AVR and PICs. While programming microcontrollers in C most
of the time we have to deal with registers. Most common tasks are setting and
clearing bits in a register and check [...]
Posted in AVR Tutorials, Microchip PIC Tutorials, Programming in 'C' by: Avinash -- 33 Comments -- ReadMore
Jul-7th-2009
In many situations a communication link between to devices becomes essential.
This communication can be wired or wireless. If two devices are close to each
other (like a MCU and a Memory) a wired link is preferred. How ever in many
situations two devices are reasonably far apart. In [...]
Posted in RF by: Avinash -- 18 Comments -- ReadMore
Jul-4th-2009
Hello Friends,
In this tutorial we will make a "Digital Stop Watch"
using an AVR ATmega8 Microcontroller. This will help you learn many concepts
like
Multiplexed
Seven Segment Display Interfacing
Using
AVR Timers
Using Interrupts
And many others too.
The code [...]
Posted in AVR Projects by: Avinash -- 6 Comments -- ReadMore