Make your own USB LCD controller using PIC18F2550
Hi everybody Ages and ages ago, I posted this and many people said they’d like a guide. So here it is! This is a guide for making an LCD that connects to your computer using USB, primarily intended to...
View ArticleVGA display using PIC18F452 microcontroller
For quite some time I’ve been wanting to create a device that outputs VGA signals. My main goal was of course to be able to display whatever I wanted on the monitor I was currently using. After...
View ArticleHow to display text on 16×2 LCD using PIC18F4550
Several automated and semi-automated devices require a message to be displayed in order to indicate their working status. In continuation to LCD interfacing with PIC18F4550, this article explains how...
View ArticlePIC16F877 LCD interfacing code (In 4bit mode) and Proteus simulation
This PIC16F877 microcontroller tutorial answers the question, “How to interface LCD[1] in 4bit mode with PIC16F877″ ? Also, using PIC16 simulator (Proteus) you can verify this LCD code and change it...
View ArticlePIC16F84A based digital clock using LCD display (Code+Proteus simulation)
This post provides a simple digital clock implementation using PIC16F84A microcontroller and an LCD display. This code is written in C language using MPLAB with HI-TECH C compiler. You can download...
View ArticlePIC16F84A LCD interfacing code (In 8bit mode) + Proteus simulation
This post provides the LCD[1] interfacing code using PIC16F84A microcontroller. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘...
View ArticlePIC12F675 based digital clock using LCD display (Code + Proteus simulation)
This post provides a simple digital clock implementation using PIC12F675 microcontroller and an LCD display. This code is written in C language using MPLAB with HI-TECH C compiler. You can download...
View ArticleSign Language Learner
Introduction We designed a device that can aid in learning the alphabet in American Sign Language. We built a glove with various sensors to identify the hand position of the user closely and use that...
View ArticleFrequency Counter using PIC16F877A Microcontroller
A frequency counter is a useful addition to an engineer’s toolbox and you can create the design described on this page for free. All you need is a PIC microcontroller (or any microcontroller that has a...
View ArticleScrolling Text on LCD by PIC Microcontroller
Scrolling Text on LCD by PIC microcontroller is very simple but very important one. For moving forward we need basic knowledge on how to display the text on LCD by pic Micro controller. For that please...
View ArticleThe IDE Project
4 prototype boards arrived today. After going over them carefully, I found 4 lines that crossed each other. After some quick surgery with a knife and some solder and wire, the IDE project is now semi...
View ArticleSpectrum analyzer based PIC18F4550
The project demonstrates the implementation of the sound spectrum analyzer for 8-bit microcontroller PIC18F4550 manufactured by Microchip . Spectrum analysis is performed using an optimized fast...
View ArticleSerial LCD Module using PIC16F88
Many times when I’m working with a small MCU such as 8 pins or 18 pins MCU. I found that I don’t have enough MCU pins for parallel LCD display. So it’s good to have a one-pin-require LCD module for...
View ArticleInterface a HD44780 Character LCD with a PIC Microcontroller
Introduction An HD44780 Character LCD is a liquid crystal display (LCD) display device designed for interfacing with embedded systems. These screens come in a variety of configurations including 8×1,...
View ArticleNokia 3315 / 3310 LCD interfacing with Microcontroller
Displaying content on a normal alphanumeric display is very limited ,we have to be limited with the font size and we can’t draw any graphics also. but convention Graphics lcd are really very expensive...
View ArticleLCD Module Control over IR Link using PIC16F690
Recently I got my hands on a couple of HSDL-1100 based IR transceivers and a KS070B LCD display module. This was a nice opportunity to experiment with three things: (1) controlling an LCD module, (2)...
View ArticleDisplaying Images on Graphical Lcd(JHD12864E) using Pic16f877 Microcontroller
Here in this post i am going to teach you how to display images on Graphical lcd using Pic Microcontroller(16F877). I am using JHD12864E graphical LcD in my Project. JHD12864E is 128×64 dimension lcd....
View ArticleHow to display custom characters on LCD using PIC16F84A
This post explains the idea of creating custom characters on any LCD ( e-g on 16×2 LCD ) which has HD44780U controller in it. Almost all 16×2 or 20×2 LCDs have HD44780U controller in them[1]. This...
View ArticlePIC16F84A LCD interfacing code (In 4bit mode) and Proteus simulation
This post provides the LCD[1] interfacing code in 4bit mode using PIC16F84A microcontroller. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the...
View ArticleUsing an LCD’s for Graphics Animation using PIC16C84
This project uses Myke’s 2-Wire LCD Interface from last week and will help teach you “Graphics Animation” using LCD’s. Last week, I showed how the PICMicro could be connected up to a Hitachi 44780 LCD...
View Article