News

The provided code is a C program for interfacing a 16x2 LCD (Liquid Crystal Display) with an 8051 microcontroller. The 8051 microcontroller is a popular 8-bit microcontroller widely used in embedded ...
In this presentation, the author will show you how to interface 16*2 LCD with 8051 microcontroller. It includes details such as circuit diagram, components, LCD pin description, LCD commands, LCD ...
In this project we are going to Interface EM-18 RFID reader with 8051 microcontroller and display RFID card number on 16*2 LCD display.
Here, we explain about how to interface 16×2 LCD module to AT89C51 which is a 8051 family microcontroller and also we provide the code in C language which is working fine without any errors. Here, we ...
Today, most of the electronics devices come with a liquid crystal display (LCD). Even new fridges have it. It is interesting as well as useful to know how to use LCDs with any device. Here is how to ...
The given code is for interfacing a 16x2 alphanumeric LCD (Liquid Crystal Display) with an 8051 microcontroller. The 8051 microcontroller is a popular 8-bit microcontroller widely used for various ...
In this tutorial we are going to connect 16X2 LCD module to the 8051 microcontroller (AT89S52). Interfacing LCD with 8051 microcontroller might look quite complex to newbies, but after understanding ...
This is a simple circuit which shows how to interface 16×2 LCD to PIC18F4550 microcontroller which is of family PIC18F. Interfacing LCD to PIC is not different from interfacing to 8051. The basic ...