Projects

PIC to PIC Communication using RF Module with Pic microcontroller

PIC to PIC Communication using RF Module

Hello everyone, Today in this project, we willΒ interface RF Receiver and Transmitter module with PIC Microcontroller and communicate between two different pic microcontrollers wirelessly. In this project we will do following things:- We will useΒ PIC16F877AΒ for the Transmitter andΒ PIC18F4520Β for the Receiver section. We will interface Keypad and LCD with PIC microcontroller. On the transmitter side, we

PIC to PIC Communication using RF Module Read More Β»

Relay Interfacing using PIC Microcontroller

Relay Interfacing with PIC Microcontroller

In this projectΒ we will interface aΒ Relay with PIC Microcontroller PIC16F877A. Relay is a mechanical device to control high voltage, high current appliances β€˜ON’ or β€˜OFF’ from lower voltage levels. Relay provides isolation between two voltage levels and it is generally use toΒ control AC appliances. From mechanical to Solid state relays, there are variousΒ type of relaysΒ are

Relay Interfacing with PIC Microcontroller Read More Β»

Interfacing 74HC595 Serial Shift Register with PIC Microcontroller

Interfacing 74HC595 Serial Shift Register with PIC Microcontroller

There are possibilities in embedded design where you do not have enough I/O pins available in your microcontroller. That can be due to any reason, may be your application needs multiple LEDs or you want to use multipleΒ 7-segment displays, but you don’t have required I/O pins in your microcontroller. Here comes a perfect component,Β shift register.

Interfacing 74HC595 Serial Shift Register with PIC Microcontroller Read More Β»

Generating PWM signals on GPIO pins of PIC Microcontroller

Generating PWM signals on GPIO pins of PIC Microcontroller

PWM signal generation is a vital tool in every embedded engineers arsenal, they come in very handy for lot of applications like controlling the position of servo motor, switching few power electronic ICs in converters/invertors and even for aΒ simple LED brightness control. In PIC microcontrollers PWM signals can be generated using theΒ Compare, Capture and PWMΒ (CCP)

Generating PWM signals on GPIO pins of PIC Microcontroller Read More Β»