Projects

PIC18F4550 Microcontroller 1

SKIN TEMPERATURE MEASUREMENT

Abstract: This report represents the design and implementation of a skin temperature measurement system. The system aims to measure the skin temperature from a sensor and send it to the PC using a USB cable to display on screen. The data needs to be updated every second. The PIC18F4550 microcontroller has been used in this […]

SKIN TEMPERATURE MEASUREMENT Read More »

Interfacing 7 segment display with PIC12F1822 using CCS PIC C compiler

Interfacing 7-segment display with PIC12F1822 using CCS PIC C compiler

The easiest way to interface 7-segment display with PIC12F1822 microcontroller is to add a serial-in parallel-out shift register. The adding of the shift register minimizes the number of pins used by the 7-segment display. This topic shows how to make a 3-digit digital counter with multiplexing and 74HC164 shift register using PIC16F877A and CCS PIC C compiler. Interfacing

Interfacing 7-segment display with PIC12F1822 using CCS PIC C compiler Read More »

Unipolar Stepper Motor Control From IR Remote Control Using PIC18F4550

Unipolar Stepper Motor Control From IR Remote Control Using PIC18F4550

This project shows how to control a 5V unipolar stepper motor from IR remote control uses NEC protocol with PIC18F4550 microcontroller. This controller controls the stepper motor speed and direction of rotation. If you want to see how to drive the unipolar stepper motor using PIC18F4550 microcontroller read the following topic:Interfacing unipolar stepper motor with

Unipolar Stepper Motor Control From IR Remote Control Using PIC18F4550 Read More »

433MHz RF remote control system based on PIC microcontroller

433MHz RF remote control system based on PIC microcontroller

5-Channel RF (Radio Frequency) remote control transmitter/receiver using PIC18F4550 microcontroller Today RF modules are widely used in many applications (wireless data transmission, quadcopter, car remote control….). This project shows how to use low cost 433MHz RF transmitter/receiver modules to build a 5-channel wireless RF remote control system using 2xPIC18F4550 microcontrollers. The used RF modules in

433MHz RF remote control system based on PIC microcontroller Read More »

Interfacing PIC16F877A with DHT11 RHT01 sensor Proteus simulation

Interfacing PIC16F877A with DHT11 (RHT01) sensor Proteus simulation

PIC16F877A + DHT11 (RHT01) Proteus simulation This topic shows how to interface DHT11 (RHT01) digital relative humidity and temperature sensor with PIC16F877A microcontroller, and how to simulate this interfacing using Proteus. Note that for the simulation Proteus version should be 8.1 or higher. With these versions there is no need to install Proteus DHT11 library, it

Interfacing PIC16F877A with DHT11 (RHT01) sensor Proteus simulation Read More »

Interfacing PIC16F877A with DHT22AM2302 RHT03 sensor using CCS PIC C

Interfacing PIC16F877A with DHT22(AM2302-RHT03) sensor using CCS PIC C

Interfacing PIC16F877A with DHT22(AM2302-RHT03) digital humidity and temperature sensor This topic shows how to interface PIC16F877A microcontroller with DHT22 sensor with hardware circuit. Related topic: The following topic shows PIC16F877A microcontroller and DHT22 Proteus simulation and some details about this sensor. PIC16F877A and DHT22(AM2302, RHT03) sensor Proteus simulation Interfacing PIC16F877A with DHT22(AM2302, RHT03) sensor circuit:

Interfacing PIC16F877A with DHT22(AM2302-RHT03) sensor using CCS PIC C Read More »