pic16f877a

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 »

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 »