LCD Projects

d.i.y. Handheld Multichannel Analyzer MCA based on 16F877 PIC Microcontroller and LCD

d.i.y. Handheld Multichannel Analyzer (MCA) based on 16F877 PIC Microcontroller and LCD

Some time ago I was developing a medical instrument which required histogramming, which got me in the mood to retake my own PIC MCA project(http://home.comcast.net/~prutchi/index_files/scint.htm ). IΒ used the variable RAM in the microcontroller (16F877), so I limited the number of channels to 95 and let the histogram run until some channel reaches 240 counts (the […]

d.i.y. Handheld Multichannel Analyzer (MCA) based on 16F877 PIC Microcontroller and LCD Read More Β»

Lecture 43 Interfacing PIC16F877 Microcontroller with an LCD

Lecture 43 : Interfacing PIC16F877 Microcontroller with an LCD

Aim To interface LCD (Displaytech 162A) with PIC16F877microcontroller and to display “IITK” in the Liquid Crystal Display (LCD). Components/Softwares MPLAB IDE (PIC microcontrollers simulator) PIC BURNER 3 with software to load the code LCD (Displaytech 162A) Computer System with Windows operating system and RS 232 cable PIC16F877 Microcontroller +5V D.C Power Supply Resistors – 10K

Lecture 43 : Interfacing PIC16F877 Microcontroller with an LCD Read More Β»

Transmitting and receiving data using UART protocol PIC Microcontroller

Transmitting and receiving data using UART protocol PIC Microcontroller

UART or serial communication is one of the important protocol used by the Microcontrollers to transmit and receive data from the external devices. Almost every controller is equipped with this protocol to make transmission and reception easier just using two pins. This tutorial will teach you to initialize and send data by using UART protocol

Transmitting and receiving data using UART protocol PIC Microcontroller Read More Β»