
The project allows an easy transfer of hex programs to most Atmel AVR microcontrollers without the need for high cost and constraint time. Continue reading
After the introduction to AVR you must have been doing good with this powerful controller. As you move further you will find fuses to be very useful to play with. And their proper and intelligent usage what makes your program best of all.
Following is the link to a very comprehensive fuse bits calculator, which takes all your inputs through drop-down menus and list. And finally generates the fuse bits and voila you are ready to go. Continue reading
The post explains step-by-step how to setup XBee modules with PC. It uses X-CTU for configuration of the modules. The posts also helps in testing the communication and range of the modules. If you are new to XBee than this is a very useful post. Continue reading
The post explains the difference between Graphical LCDs and Line LCDs. Graphical LCDs offeres greater flexibility due to its pixel nature. They are used for text as well as graphics display such a BMP files. There are many types of LCDs flowing in market, and if you feel safe only with 16×2 line LCD than its the time to convert your programs to graphical LCD. Continue reading
AVR are RISC based microcontroller made by ATMEL. This post introduces AVR by the help of a simple program which toggles a LED. It is achieved by the help of WinAVR and ATMEL AVR-Studio. ATMEGA8 is used and is programmed in C Language. Continue reading
Timers are one of the most usefel and powerful tool builtin in Microcontrollers. They help in generating prices timings requiredby many applications. In PIC, working with timers involve great deal of calculation. And it becomes a tiring job for a complex programming. Following are some of the value calculators, which prove quite handy in such situations. Continue reading
Download CCS C Compiler 4.05 from the following; Continue reading
Proteus is master of all the circuit simulators VSM.
The best of all is that it supports all the microcontrollers, specially PIC Microcontrollers. Continue reading