News

8051 microcontroller is a 8 bit microcontroller which has 128 bytes of on chip RAM, 4K bytes of on chip ROM, two timers, one serial port and four 8bit ports. 8052 microcontroller is an extension of ...
To read the Passive RFID cards and tag, we need a microcontroller with UART hardware. If we select a microcontroller without UART, we need to implement software UART. Here we are using PIC ...
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 ...
Connect the components as shown in Circuit diagram ... uploader/flasher for your 8051 dev kit, in my case it is SSTFlasher. Convert .c file into hex file using Keil uvision 5 and upload to ...
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 ...
This value is then displayed on the LCD display. For complete information about working, applications and limitations of this circuit, read the post – Digital Tachometer using 8051 Microcontroller.
This project involves interfacing with a Digital-to-Analog Converter (DAC) circuit using Pulse Width Modulation (PWM) signals on an 8051 microcontroller. The objective is to generate PWM signals, ...