Projects

HOME SECURITY ALARM SYSTEM USING PIC18F45K22 AND PIR MOTION SENSOR2 schematic diagram

Home Security Alarm System using PIC18F45K22 AND PIR Motion Sensor2

This project describes a home security alarm based on a Passive Infra-Red sensor module (HC-SR501) and PIC18F45K22 . PIR sensor is used to detect motion in the environment and is commonly known as motion sensor. When the microcontroller detects the PIR sensor is triggered, it drives the relay switch and trigger an alarm. Its quite […]

MULTIPLEXING 7 SEGMENT DISPLAY USING PIC18F2550 MICROCONTROLLER1

Multipulxing 7 Segment Display using PIC18F2550 Microcontroller

This tutorial describes how to implement decimal counter which will increment from 0000 to 9999 ; in multiplexed seven segment display using PIC18F2550 in PROTEUS ISIS. Multiplexing is required when we want to interface 3 or 4 or even more such displays with MCU ssince it we go for normal way it will require lots […]

Automatic Railway Gate Control System Using PIC16F877A microcontroller schematioc diagram

Automatic Railway Gate Control System Using PIC16F877A microcontroller

Generally railway gates are closed or opened menually by gatekeeper to prevent collision between road traffic and train . Time schedule and other information are sent from the main controller station menually in this tutorial we will try to make a railway line which has automatic gate open and closed system . Hello everybody ,welcome […]

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 […]

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 […]

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 […]

CD ROM BLDC motor controller using PIC18F4550 and L293D

CD-ROM BLDC motor controller using PIC18F4550 and L293D

In the following topic URL we’ve seen how to control BLDC motor speed and direction of rotation using PIC18F4550 microcontroller and 3-phase bridge circuit:CD-ROM Spindle motor (BLDC) control with PIC18F4550 microcontroller This topic shows how to make the same controller using L293D motor driver instead of the 3-phase bridge circuit. The 3 phase bridge is […]

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 […]

Interfacing PIC18F4550 with 1.8 TFT display

Interfacing PIC18F4550 with 1.8″ TFT display

This post shows how to connect ST7735S TFT display to PIC18F4550 microcontroller and display different things (numbers, text, lines, circles …..). The compiler used is CCS PIC C. To interface PIC18F4550 with the ST7735 TFT display we need a small library (driver) which can be downloaded from its original post at the following url: ST7735 […]