SlideShare a Scribd company logo
1 of 15
HOME INTRUSION DETECTION
MOTHER TERESA INSTITUTE OF SCIENCE AND TECHNOLOGY
2022-2023
Department of Electronics & Communication Engineering
Under the guidance of:
G.Krishna Reddy
Associate professor
Department of ECE
Presented by:
Machineni Pavani(20C65AO403)
Bolu Rashwitha(19C61A0404)
Maturi Vishali(19C61A0415)
Shaik Samreen(19C61A0427)
Contents:
• ABSTRACT
• BLOCK DIAGRAM
• DESCRIPTION
• BLOCK DIAGRAM
• OPERATION
• ADVANTAGES
• DISADVANTAGES
• APPLICATIONS
• PROJECT KIT MODEL
• RESULTS
• FUTURE SCOPE
• CONCLUSION
Abstract:
An home intrusion system is a system whose aim is to monitor and detect
unauthorized access to a building. These systems are used for different purposes
and in different contexts both residential or commercial. This is mainly operates
by using of IR sensors. When this system is detects the object its identify that
object and gives the response to user in the form of light, buzzer sound or in the
form of images. This is one kind of security kit.
ARDUINO UNO
IR SENSOR
BUZZER
BATTERY
BLOCK DIAGRAM:
Description
In home intrusion detection many components including hardware and
software are involved :
 IR sensor
 USB cable
 Buzzer
 Battery
 Arduino software
Arduino UNO Board:The Arduino UNO ets of digital and analog (I/O) pins that may be interfaced to
various expansion boards and other circuis an open-source microcontroller board based on
microchip Atmega328P.The board is equipped with sits.The board 14 digital I/O(six capable of
PWM output) pins in which 6 are analog input pins and is programmable with the Arduino IDE via
a type B USB cable.It can be powered by USB cable or extenal 9V battery.
IR SENSOR IR :sensor is an electronic device, that emits the light in order to sense some object of
the surroundings. An IR sensor can measure the heat of an object as well as detects the motion.
Usually, in the infrared spectrum, all the objects radiate some form of thermal radiation. These types
of radiations are invisible to our eyes, but infrared sensor can detect these radiations.
BUZZER:Buzzer is output device .It has two terminals.Where as positive terminalis represented by ‘+’ symbol or
long terminal and negative terminal is represented with the ‘- ‘symbol or short terminal and it is connected to
the GND terminal.
ARDUINO SOFTWARE:
Arduino is an open-source electronics platform based on easy-to-use
hardware and software.Arduino boards are able to read inputs – light on a
sensor, a finger on a button, or a Twitter message – and turn it into an
output – activating a motor, turning on an LED, publishing something online.
To do so you use the Arduino programming language (based on Wiring), and
the Arduino Software (IDE), based on Processing. Thanks to its simple and
accessible user experience, Arduino has been used in thousands of different
projects and applications. The Arduino software is easy-to-use for
beginners, yet flexible enough for advanced users. It runs on Mac, Windows,
and Linux. Teachers and students use it to build low cost scientific
instruments, to prove chemistry and physics principles, or to get started with
programming and robotics. The Arduino is going to reduce the minimum
volume necessary to include a control and sensing with a product.
int SensorPin = 2;
int Output Pin = 13;
void setup() {
pinMode (OutputPin, OUTPUT);
pinMode (SensorPin, INPUT);
Serial.begin(9600);
}
void loop() {
int SensorValue = digitalRead (SensorPin);
Serial.print ("SensorPin Value: ");
Serial.println (SensorValue);
delay(1000);
if (SensorValue==LOW) { // LOW MEANS Object Detected
digitalWrite (OutputPin, HIGH);
}
else
{
} } digitalWrite (OutputPin, LOW);
Operation: Technically an Intrusion Detection System is a low voltage electrical circuit with
sensors present at different locations of the guarded premises
When some obstacle comes in the range of a device, its sensor detects an interruption in the flow
of electricity and sends the electric signal to the Control Panel.
The purpose of home intrusion detection system is to detect intrusions using sensors and raise
alerts,if necessary.
This system is works by using of Ir(infrared) sensor.This Ir sensor detects the intrusions.
when the intrusions are passing near to the sensor the sensor sence the objects and it gives the
response to the users in the form of light or sound etc… this is one kind of home security kit.
installing an intrusion detection system can have side benefits,as well.
There are dozens of great reasons to add to the security of home.To avoid some injuries home
intrusion detections are used.
ADVANTGES:
 Safe and secure system.
 Prevent break-ins to your house by giving an early to you and alerting the
burglar to act on his plan.
 Prevent from unauthorized access.
 Its provides effective control.
 Helps in medical purpose.
DISADVANTAGES:
 Its very expensive.
APPLICATIONS:
 Used to help analyze the quality and types of attacks.
 An intrusion detection system can also help companies identify bugs
or problems with their network device configurations.
 Used at home safety purposes
 Used at organizations,companies
PROJECT KIT MODEL
RESULTS
Thus the “Home-Intrusion Detection system” can detect our presence and send alerts
to the user with captured images. It also provides video surveillance to the user with
the help of this he can see what is happening in his house when he is away. And its is
very effective and safety equipment.
FUTURE SCOPE
 We can make this system more secure by applying encryption and decryption algorithm on data.
 We can use several web-cam’s to capture the image from different angles.
 We can even send alerts to 911 automatically when there is an intrusion.

More Related Content

What's hot

Case studies in io t smart-home
Case studies in io t  smart-homeCase studies in io t  smart-home
Case studies in io t smart-homevishal choudhary
 
Raspberry Pi (Introduction)
Raspberry Pi (Introduction)Raspberry Pi (Introduction)
Raspberry Pi (Introduction)Mandeesh Singh
 
Internet of things using Raspberry Pi
Internet of things using Raspberry PiInternet of things using Raspberry Pi
Internet of things using Raspberry PiYash Gajera
 
Intrusion prevention system(ips)
Intrusion prevention system(ips)Intrusion prevention system(ips)
Intrusion prevention system(ips)Papun Papun
 
M2M systems layers and designs standardizations
M2M systems layers and designs standardizationsM2M systems layers and designs standardizations
M2M systems layers and designs standardizationsFabMinds
 
Address in the target code in Compiler Construction
Address in the target code in Compiler ConstructionAddress in the target code in Compiler Construction
Address in the target code in Compiler ConstructionMuhammad Haroon
 
Intrusion Detection System(IDS)
Intrusion Detection System(IDS)Intrusion Detection System(IDS)
Intrusion Detection System(IDS)shraddha_b
 
Introduction to Arduino & Raspberry Pi
Introduction to Arduino & Raspberry PiIntroduction to Arduino & Raspberry Pi
Introduction to Arduino & Raspberry PiAhmad Hafeezi
 
Presentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUPresentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUSouvik Kundu
 
Sources of IoT (JNTUK - UNIT 1)
Sources of IoT (JNTUK - UNIT 1)Sources of IoT (JNTUK - UNIT 1)
Sources of IoT (JNTUK - UNIT 1)FabMinds
 

What's hot (20)

Sensors in IOT
Sensors in IOTSensors in IOT
Sensors in IOT
 
Iot architecture
Iot architectureIot architecture
Iot architecture
 
IoT and m2m
IoT and m2mIoT and m2m
IoT and m2m
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 
Case studies in io t smart-home
Case studies in io t  smart-homeCase studies in io t  smart-home
Case studies in io t smart-home
 
Raspberry Pi (Introduction)
Raspberry Pi (Introduction)Raspberry Pi (Introduction)
Raspberry Pi (Introduction)
 
Internet of things using Raspberry Pi
Internet of things using Raspberry PiInternet of things using Raspberry Pi
Internet of things using Raspberry Pi
 
IP Security
IP SecurityIP Security
IP Security
 
Zigbee with home automation
Zigbee with home automationZigbee with home automation
Zigbee with home automation
 
Intrusion prevention system(ips)
Intrusion prevention system(ips)Intrusion prevention system(ips)
Intrusion prevention system(ips)
 
M2M systems layers and designs standardizations
M2M systems layers and designs standardizationsM2M systems layers and designs standardizations
M2M systems layers and designs standardizations
 
IoT Security
IoT SecurityIoT Security
IoT Security
 
IoT Connectivity
IoT Connectivity IoT Connectivity
IoT Connectivity
 
Address in the target code in Compiler Construction
Address in the target code in Compiler ConstructionAddress in the target code in Compiler Construction
Address in the target code in Compiler Construction
 
IoT sensor devices
IoT sensor devicesIoT sensor devices
IoT sensor devices
 
Intrusion Detection System(IDS)
Intrusion Detection System(IDS)Intrusion Detection System(IDS)
Intrusion Detection System(IDS)
 
Honeypots
HoneypotsHoneypots
Honeypots
 
Introduction to Arduino & Raspberry Pi
Introduction to Arduino & Raspberry PiIntroduction to Arduino & Raspberry Pi
Introduction to Arduino & Raspberry Pi
 
Presentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCUPresentation on IoT Based Home Automation using android & NodeMCU
Presentation on IoT Based Home Automation using android & NodeMCU
 
Sources of IoT (JNTUK - UNIT 1)
Sources of IoT (JNTUK - UNIT 1)Sources of IoT (JNTUK - UNIT 1)
Sources of IoT (JNTUK - UNIT 1)
 

Similar to HOME INTRUSION DETECTION.pptx

PIR sensing with arduino
PIR sensing  with  arduinoPIR sensing  with  arduino
PIR sensing with arduinochetan kadiwal
 
IRJET- Intruder Detection Security System
IRJET- Intruder Detection Security SystemIRJET- Intruder Detection Security System
IRJET- Intruder Detection Security SystemIRJET Journal
 
Biometric Identification using Opencv Based on Arduino
Biometric Identification using Opencv Based on ArduinoBiometric Identification using Opencv Based on Arduino
Biometric Identification using Opencv Based on ArduinoIRJET Journal
 
REAL TIME FACE DETECTING UNAUTHORIZED HUMAN MOVEMENT USING ESP 32 CAM MODULE
REAL TIME FACE DETECTING UNAUTHORIZED HUMAN MOVEMENT USING ESP 32 CAM MODULEREAL TIME FACE DETECTING UNAUTHORIZED HUMAN MOVEMENT USING ESP 32 CAM MODULE
REAL TIME FACE DETECTING UNAUTHORIZED HUMAN MOVEMENT USING ESP 32 CAM MODULEIRJET Journal
 
IRJET - Smart Doorbell System
 IRJET - Smart Doorbell System IRJET - Smart Doorbell System
IRJET - Smart Doorbell SystemIRJET Journal
 
IRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET Journal
 
Know Your Teacher(KYT)
Know Your Teacher(KYT)Know Your Teacher(KYT)
Know Your Teacher(KYT)Ashwani Kumar
 
Smoke Alert System For Dye Industries Using IoT
Smoke Alert System For Dye Industries Using IoTSmoke Alert System For Dye Industries Using IoT
Smoke Alert System For Dye Industries Using IoTIRJET Journal
 
Characteristics of Different Sensors used for Distance Measurement
Characteristics of Different Sensors used for Distance MeasurementCharacteristics of Different Sensors used for Distance Measurement
Characteristics of Different Sensors used for Distance MeasurementIRJET Journal
 
Smart digital and analogue ambience control and
Smart digital and analogue ambience control andSmart digital and analogue ambience control and
Smart digital and analogue ambience control andeSAT Publishing House
 
FIRE ALARM SYSTEM BASED ON MCU FOR INDUSTRY APPLICATION
FIRE ALARM SYSTEM BASED ON MCU FOR INDUSTRY APPLICATIONFIRE ALARM SYSTEM BASED ON MCU FOR INDUSTRY APPLICATION
FIRE ALARM SYSTEM BASED ON MCU FOR INDUSTRY APPLICATIONIRJET Journal
 
IRJET - Smart Door System
IRJET - Smart Door SystemIRJET - Smart Door System
IRJET - Smart Door SystemIRJET Journal
 
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IRJET Journal
 
BTECH PROJECT PPT FOR ELECTRICAL ENGINEERING
BTECH PROJECT PPT FOR ELECTRICAL ENGINEERINGBTECH PROJECT PPT FOR ELECTRICAL ENGINEERING
BTECH PROJECT PPT FOR ELECTRICAL ENGINEERINGAnonymousLXHlHv2RW
 
Smart Home for Senior Citizens
Smart Home for Senior CitizensSmart Home for Senior Citizens
Smart Home for Senior CitizensIRJET Journal
 
WIRELESS LOCKSYSTEM THROUGH OTP.docx
WIRELESS LOCKSYSTEM THROUGH OTP.docxWIRELESS LOCKSYSTEM THROUGH OTP.docx
WIRELESS LOCKSYSTEM THROUGH OTP.docxAnimeshBasak13
 
Integrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIntegrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIRJET Journal
 

Similar to HOME INTRUSION DETECTION.pptx (20)

UEE PPT.pptx
UEE PPT.pptxUEE PPT.pptx
UEE PPT.pptx
 
PIR sensing with arduino
PIR sensing  with  arduinoPIR sensing  with  arduino
PIR sensing with arduino
 
IRJET- Intruder Detection Security System
IRJET- Intruder Detection Security SystemIRJET- Intruder Detection Security System
IRJET- Intruder Detection Security System
 
ppt.pptx
ppt.pptxppt.pptx
ppt.pptx
 
Biometric Identification using Opencv Based on Arduino
Biometric Identification using Opencv Based on ArduinoBiometric Identification using Opencv Based on Arduino
Biometric Identification using Opencv Based on Arduino
 
REAL TIME FACE DETECTING UNAUTHORIZED HUMAN MOVEMENT USING ESP 32 CAM MODULE
REAL TIME FACE DETECTING UNAUTHORIZED HUMAN MOVEMENT USING ESP 32 CAM MODULEREAL TIME FACE DETECTING UNAUTHORIZED HUMAN MOVEMENT USING ESP 32 CAM MODULE
REAL TIME FACE DETECTING UNAUTHORIZED HUMAN MOVEMENT USING ESP 32 CAM MODULE
 
IRJET - Smart Doorbell System
 IRJET - Smart Doorbell System IRJET - Smart Doorbell System
IRJET - Smart Doorbell System
 
IRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using Arduino
 
Know Your Teacher(KYT)
Know Your Teacher(KYT)Know Your Teacher(KYT)
Know Your Teacher(KYT)
 
Smoke Alert System For Dye Industries Using IoT
Smoke Alert System For Dye Industries Using IoTSmoke Alert System For Dye Industries Using IoT
Smoke Alert System For Dye Industries Using IoT
 
Characteristics of Different Sensors used for Distance Measurement
Characteristics of Different Sensors used for Distance MeasurementCharacteristics of Different Sensors used for Distance Measurement
Characteristics of Different Sensors used for Distance Measurement
 
Smart digital and analogue ambience control and
Smart digital and analogue ambience control andSmart digital and analogue ambience control and
Smart digital and analogue ambience control and
 
Home security system
Home security system Home security system
Home security system
 
FIRE ALARM SYSTEM BASED ON MCU FOR INDUSTRY APPLICATION
FIRE ALARM SYSTEM BASED ON MCU FOR INDUSTRY APPLICATIONFIRE ALARM SYSTEM BASED ON MCU FOR INDUSTRY APPLICATION
FIRE ALARM SYSTEM BASED ON MCU FOR INDUSTRY APPLICATION
 
IRJET - Smart Door System
IRJET - Smart Door SystemIRJET - Smart Door System
IRJET - Smart Door System
 
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
 
BTECH PROJECT PPT FOR ELECTRICAL ENGINEERING
BTECH PROJECT PPT FOR ELECTRICAL ENGINEERINGBTECH PROJECT PPT FOR ELECTRICAL ENGINEERING
BTECH PROJECT PPT FOR ELECTRICAL ENGINEERING
 
Smart Home for Senior Citizens
Smart Home for Senior CitizensSmart Home for Senior Citizens
Smart Home for Senior Citizens
 
WIRELESS LOCKSYSTEM THROUGH OTP.docx
WIRELESS LOCKSYSTEM THROUGH OTP.docxWIRELESS LOCKSYSTEM THROUGH OTP.docx
WIRELESS LOCKSYSTEM THROUGH OTP.docx
 
Integrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIntegrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of Appliances
 

Recently uploaded

Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 

Recently uploaded (20)

Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 

HOME INTRUSION DETECTION.pptx

  • 1. HOME INTRUSION DETECTION MOTHER TERESA INSTITUTE OF SCIENCE AND TECHNOLOGY 2022-2023 Department of Electronics & Communication Engineering Under the guidance of: G.Krishna Reddy Associate professor Department of ECE Presented by: Machineni Pavani(20C65AO403) Bolu Rashwitha(19C61A0404) Maturi Vishali(19C61A0415) Shaik Samreen(19C61A0427)
  • 2. Contents: • ABSTRACT • BLOCK DIAGRAM • DESCRIPTION • BLOCK DIAGRAM • OPERATION • ADVANTAGES • DISADVANTAGES • APPLICATIONS • PROJECT KIT MODEL • RESULTS • FUTURE SCOPE • CONCLUSION
  • 3. Abstract: An home intrusion system is a system whose aim is to monitor and detect unauthorized access to a building. These systems are used for different purposes and in different contexts both residential or commercial. This is mainly operates by using of IR sensors. When this system is detects the object its identify that object and gives the response to user in the form of light, buzzer sound or in the form of images. This is one kind of security kit.
  • 5. Description In home intrusion detection many components including hardware and software are involved :  IR sensor  USB cable  Buzzer  Battery  Arduino software
  • 6. Arduino UNO Board:The Arduino UNO ets of digital and analog (I/O) pins that may be interfaced to various expansion boards and other circuis an open-source microcontroller board based on microchip Atmega328P.The board is equipped with sits.The board 14 digital I/O(six capable of PWM output) pins in which 6 are analog input pins and is programmable with the Arduino IDE via a type B USB cable.It can be powered by USB cable or extenal 9V battery. IR SENSOR IR :sensor is an electronic device, that emits the light in order to sense some object of the surroundings. An IR sensor can measure the heat of an object as well as detects the motion. Usually, in the infrared spectrum, all the objects radiate some form of thermal radiation. These types of radiations are invisible to our eyes, but infrared sensor can detect these radiations.
  • 7. BUZZER:Buzzer is output device .It has two terminals.Where as positive terminalis represented by ‘+’ symbol or long terminal and negative terminal is represented with the ‘- ‘symbol or short terminal and it is connected to the GND terminal. ARDUINO SOFTWARE: Arduino is an open-source electronics platform based on easy-to-use hardware and software.Arduino boards are able to read inputs – light on a sensor, a finger on a button, or a Twitter message – and turn it into an output – activating a motor, turning on an LED, publishing something online. To do so you use the Arduino programming language (based on Wiring), and the Arduino Software (IDE), based on Processing. Thanks to its simple and accessible user experience, Arduino has been used in thousands of different projects and applications. The Arduino software is easy-to-use for beginners, yet flexible enough for advanced users. It runs on Mac, Windows, and Linux. Teachers and students use it to build low cost scientific instruments, to prove chemistry and physics principles, or to get started with programming and robotics. The Arduino is going to reduce the minimum volume necessary to include a control and sensing with a product.
  • 8. int SensorPin = 2; int Output Pin = 13; void setup() { pinMode (OutputPin, OUTPUT); pinMode (SensorPin, INPUT); Serial.begin(9600); } void loop() { int SensorValue = digitalRead (SensorPin); Serial.print ("SensorPin Value: "); Serial.println (SensorValue); delay(1000); if (SensorValue==LOW) { // LOW MEANS Object Detected digitalWrite (OutputPin, HIGH); } else { } } digitalWrite (OutputPin, LOW);
  • 9. Operation: Technically an Intrusion Detection System is a low voltage electrical circuit with sensors present at different locations of the guarded premises When some obstacle comes in the range of a device, its sensor detects an interruption in the flow of electricity and sends the electric signal to the Control Panel. The purpose of home intrusion detection system is to detect intrusions using sensors and raise alerts,if necessary. This system is works by using of Ir(infrared) sensor.This Ir sensor detects the intrusions. when the intrusions are passing near to the sensor the sensor sence the objects and it gives the response to the users in the form of light or sound etc… this is one kind of home security kit. installing an intrusion detection system can have side benefits,as well. There are dozens of great reasons to add to the security of home.To avoid some injuries home intrusion detections are used.
  • 10. ADVANTGES:  Safe and secure system.  Prevent break-ins to your house by giving an early to you and alerting the burglar to act on his plan.  Prevent from unauthorized access.  Its provides effective control.  Helps in medical purpose. DISADVANTAGES:  Its very expensive.
  • 11. APPLICATIONS:  Used to help analyze the quality and types of attacks.  An intrusion detection system can also help companies identify bugs or problems with their network device configurations.  Used at home safety purposes  Used at organizations,companies
  • 14. Thus the “Home-Intrusion Detection system” can detect our presence and send alerts to the user with captured images. It also provides video surveillance to the user with the help of this he can see what is happening in his house when he is away. And its is very effective and safety equipment.
  • 15. FUTURE SCOPE  We can make this system more secure by applying encryption and decryption algorithm on data.  We can use several web-cam’s to capture the image from different angles.  We can even send alerts to 911 automatically when there is an intrusion.