Articles of Tutorials, DIY projects and coding of various microcontroller architechtures and family. Controllers such as 8051,PIC,AVR & ARM microcontrollers
Timers are one of the important concepts in a Microcontroller since it helps us to create precise time delays for a specific application. The usage of timers are inevitable in many of the Embedded Applications which we use in our… Read more
Keypad interface with ARM7 Microcontroller Keypads are the most commonly used input device in many embedded system since it possess simple design and also comes at affordable cost. This makes the concept of keypad interfacing with a Microcontroller very important…. Read more
Interfacing LCD with ARM7 Microcontroller is what we are going to see in this tutorial since LCD’s help us to achieve a cheap Embedded Design with vital information display. This tutorial teaches you about designing and programming of LCD using… Read more
Dot matrix interface with LPC2124 LED’s have a wide range of lighting applications in our daily life and surprisingly it also can be used as a display when interconnected together. LED dot matrix is nothing but collection of LED’s interconnected… Read more
ARM7 Microcontroller ARM ( Advanced Risc Machine ) a Microcontroller which took us to the next step in to the world of Automation. There are plenty of devices and gadgets running with the help of these Controllers. In fact 90%… Read more
Printing Image in GLCD Graphical LCD’s known as GLCD are display devices which are capable of displaying graphical images, customized characters, etc. This paves way for any system to present information to the end user by means of interactive graphics… Read more
Serial Communication tutorial This tutorial focuses to teach you how to program AVR Serial Communication (UART). UART plays an important role in almost every embedded applications which we see in our day to life and hence it was considered to… Read more