The objective of this project is to design a traffic light control system. This traffic light controller is used at the intersection that consists of a main road and two side roads. A four way traffic light control system with count down timers is to be designed and constructed. The system is to be developed […]
Projects
AUTOMATIC WATER LEVEL CONTROLLER USING MICRO-CONTROLLER PIC18F45K22
The objective of this project is to design an automatic water level control system. It indicates the level of water in the tank and automatically controls it by using PIC Microcontroller and water level sensors. Water Sensor Water level sensor is an easy-to-use, cost-effective high level/drop recognition sensor, which is obtained by having a series […]
How to make own serial LCD display for PIC12F683 Microcontroller
Alphanumeric LCD generally HD44780 model is very popular display . This LCD use 8 pins for data display and three pin for control and AL together 16 pin . There will be problem on project if we have to connect numbers of components in single micro-controller to make a compact type of device . To […]
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 […]
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 […]
Display temperature on Graphic Liquid Crystal Display using PIC16F877A Microcontroller
Hello everybody welcome back . Today I’m gonna tell how you can display temperature with bar graph on Graphic LCD using PIC microcontroller . The project is very simple to understand if you have concept of Graphic LCD .The program in this project is written in C and Assembly level language & the compiler used […]
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 […]
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
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
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 […]