LCD Projects

Wiring the HD44780

Interfacing PIC18F4520 microcontroller with an HD44780 LCD

Introduction Being able to display data from a microcontroller visually has many advantages. It allows for menus, status indicators, and instructions to be intuitively shown to users. When paired with an LCD, a microcontroller becomes a powerful tool for building interactive electronic devices and systems. One excellent combination is interfacing an HD44780 LCD with PIC18F4520 […]

Interfacing PIC18F4520 microcontroller with an HD44780 LCD Read More »

Frequency Counter by PIC16F628 schematic

Frequency Counter by PIC16F628

In this project we are building a basic and low cost frequency counter circuit . It can measure from 16Hz to 100Hz signals with a maximum amplitude of 15V. The sensitivity is high, the resolution is 0.01Hz. The input signal can be a sine, a square or a triangle waveform. The counter can be used

Frequency Counter by PIC16F628 Read More »

Serial Data Received from PC and Displayed on 16x2 Using USART of Pic16f877 Microcontroller

Serial Data Received from PC and Displayed on 16×2 Using USART of Pic16f877 Microcontroller

Here is a simple tutorial on how to receive serial data from PC(Personal Computer) Hyperterminal and display it on 16×2 lcd using PIC16f877 microcontroller. Its not much difficult you just need to know how to use USART(Universal Syncronous-Asyncronous receiver transmitter) of PIC 16f877. Serial data is transmitted and recived by PC using DB-9 OR DB-25

Serial Data Received from PC and Displayed on 16×2 Using USART of Pic16f877 Microcontroller Read More »