Projects

Interfacing Graphical LCDGLCD JHD12864E with Microchip PIC16f877 Microcontroller

Interfacing Graphical LCD(GLCD-JHD12864E) with Microchip PIC16f877 Microcontroller

In this post/tutorial i am going to teach you how to interface graphical lcd jhd12864E with microchip pic16f877 microcontroller. I am going to display my website name “www.microcontroller-project.com” and a special pattern that displays thick lines on dotted graphical lcd display. In graphical lcd name “jhd12864” the number 128×64 means lcd has 128 coulombs and 64 rows. […]

Interfacing Graphical LCD(GLCD-JHD12864E) with Microchip PIC16f877 Microcontroller Read More »

Pic microcontroller scrolling text – Project circuit

Displaying Scrolling(Moving) text on 16×2 lcd Using Pic16f877 and Pic18f452 Microcontroller

Displaying moving or scrolling text on lcd(16×2,8×1,16×4,8×2,16×1,20×1,20×2 etc) is very easy using any microcontroller. You just need to know how to efficiently use 16×2 lcd commands. In this project i am using pic 16f877 microcontroller to display text and then scroll it on the 16×2 lcd. The lcd which i am using is 16×2. Where

Displaying Scrolling(Moving) text on 16×2 lcd Using Pic16f877 and Pic18f452 Microcontroller Read More »

PicKit2 Clone Designed and Manufactured at Home

PicKit2 Clone Designed and Manufactured at Home

PicKit2 is a programmer designed by Microchip to program its pic microcontrollers. PicKit2 supports many 8-bit pic microcontroller series. PicKit2 supports almost all Pic-10/12/16/18/24 and dspic-30/33 flash series microcontroller’s. Pickit 2 is an ICSP (In-circuit serial programmer) programmer. In icsp interface, microcontroller can be programmed while its working in the circuit. An icsp programmer uses 5 pins

PicKit2 Clone Designed and Manufactured at Home Read More »

Display custom characters on 16×2 lcd using Microchip Pic16f877 Microcontroller

Display custom characters on 16×2 lcd using Microchip Pic16f877 Microcontroller

Here is a simple project on how to build/generate/make custom characters in 16×2 lcd and then print/display them on lcd using microchip pic16f877 microcontroller. Character lcd contains a set of ascii characters and some Chinese characters in their controllers. We invoke the ascii characters present in the ram for displaying them on lcd. But if

Display custom characters on 16×2 lcd using Microchip Pic16f877 Microcontroller Read More »

Measuring Temperature using LM74 temperature sensor by Texas Instruments and Pic18f452 Microcontroller

Measuring Temperature using LM74 temperature sensor by Texas Instruments and Pic18f452 Microcontroller

In this post i am going to interface LM74 temperature sensor with Pic18f452 microcontroller. LM74 is a temperature sensor by Texas Instruments. It comes with an SPI (Serial Peripheral Interface) interface. You can operate it in SPI (Serial Peripheral Interface) mode. A processor/microcontroller can read temperature reading from LM74 at any time. LM74 provides resolution of up to

Measuring Temperature using LM74 temperature sensor by Texas Instruments and Pic18f452 Microcontroller Read More »