News

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 ...
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 ...
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.
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 tutorial we are going to interface Graphic LCD with 8051 microcontroller. To show an Image on Graphical LCD, first we need to convert that image into Assembly Code, so that 8051 ...
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 ...
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 ...