Collection of 8051 microcontroller tutorials and projects. With hardware design, code and concepts in 8051 microcontroller family with brief explanation
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
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
Serial Communication using 8051 Microcontrollers need to communicate with external devices such as sensors, computers and so on to collect data for processing. Data communication is generally done by means of two methods – Parallel and Serial mode. In parallel… Read more
Time delay in 8051 using timers Time delay generation was one of the important concepts dealing with the 8051 Microcontroller and also it holds significance in almost all Mc applications. There are many ways to create a time delay using… Read more
Traffic light system was one of the fascinating applications of Embedded systems and have been using the same till this day. I have previously posted a simple Traffic light system for one way roads with small timings check it out if… Read more
Interfacing of LCD plays a significant role in wide range of digital display applications such as Voltmeter, Ammeter, Locker etc. But many times we find it difficult to interface and program the LCD properly to make it display our desired… Read more