SlideShare a Scribd company logo
7
Most read
13
Most read
22
Most read
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

PPTX
Bidirect visitor counter
PPTX
Bi directional visitor counter rewat
PPTX
ppt of automatic room light controller and BI directional counter
PPT
automatic room light controller
PPTX
Ardui no
PPTX
Automatic railway gate control using arduino uno
PDF
Arduino Workshop Day 2 - Advance Arduino & DIY
DOCX
Programmable ac power control system new
Bidirect visitor counter
Bi directional visitor counter rewat
ppt of automatic room light controller and BI directional counter
automatic room light controller
Ardui no
Automatic railway gate control using arduino uno
Arduino Workshop Day 2 - Advance Arduino & DIY
Programmable ac power control system new

What's hot (20)

DOCX
3) Remote Controlled Fan Regulator
PPTX
Digital tachometer using pic18
DOC
Surya CV
PPTX
soldier tracking and health monitoring system
PPTX
NIGHT VISION TECHNOLOGY
PPTX
Smart shopping trolley using rfid and remote controlling
PPTX
A major project report on Energy Efficient Infrared (IR) Based Home Automatio...
DOCX
Automatic railway gate control using arduino uno
DOCX
PDF
Smart agriculture using iot (fully smart) By using arduino
PPTX
Smart Blind stick by using arduino uno and sensor
PPTX
Smart dustbin
PPTX
IR BASED HOME AUTOMATION USING ARDUINO UNO
PDF
Ir sensor
PPT
Smart note taker
PPTX
IC 4017 Pin Configuration and Its Application
PDF
Design an Automatic Temperature Control System for Smart Electric Fan Using PIC
PDF
Lab2ppt
PPTX
Obstacle Detection Robot
DOCX
Home Appliances Controlling using Android Mobile via Bluetooth
3) Remote Controlled Fan Regulator
Digital tachometer using pic18
Surya CV
soldier tracking and health monitoring system
NIGHT VISION TECHNOLOGY
Smart shopping trolley using rfid and remote controlling
A major project report on Energy Efficient Infrared (IR) Based Home Automatio...
Automatic railway gate control using arduino uno
Smart agriculture using iot (fully smart) By using arduino
Smart Blind stick by using arduino uno and sensor
Smart dustbin
IR BASED HOME AUTOMATION USING ARDUINO UNO
Ir sensor
Smart note taker
IC 4017 Pin Configuration and Its Application
Design an Automatic Temperature Control System for Smart Electric Fan Using PIC
Lab2ppt
Obstacle Detection Robot
Home Appliances Controlling using Android Mobile via Bluetooth
Ad

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

DOCX
Bluetooth controller Human detection car.
PDF
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
PPTX
Passive infrared based human detection alive robot
PPTX
Human Detection Robot
DOC
Live Human Detecting Robot for Earthquake Rescue Operation
DOCX
human detection robot
PDF
Detecting Alive Human Using Robot for Rescue Operation
PDF
Jun 13 ijbi_002
PDF
Jun 13 ijbi_002
PDF
PERSON ALIVE DETECTION
PDF
Ijirstv1 i6029
PDF
RF Controlled Robot Using Advanced Sensors
PPTX
Human Detection Robot
PDF
Ijsetr vol-4-issue-3-492-496
PPTX
HUMAN DETECTION ROBOT
PDF
ppt.pdf
PPTX
Human Detection Robot
PPTX
Human and metal detection Robot Using Arduino UNO
PPTX
MILITARY ROBOT BASED ON IOT
PPTX
HUMAN DETECTION SYSTEM USING DRONE FOR DISASTER RESCUE OPERATION
Bluetooth controller Human detection car.
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
Passive infrared based human detection alive robot
Human Detection Robot
Live Human Detecting Robot for Earthquake Rescue Operation
human detection robot
Detecting Alive Human Using Robot for Rescue Operation
Jun 13 ijbi_002
Jun 13 ijbi_002
PERSON ALIVE DETECTION
Ijirstv1 i6029
RF Controlled Robot Using Advanced Sensors
Human Detection Robot
Ijsetr vol-4-issue-3-492-496
HUMAN DETECTION ROBOT
ppt.pdf
Human Detection Robot
Human and metal detection Robot Using Arduino UNO
MILITARY ROBOT BASED ON IOT
HUMAN DETECTION SYSTEM USING DRONE FOR DISASTER RESCUE OPERATION
Ad

Recently uploaded (20)

PPT
Mechanical Engineering MATERIALS Selection
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
CH1 Production IntroductoryConcepts.pptx
PPT
Project quality management in manufacturing
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
OOP with Java - Java Introduction (Basics)
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
Welding lecture in detail for understanding
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
Construction Project Organization Group 2.pptx
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PDF
composite construction of structures.pdf
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Mechanical Engineering MATERIALS Selection
R24 SURVEYING LAB MANUAL for civil enggi
CH1 Production IntroductoryConcepts.pptx
Project quality management in manufacturing
UNIT-1 - COAL BASED THERMAL POWER PLANTS
OOP with Java - Java Introduction (Basics)
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Foundation to blockchain - A guide to Blockchain Tech
Welding lecture in detail for understanding
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Construction Project Organization Group 2.pptx
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
UNIT 4 Total Quality Management .pptx
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
composite construction of structures.pdf
Embodied AI: Ushering in the Next Era of Intelligent Systems
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk

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.