SlideShare a Scribd company logo
EMERGENCY
RESCUE ROBOT
FOR HUMAN
DETECTION
BY
CHAGANTI HARINI
This Photo by Unknown author is licensed under CC BY-SA.
CONTENTS
INTRODUCTION OBJECTIVE
TOOL
REQUIREMENTS
BLOCK
DIAGRAM
WORKING ADVANTAGES APPLICATIONS RESULT
CONCLUSION FUTURE SCOPE
INTRODUCTION
In this modern era , technological development
lead the creation of sky scraper buildings and
dwellings which increase risks of losing life due
to natural and manmade disasters.
Many people died by trapping under debris as
their presence cannot detect by the rescue team.
PIR sensor based semi-autonomous mobile
rescue robot is developed which can detect live
human being from an unreachable point of
disaster area.
This project uses Bluetooth module and sends
information to a website/Android device, as
soon as soon a human is detected.
OBJECTIVE
The objective is to develop PIR sensor based
semi autonomous robot with a Bluetooth
module and interface it with user application
for detection of live human beings from
unreachable parts of disaster area.
TO
OLS
REQUIREMENT
HARDWARE COMPONENTS:
ARDUINO UNO(atmega328p)
DTH11 SENSOR
PIR SENSOR
BLUETOOTH MODULE
MOTOR DRIVE
SOFTWARE COMPONENTS:
ARDUINO IDE
EMBEDDED C
This Photo by Unknown author is licensed under CC BY-NC-ND.
ARDIUNO
UNO
POWER
SUPPLY
DHT11
SENSOR
PIR SENSOR
MOTOR
DRIVE
MOTOR
1
MOTOR
2
BLOCK DIAGRAM
BLUETOOT
H
Tx
BLUETOOT
H
Rx
CLOUD
ARDUINO
UNO
 Arduino uno is an open source micro
controller based board.
 It is designed on the micro chip
ATMEGA328P micro controller.
 It has 28 pins in which 14 are digital I/O
pins,6 are analog pins.
 Arduino uno is a microcontroller board
based on 8-bit ATmega328
microcontroller.
 Along with ATmega328p,it consists other
components such as crystal oscillator,
serial communication, voltage regulator,
etc., to support the microcontroller.
FEATURES
OF
ARDUINO
UNO
The operating voltage is 5V
The recommended input voltage will range from 7v to 12V
The input voltage ranges from 6v to 20V
Digital input/output pins are 14
Analog I/p pins are 6
DC Current for each input/output pin is 40 mA
DC Current for 3.3V Pin is 50 mA
Flash Memory is 32 KB
SRAM is 2 KB
EEPROM is 1 KB
CLK Speed is 16 MHz
PIR SENSOR
 PIR sensor are also called as PID(passive
infrared detector).
 PIR are fundamentally made of a pyro
electric sensor, which can detect levels of
infrared radiation.
 PIR sensor works entirely by detecting
infrared radiation effected by reflected
from objects.
 PIR sensor has 3 pins:
1. VCC
2. Ground
3. Digital output pin
FEATURES OF PIR SENSOR
Operating voltage : 5V – 20V
Power consumption : 65mA
TTL Output : 3.3V, 0V
Delay Time : Adjustable(0.3>5min)
Lock Time : 0.2sec
Operating Temperature : -15 ~ +70
Trigger methods : L – Disable repeat trigger, H – Enable
repeat trigger
Sensing Range : Less than 120 degrees, within 7 metres
DTH11 SENSOR
 DTH11 is a basic ultra
cost digital temperature
and humidity sensor.
 DTH11 is a composite
sensor that contains a
calibrated digital signal
output of temperature
and humidity.
 It has a high reliability
and excellent long term
stability.
 Output digital signal
indicates humidity
values of surrounding
environment. .
FEATURES OF DHT11 SENSOR
Operating Voltage: 3.5V
to 5.5V.
Operating current:
0.3mA (measuring) 60uA
(standby)
Output: Serial data.
Temperature Range: 0°C
to 50°C.
Humidity Range: 20% to
90%
Resolution: Temperature
and Humidity both are
16-bit.
Accuracy: ±1°C and ±1%
BLUETOOTH MODULE
• HC-05 is a Bluetooth module which can
communicate in two way. Which means, It is
full-duplex. We can use it with most micro
controllers. Because it operates Serial Port
Protocol (SSP).
• The module communicate with the help of
USART (Universal Synchronous/Asynchronous
Receiver/Transmitter ) at the baud rate of
9600. and it also support other baud rate. So
we can interface this module with any
microcontroller which supports USART.
• The HC-05 can operate in two modes. One is
Data mode and other is AT command mode.
• When the enable pin is "LOW" the HC-05 is in
Data Mode. If that pin set as "HIGH" the
module is in AT command mode. Here we
operate this module in Data Mode.
FEATURES:
•Operating Voltage: 4V to 6V (Typically +5V)
•Operating Current: 30mA
•Range: <100m
•Works with Serial communication (USART) and
TTL compatible
•Can be easily interfaced with Laptop or Mobile
phones with Bluetooth
INTERFACING
BLUETOOTH
MODULE WITH
ARDIUNO
MOTOR DRIVE
L293D is a typical Motor driver or
Motor Driver IC which allows DC
motor to drive on either direction.
L293D is a 16-pin IC which can
control a set of two DC motors
simultaneously in any direction.
FEATURES:
•The operating voltage of this LCD is
4.7V-5.3V
•It includes two rows where each
row can produce 16-characters.
•The utilization of current is 1mA
with no backlight
•Every character can be built with a
5×8 pixel box
•The alphanumeric LCDs alphabets
& numbers
•Is display can work on two modes
like 4-bit & 8-bit
START
CHECK BLUETOOTH RECEIVER FOR DATA ON
NAVIGATION
RECEIVE
SIGNAL?
ACTIVATE
MOTOR
DRIVE
CHECK PIR SENSOR FOR DATA
PIR O/P IS
HIGH
HUMAN
DETECTED?
SEND DHT11 SENSOR AND HUMAN DETECTED INFORMATION TO BLUETOOTH
MODULE
UPDATE IN USER
APPLICATION
STOP
NO
NO
FLOW
CHART:
ROBOT
MOVEMENT
WORKING
The robot has two sides ,receiver
side and the transmitter side.
The transmitter side consists of
ATMEGA328p
microcontroller(Arduino uno).
The inputs to the microcontroller
are PIR sensor,DHT11 sensor
and Bluetooth module.
Power supply of 12V Battery is
connected to the circuit.
The output i.e., the detection of
human beings and humidity
values can be viewed in Android
through Bluetooth receiver
module.
The PIR sensor detects the
human radiations coming from
the live human body.
Once PIR sensor detects the
signal from the victim it notifies
the Arduino.
The Arduino immediately sends
the signals to the Android device
through the Bluetooth receiver
module and gives information
about the victim and the
surrounding humidity.
By this, the user will know about
the human beings stuck in the
disaster.
It monitors sensor data and
sends to cloud through
Bluetooth module.
ADVANTAGES
 This system is an effective and a safe system to ensure that there
are no humans left behind in a rescue operation.
 The system is safe even for the user because of the use of robotics
and no manual work in field.
 The design of this robot is simpler to understand.
 This system provides high reliability.
 They work efficiently in environment where it might be dangerous
for humans.
Precise positioning and repeatability of movement since good stepper
motors have an accuracy of 3-5%of a step and this error is non-
cumulative from one step to next.
APPLICATIO
NS
In military applications to detect the presence
of human being.
In Rescue operations where human reach is
impossible.
This equipment can be used at mines,
earthquake prone places
This Photo by Unknown author is licensed under CC BY-SA.
RESULT
CONCLUSION
 The development of robots for domestic environments is a
challenging task. One of the most basic problems is how to enable
them to detect and identify humans robustly. Live human detection
using PIR sensor has been developed by integrating features of all the
hardware components used.
 Presence of every module has been reasoned out and placed
carefully thus contributing to the best working of the Unit. Secondly,
using highly advanced IC’s and with the help of growing technology
the detection of human being is done for protecting them in disaster
prone area.
This Photo by Unknown author is licensed under CC BY-NC-ND.
FUTURE SCOPE
Alive Human Being Detector finds applications mainly in disaster
management and crisis management
We can include gas sensors, internet protocol camera to rescue robot
for disaster scene viewing purpose.
Include metal detectors and bomb sensors to detect the presence
of bomb in Warfield and in rescue operations. Include proper lighting
options for night time usage.
We can create swarm robots to provide robot intercommunication and
advancement.
This Photo by Unknown author is licensed under CC BY-SA.
This Photo by Unknown author is licensed under CC BY.

More Related Content

What's hot

Robotic Sensor
Robotic SensorRobotic Sensor
Robotic Sensor
Faisal Ahmed Bappi
 
Wireless bomb disposal robot ppt
Wireless bomb disposal robot pptWireless bomb disposal robot ppt
Wireless bomb disposal robot pptAbhishek Gupta
 
WIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOTWIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOT
Asish Nayak
 
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPTAUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
rishav164
 
Robotic arm
Robotic armRobotic arm
Robotic arm
kartikeya Agarwal
 
Obstacle Avoidance Robot
Obstacle Avoidance RobotObstacle Avoidance Robot
Obstacle Avoidance Robot
Ratan Srikanth
 
Human robot interaction
Human robot interactionHuman robot interaction
Human robot interaction
PrakashSoft
 
Fire fighting Robot
Fire fighting RobotFire fighting Robot
Fire fighting Robot
Anjan991
 
Seminar Report Robotics
Seminar Report Robotics Seminar Report Robotics
Seminar Report Robotics
Vivek Yadav
 
Agricultural Robots
Agricultural RobotsAgricultural Robots
Agricultural Robots
sindhuratalusani
 
RESCUE ROBOTS
RESCUE ROBOTSRESCUE ROBOTS
RESCUE ROBOTS
sathish sak
 
HUMAN DETECTION ROBOT
HUMAN DETECTION ROBOTHUMAN DETECTION ROBOT
HUMAN DETECTION ROBOT
RICHARD RAJAN
 
robotics and its components
robotics and its componentsrobotics and its components
robotics and its components
Amandeep Kaur
 
Fire fighting robot ppt
Fire fighting robot pptFire fighting robot ppt
Fire fighting robot ppt
athmeg
 
Robotics and machine vision system
Robotics and machine vision systemRobotics and machine vision system
Robotics and machine vision system
Gowsick Subramaniam
 
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera) Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Emmanuel Oshogwe Akpeokhai
 

What's hot (20)

humanoid robot
humanoid robothumanoid robot
humanoid robot
 
Robotic Sensor
Robotic SensorRobotic Sensor
Robotic Sensor
 
Wireless bomb disposal robot ppt
Wireless bomb disposal robot pptWireless bomb disposal robot ppt
Wireless bomb disposal robot ppt
 
fire fighting robot
fire fighting robotfire fighting robot
fire fighting robot
 
WIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOTWIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOT
 
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPTAUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
 
Robotic arm
Robotic armRobotic arm
Robotic arm
 
Underwater robot
Underwater robotUnderwater robot
Underwater robot
 
Space robotics
Space roboticsSpace robotics
Space robotics
 
Obstacle Avoidance Robot
Obstacle Avoidance RobotObstacle Avoidance Robot
Obstacle Avoidance Robot
 
Human robot interaction
Human robot interactionHuman robot interaction
Human robot interaction
 
Fire fighting Robot
Fire fighting RobotFire fighting Robot
Fire fighting Robot
 
Seminar Report Robotics
Seminar Report Robotics Seminar Report Robotics
Seminar Report Robotics
 
Agricultural Robots
Agricultural RobotsAgricultural Robots
Agricultural Robots
 
RESCUE ROBOTS
RESCUE ROBOTSRESCUE ROBOTS
RESCUE ROBOTS
 
HUMAN DETECTION ROBOT
HUMAN DETECTION ROBOTHUMAN DETECTION ROBOT
HUMAN DETECTION ROBOT
 
robotics and its components
robotics and its componentsrobotics and its components
robotics and its components
 
Fire fighting robot ppt
Fire fighting robot pptFire fighting robot ppt
Fire fighting robot ppt
 
Robotics and machine vision system
Robotics and machine vision systemRobotics and machine vision system
Robotics and machine vision system
 
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera) Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
 

Similar to EMERGENCY RESCUE ROBOT FOR HUMAN DETECTION DURING DISASTERS

Jun 13 ijbi_002
Jun 13 ijbi_002Jun 13 ijbi_002
Jun 13 ijbi_002
anuj87420
 
Jun 13 ijbi_002
Jun 13 ijbi_002Jun 13 ijbi_002
Jun 13 ijbi_002
Anuj Raj
 
Bluetooth controller Human detection car.
Bluetooth controller Human detection car.Bluetooth controller Human detection car.
Bluetooth controller Human detection car.
Md Mintu Pk
 
Wireless robot ppt
Wireless robot pptWireless robot ppt
Wireless robot pptVarun B P
 
Live Human Detecting Robot for Earthquake Rescue Operation
Live Human Detecting Robot for Earthquake Rescue OperationLive Human Detecting Robot for Earthquake Rescue Operation
Live Human Detecting Robot for Earthquake Rescue Operation
ijcnes
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET Journal
 
Detecting Alive Human Using Robot for Rescue Operation
Detecting Alive Human Using Robot for Rescue OperationDetecting Alive Human Using Robot for Rescue Operation
Detecting Alive Human Using Robot for Rescue Operation
vivatechijri
 
WIRELESS ROBOT PPT
WIRELESS ROBOT PPTWIRELESS ROBOT PPT
WIRELESS ROBOT PPT
AIRTEL
 
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual)  vatsal shah-ec_4th yearFloor cleaning robot(autonomus mannual)  vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Vatsal N Shah
 
Ijirstv1 i6029
Ijirstv1 i6029Ijirstv1 i6029
Ijirstv1 i6029
anuj87420
 
FLOOD RESCUE ROBOT FINAL PPT.pptx
FLOOD RESCUE ROBOT FINAL PPT.pptxFLOOD RESCUE ROBOT FINAL PPT.pptx
FLOOD RESCUE ROBOT FINAL PPT.pptx
EliasJanson1
 
IRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using Arduino
IRJET Journal
 
Smart walking Stick for blinds
Smart walking Stick for blindsSmart walking Stick for blinds
Smart walking Stick for blinds
AmbikaR4
 
IRJET- Rescue Robot using ESP Microcontroller
IRJET-  	  Rescue Robot using ESP MicrocontrollerIRJET-  	  Rescue Robot using ESP Microcontroller
IRJET- Rescue Robot using ESP Microcontroller
IRJET Journal
 
Landslide Detection using Arduino
Landslide Detection  using ArduinoLandslide Detection  using Arduino
Landslide Detection using Arduino
Shri Ram G
 
Human Detection Robot
Human Detection RobotHuman Detection Robot
Human Detection Robot
Samiul Bapon
 
IRJET- Home Surveillance Without using CCTV Camera
IRJET-  	  Home Surveillance Without using CCTV CameraIRJET-  	  Home Surveillance Without using CCTV Camera
IRJET- Home Surveillance Without using CCTV Camera
IRJET Journal
 
OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...
OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...
OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...
ijaia
 
Light Automation System Using Bidirectional Visitor Counter
Light Automation System Using Bidirectional Visitor CounterLight Automation System Using Bidirectional Visitor Counter
Light Automation System Using Bidirectional Visitor Counter
Rituraj Singh
 

Similar to EMERGENCY RESCUE ROBOT FOR HUMAN DETECTION DURING DISASTERS (20)

Jun 13 ijbi_002
Jun 13 ijbi_002Jun 13 ijbi_002
Jun 13 ijbi_002
 
Jun 13 ijbi_002
Jun 13 ijbi_002Jun 13 ijbi_002
Jun 13 ijbi_002
 
PERSON ALIVE DETECTION
PERSON ALIVE DETECTIONPERSON ALIVE DETECTION
PERSON ALIVE DETECTION
 
Bluetooth controller Human detection car.
Bluetooth controller Human detection car.Bluetooth controller Human detection car.
Bluetooth controller Human detection car.
 
Wireless robot ppt
Wireless robot pptWireless robot ppt
Wireless robot ppt
 
Live Human Detecting Robot for Earthquake Rescue Operation
Live Human Detecting Robot for Earthquake Rescue OperationLive Human Detecting Robot for Earthquake Rescue Operation
Live Human Detecting Robot for Earthquake Rescue Operation
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
 
Detecting Alive Human Using Robot for Rescue Operation
Detecting Alive Human Using Robot for Rescue OperationDetecting Alive Human Using Robot for Rescue Operation
Detecting Alive Human Using Robot for Rescue Operation
 
WIRELESS ROBOT PPT
WIRELESS ROBOT PPTWIRELESS ROBOT PPT
WIRELESS ROBOT PPT
 
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual)  vatsal shah-ec_4th yearFloor cleaning robot(autonomus mannual)  vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
 
Ijirstv1 i6029
Ijirstv1 i6029Ijirstv1 i6029
Ijirstv1 i6029
 
FLOOD RESCUE ROBOT FINAL PPT.pptx
FLOOD RESCUE ROBOT FINAL PPT.pptxFLOOD RESCUE ROBOT FINAL PPT.pptx
FLOOD RESCUE ROBOT FINAL PPT.pptx
 
IRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using Arduino
 
Smart walking Stick for blinds
Smart walking Stick for blindsSmart walking Stick for blinds
Smart walking Stick for blinds
 
IRJET- Rescue Robot using ESP Microcontroller
IRJET-  	  Rescue Robot using ESP MicrocontrollerIRJET-  	  Rescue Robot using ESP Microcontroller
IRJET- Rescue Robot using ESP Microcontroller
 
Landslide Detection using Arduino
Landslide Detection  using ArduinoLandslide Detection  using Arduino
Landslide Detection using Arduino
 
Human Detection Robot
Human Detection RobotHuman Detection Robot
Human Detection Robot
 
IRJET- Home Surveillance Without using CCTV Camera
IRJET-  	  Home Surveillance Without using CCTV CameraIRJET-  	  Home Surveillance Without using CCTV Camera
IRJET- Home Surveillance Without using CCTV Camera
 
OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...
OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...
OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...
 
Light Automation System Using Bidirectional Visitor Counter
Light Automation System Using Bidirectional Visitor CounterLight Automation System Using Bidirectional Visitor Counter
Light Automation System Using Bidirectional Visitor Counter
 

Recently uploaded

Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 

Recently uploaded (20)

Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 

EMERGENCY RESCUE ROBOT FOR HUMAN DETECTION DURING DISASTERS

  • 1. EMERGENCY RESCUE ROBOT FOR HUMAN DETECTION BY CHAGANTI HARINI This Photo by Unknown author is licensed under CC BY-SA.
  • 3. INTRODUCTION In this modern era , technological development lead the creation of sky scraper buildings and dwellings which increase risks of losing life due to natural and manmade disasters. Many people died by trapping under debris as their presence cannot detect by the rescue team. PIR sensor based semi-autonomous mobile rescue robot is developed which can detect live human being from an unreachable point of disaster area. This project uses Bluetooth module and sends information to a website/Android device, as soon as soon a human is detected.
  • 4. OBJECTIVE The objective is to develop PIR sensor based semi autonomous robot with a Bluetooth module and interface it with user application for detection of live human beings from unreachable parts of disaster area.
  • 5. TO OLS REQUIREMENT HARDWARE COMPONENTS: ARDUINO UNO(atmega328p) DTH11 SENSOR PIR SENSOR BLUETOOTH MODULE MOTOR DRIVE SOFTWARE COMPONENTS: ARDUINO IDE EMBEDDED C This Photo by Unknown author is licensed under CC BY-NC-ND.
  • 7. ARDUINO UNO  Arduino uno is an open source micro controller based board.  It is designed on the micro chip ATMEGA328P micro controller.  It has 28 pins in which 14 are digital I/O pins,6 are analog pins.  Arduino uno is a microcontroller board based on 8-bit ATmega328 microcontroller.  Along with ATmega328p,it consists other components such as crystal oscillator, serial communication, voltage regulator, etc., to support the microcontroller.
  • 8. FEATURES OF ARDUINO UNO The operating voltage is 5V The recommended input voltage will range from 7v to 12V The input voltage ranges from 6v to 20V Digital input/output pins are 14 Analog I/p pins are 6 DC Current for each input/output pin is 40 mA DC Current for 3.3V Pin is 50 mA Flash Memory is 32 KB SRAM is 2 KB EEPROM is 1 KB CLK Speed is 16 MHz
  • 9. PIR SENSOR  PIR sensor are also called as PID(passive infrared detector).  PIR are fundamentally made of a pyro electric sensor, which can detect levels of infrared radiation.  PIR sensor works entirely by detecting infrared radiation effected by reflected from objects.  PIR sensor has 3 pins: 1. VCC 2. Ground 3. Digital output pin
  • 10. FEATURES OF PIR SENSOR Operating voltage : 5V – 20V Power consumption : 65mA TTL Output : 3.3V, 0V Delay Time : Adjustable(0.3>5min) Lock Time : 0.2sec Operating Temperature : -15 ~ +70 Trigger methods : L – Disable repeat trigger, H – Enable repeat trigger Sensing Range : Less than 120 degrees, within 7 metres
  • 11. DTH11 SENSOR  DTH11 is a basic ultra cost digital temperature and humidity sensor.  DTH11 is a composite sensor that contains a calibrated digital signal output of temperature and humidity.  It has a high reliability and excellent long term stability.  Output digital signal indicates humidity values of surrounding environment. .
  • 12. FEATURES OF DHT11 SENSOR Operating Voltage: 3.5V to 5.5V. Operating current: 0.3mA (measuring) 60uA (standby) Output: Serial data. Temperature Range: 0°C to 50°C. Humidity Range: 20% to 90% Resolution: Temperature and Humidity both are 16-bit. Accuracy: ±1°C and ±1%
  • 13. BLUETOOTH MODULE • HC-05 is a Bluetooth module which can communicate in two way. Which means, It is full-duplex. We can use it with most micro controllers. Because it operates Serial Port Protocol (SSP). • The module communicate with the help of USART (Universal Synchronous/Asynchronous Receiver/Transmitter ) at the baud rate of 9600. and it also support other baud rate. So we can interface this module with any microcontroller which supports USART. • The HC-05 can operate in two modes. One is Data mode and other is AT command mode. • When the enable pin is "LOW" the HC-05 is in Data Mode. If that pin set as "HIGH" the module is in AT command mode. Here we operate this module in Data Mode. FEATURES: •Operating Voltage: 4V to 6V (Typically +5V) •Operating Current: 30mA •Range: <100m •Works with Serial communication (USART) and TTL compatible •Can be easily interfaced with Laptop or Mobile phones with Bluetooth
  • 15. MOTOR DRIVE L293D is a typical Motor driver or Motor Driver IC which allows DC motor to drive on either direction. L293D is a 16-pin IC which can control a set of two DC motors simultaneously in any direction. FEATURES: •The operating voltage of this LCD is 4.7V-5.3V •It includes two rows where each row can produce 16-characters. •The utilization of current is 1mA with no backlight •Every character can be built with a 5×8 pixel box •The alphanumeric LCDs alphabets & numbers •Is display can work on two modes like 4-bit & 8-bit
  • 16. START CHECK BLUETOOTH RECEIVER FOR DATA ON NAVIGATION RECEIVE SIGNAL? ACTIVATE MOTOR DRIVE CHECK PIR SENSOR FOR DATA PIR O/P IS HIGH HUMAN DETECTED? SEND DHT11 SENSOR AND HUMAN DETECTED INFORMATION TO BLUETOOTH MODULE UPDATE IN USER APPLICATION STOP NO NO FLOW CHART: ROBOT MOVEMENT
  • 17. WORKING The robot has two sides ,receiver side and the transmitter side. The transmitter side consists of ATMEGA328p microcontroller(Arduino uno). The inputs to the microcontroller are PIR sensor,DHT11 sensor and Bluetooth module. Power supply of 12V Battery is connected to the circuit. The output i.e., the detection of human beings and humidity values can be viewed in Android through Bluetooth receiver module. The PIR sensor detects the human radiations coming from the live human body. Once PIR sensor detects the signal from the victim it notifies the Arduino. The Arduino immediately sends the signals to the Android device through the Bluetooth receiver module and gives information about the victim and the surrounding humidity. By this, the user will know about the human beings stuck in the disaster. It monitors sensor data and sends to cloud through Bluetooth module.
  • 18. ADVANTAGES  This system is an effective and a safe system to ensure that there are no humans left behind in a rescue operation.  The system is safe even for the user because of the use of robotics and no manual work in field.  The design of this robot is simpler to understand.  This system provides high reliability.  They work efficiently in environment where it might be dangerous for humans. Precise positioning and repeatability of movement since good stepper motors have an accuracy of 3-5%of a step and this error is non- cumulative from one step to next.
  • 19. APPLICATIO NS In military applications to detect the presence of human being. In Rescue operations where human reach is impossible. This equipment can be used at mines, earthquake prone places This Photo by Unknown author is licensed under CC BY-SA.
  • 21. CONCLUSION  The development of robots for domestic environments is a challenging task. One of the most basic problems is how to enable them to detect and identify humans robustly. Live human detection using PIR sensor has been developed by integrating features of all the hardware components used.  Presence of every module has been reasoned out and placed carefully thus contributing to the best working of the Unit. Secondly, using highly advanced IC’s and with the help of growing technology the detection of human being is done for protecting them in disaster prone area. This Photo by Unknown author is licensed under CC BY-NC-ND.
  • 22. FUTURE SCOPE Alive Human Being Detector finds applications mainly in disaster management and crisis management We can include gas sensors, internet protocol camera to rescue robot for disaster scene viewing purpose. Include metal detectors and bomb sensors to detect the presence of bomb in Warfield and in rescue operations. Include proper lighting options for night time usage. We can create swarm robots to provide robot intercommunication and advancement. This Photo by Unknown author is licensed under CC BY-SA.
  • 23. This Photo by Unknown author is licensed under CC BY.