PIC Microcontroller Projects
The PIC microcontroller from Microchip is one the famous and most used microcontrollers. Because of its reliability it is commonly preferred by embedded engineers for industrial applications. The below list of PIC Tutorials and PIC Projects helps you to learn PIC series of microcontrollers from very basic level to advanced applications. Most of these projects are built with 8-bit PIC16F877A microcontroller and will be programmed using the MPLABX IDE. All projects/tutorials are explained with neat circuit diagram, code and hardware demonstration.
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...
How to Save Data using EEPROM in PIC16F877A Microcontroller
In this tutorial we will learn how easy it is to save data using the EEPROM present in the PIC16F877A Microcontroller. In most...
Digital Ammeter Circuit using PIC Microcontroller and ACS712
Measuring the voltage and current will always be helpful while making or debugging any electrical system. In this project we...
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...
High/Low Voltage Detection and Protection Circuit using PIC Microcontroller
We often see voltage fluctuations in electricity supply at our home, which may cause malfunction in our home AC appliances....
How to Send E-mail using PIC Microcontroller and ESP8266
In this tutorial let us learn how to send E-mails from PIC Microcontroller using famous WiFi module the ESP8266. This tutorial...
IR Remote Controlled Home Automation using PIC Microcontroller
In this project, we are going to use a PIC microcontroller to remotely control few AC loads by just using an IR remote. A...
Interfacing ESP8266 with PIC16F877A Microcontroller
In this article, let us discuss how to interface WIFI module ESP8266 with a PIC microcontroller. So far you might have been...
Interfacing Bluetooth Module HC-06 with PIC Microcontroller
In this tutorial we will learn How to make out PIC projects wireless by interfacing a Bluetooth Module (HC-06). In our previous...
UART Communication using PIC Microcontroller
In this tutorial we learn to Enable UART communication with PIC Microcontroller and how to transfer data to and from your...