LCD Interfacing With 8051Microcontroller in 4 Bit Mode

Introduction Interfacing an LCD (Liquid Crystal Display) to a microcontroller is a common task in embedded systems design. we are making its simplicity and ease of use. In this blog post, we will discuss how to interface an LCD to an 8051 microcontroller in 4-bit mode. LCD Basics LCD is a display that uses the … Read more

How to use external Interrupts on 8051

8051 intrrupts

This is a supporting blog post for a video tutorial on how to use external interrupts on 8051 microcontroller. This post consists of required code, documents and any support material to support the learning following the video. Circuit Diagram of how to use external interrupts on 8051 Microcontroller C Code of how to use external … Read more