You are on page 1of 7

Madan Mohan Malaviya Univ.

of Technology, Gorakhpur

Design of Smart Sensor for Electrical


Measurement Laboratory of MMMUT,
CST,Gorakhpur
UP Project ID : 607

Project Mentor Presented by:


Dr. Shekhar Yadav Abhishek Singh Chauhan
Siddhant Srivastava
Assistant Professor Tarandeep Singh
Electrical Engineering Department Shobhit Katiyar

12-09-23 Side 1
Madan Mohan Malaviya Univ. of Technology, Gorakhpur

Introduction

 Wastage of electricity is one of the main problems which we are facing


nowadays. In our homes, schools, colleges, or industry we see that
fans/lights are kept ON even if there is nobody in the room. This
happens due to negligence or because we forgot to turn the lights off or
when we are in a hurry. To minimize the wastage of electricity we have
created a smart sensor which turns on Lights when it detects human
motion and turns off the light when no one is present.
 This Project presents a possible solution where the appliances
automatically turned off when no one is in the room and can minimize
the electricity wastage.

12-09-23 Side 2
Madan Mohan Malaviya Univ. of Technology, Gorakhpur

Components
Arduino UNO Relay Module

• Arduino is an open-source electronics platform • A relay module is an electrical switch that is


based on easy-to-use hardware and software. operated by an electromagnet.
• Arduino boards are able to read inputs - light on a • The electromagnet is activated by a separate
sensor, a finger on a button, or a Twitter message - low-power signal from a micro controller.
and turn it into an output. • When activated, the electromagnet pulls to
• It is microcontroller based on Atmega328p. either open or close an electrical circuit.
• The software used for writing, compiling & • The relay module input voltage is usually DC.
uploading code to Arduino board is Arduino IDE However, the electrical load that a relay will
control can be either AC or DC

12-09-23 Side 3
Madan Mohan Malaviya Univ. of Technology, Gorakhpur

Passive Infrared Sensor


• PIR (passive infrared) sensors utilize the detection of infrared that is radiated from all
objects that emit heat. This type of emission is not visible to the human eye, but
sensors that operate using infrared wavelengths can detect such activity.
• It works on the principle that whenever it detects a change in infrared radiation, it
generates a digital output signal
• It consists of a Fresnel lens and a pyroelectric material.

12-09-23 Side 4
Madan Mohan Malaviya Univ. of Technology, Gorakhpur

Circuit Diagram
Relay Module Connection:

VCC is connected with 5V pin of Arduino.

GND is connected with GND of Arduino.

Arduino is connected with Arduino digital pin 4.

Similarly second relay’s In pin is connected to


digital pin 7.

PIR Module Connection

Vcc of PIR is connected to the 5v pin of Arduino

GND is connected to the GND of Arduino

Digital pin of PIR is connected to digital pin 2 of


Arduino.

12-09-23 Side 5
Madan Mohan Malaviya Univ. of Technology, Gorakhpur

Working

• PIR sensors detect movement by sensing


infrared radiation emitted by objects within
their range.
• When motion is detected, the PIR sensor sends
a digital HIGH signal to the Arduino board,
which reads the signal and determines that
motion has been detected.
• The Arduino board controls the relay pins,
turning them on by setting them to LOW when
motion is detected, and turning them off by
setting them to HIGH when no motion is
detected.
• The relay pins then send a signal to the
connected lights, turning them on or off
accordingly.

12-09-23 Side 6
Madan Mohan Malaviya Univ. of Technology, Gorakhpur

12-09-23 Side 7

You might also like