Articles of Tutorials, DIY projects and coding of various microcontroller architechtures and family. Controllers such as 8051,PIC,AVR & ARM microcontrollers
Counter programming and displaying counts in LCD display Programming Counters in 8051 is used to count the external events through the T0 & T1 pins in the controller. Counters counts the external clock source whereas the timers counts the clock… Read more
Digital Code locker system using 8051 Microcontrollers form the most significant part of several security and surveillance systems which plays an important role in ensuring safety of our priced possession. Here we are about to see the Embedded design and… Read more
7 Segments are commonly used display devices which is capable of displaying numbers from 0 o 9 and some alphabets. It is more common in Embedded applications where we need to display some numerical values. This tutorial will cover the… Read more
Scrolling text animation in 16×2 LCD LCD’s are widely used where user interaction with the system is necessary and you might have come across static message display using LCD. The message displayed on the LCD can also be animated like… Read more
Digital Thermometer using Atmega16 Thermometers are the device we use to measure the temperature in any desired scale and we all will be quite familiar with the analog thermometers. There are some disadvantages in analog thermometers and this can be… Read more
Interrupt service routine using Timers in 8051 Interrupts are one of the most important concepts in a 8051 Microcontroller and we can say that no real world Embedded System exists without using the concept of Interrupts. Interrupt is nothing but… Read more
Which Microcontroller suits you well Choosing the right Microcontroller can really be tricky and sometimes it become a uphill task for most of the embedded designers. When comes to selecting a perfect controller for your project there are numerous technical… Read more