Interfacing PIC12F1822 with ST7735 SPI TFT display
This post shows how to interface PIC12F1822 microcontroller with ST7735 SPI TFT display using CCS PIC C compiler. For this interfacing we need a driver for the TFT display. Driver topic at the...
View ArticleInterfacing PIC18F4550 with 1.8″ TFT display
This post shows how to connect ST7735S TFT display to PIC18F4550 microcontroller and display different things (numbers, text, lines, circles …..). The compiler used is CCS PIC C. To interface...
View ArticleMultipulxing 7 Segment Display using PIC18F2550 Microcontroller
This tutorial describes how to implement decimal counter which will increment from 0000 to 9999 ; in multiplexed seven segment display using PIC18F2550 in PROTEUS ISIS. Multiplexing is required when we...
View ArticleHow to make own serial LCD display for PIC12F683 Microcontroller
Alphanumeric LCD generally HD44780 model is very popular display . This LCD use 8 pins for data display and three pin for control and AL together 16 pin . There will be problem on project if we have to...
View ArticlePROJECT FINAL WRITE-UP
Our efforts in this project were to create a version of a Microchip mid-range PIC microcontroller in verilog to run on an Altera DE2 board. It was primarily planned to create a machine that would...
View ArticleHow to Use Interrupts in PIC16F877A Microcontroller
How to Use Interrupts in PIC16F877A Microcontroller In this tutorial we will learn how to use an External Interrupt in PIC Microcontroller and why/where we will need them. This is a part of the...
View ArticleHow to Save Data using EEPROM in PIC16F877A Microcontroller
Saving Data using EEPROM in PIC16F877A In this tutorial we will learn how easy it is to save data using the EEPROM present in the PIC16F877A Microcontroller. In most real time projects we might have...
View ArticleDigital Speedometer and Odometer Circuit using PIC Microcontroller
Digital Speedometer and Odometer Circuit using PIC Microcontroller Measuring the speed/rpm of a Vehicle or a motor has always been a fascinating project for us to try. So, in this project we are going...
View ArticleDisplay 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...
View ArticleInterfacing PIC16F84 with DS3231 RTC
This post shows how to make a real time clock and calendar using PIC16F84 and DS3231 RTC. The DS3231 uses I2C protocol to interface with the master device which is in this example the PIC16F84A MCU. In...
View ArticleInterfacing PIC12F1822 with ST7735 SPI TFT display
This post shows how to interface PIC12F1822 microcontroller with ST7735 SPI TFT display using CCS PIC C compiler. For this interfacing we need a driver for the TFT display. Driver topic at the...
View ArticleInterfacing PIC18F4550 with 1.8″ TFT display
This post shows how to connect ST7735S TFT display to PIC18F4550 microcontroller and display different things (numbers, text, lines, circles …..). The compiler used is CCS PIC C. To interface...
View ArticleMultipulxing 7 Segment Display using PIC18F2550 Microcontroller
This tutorial describes how to implement decimal counter which will increment from 0000 to 9999 ; in multiplexed seven segment display using PIC18F2550 in PROTEUS ISIS. Multiplexing is required when we...
View ArticleHow to make own serial LCD display for PIC12F683 Microcontroller
Alphanumeric LCD generally HD44780 model is very popular display . This LCD use 8 pins for data display and three pin for control and AL together 16 pin . There will be problem on project if we have to...
View ArticleRC5 IR Remote Control Decoder with PIC12F1822 Microcontroller
This topic shows an easy and effective way for decoding IR (Infra-Red) remote controls that use Philips RC-5 communication protocol, but first we’ve to understand how the RC5 protocol works. This...
View ArticleCircuit Designing of LCD with PIC
Hello friends, hope you all are fine and enjoying good health. Today I am posting the next part of Proteus tutorial which is Interfacing of LCD with PIC Microcontroller. . In the previous post of this...
View ArticleInterfacing Graphical LCD(GLCD-JHD12864E) with Microchip PIC16f877...
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”...
View ArticleDisplay GPS Co-ordinates on LCD using pic microcontroller
GPS Co-ordinates on LCD: Global Positioning System. This project is about displaying GPS co-ordinates on LCD using pic microcontroller. I have already posted a project on GPS based clock using pic...
View ArticleThree phase ac power measurement using pic microcontroller
Three phase ac power measurement: three phase watt meter using pic microcontroller is designed to measure three phase ac power of three phase transformer and three phase generator. It can be used to...
View ArticleRFID based electronic lock using pic microcontroller
This project is about RFID based electronic lock using pic microcontroller. RFID tags are used to open and close electronic lock. Only those users who have authentic RFID tag will be able to open lock...
View Article