Gadgetronicx > Microcontroller > 8051
8051
Frank Donald
July 29, 2014
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
Frank Donald
July 19, 2014
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
Frank Donald
July 12, 2014
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
Frank Donald
May 28, 2014
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
Frank Donald
January 22, 2014
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
Frank Donald
January 3, 2014
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
Frank Donald
September 12, 2013
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