pic microcontroller

Digital Thermometer using LM35 and PIC microcontroller

Digital Thermometer using LM35 and PIC Microcontroller

In this tutorial, we are making a Digital Thermometer using PIC microcontroller and LM35 Temperature Sensor. In this project, we will sense the temperature using LM35 and display it on 16×2 LCD. LM35 Temperature Sensor is accurate and cheaper and doesn’t require any external calibration. The output voltage is proportional to Celsius temperature scale and changes by 10mV

Digital Thermometer using LM35 and PIC Microcontroller Read More »

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 »

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 »