SlideShare una empresa de Scribd logo
1 de 23
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.

Más contenido relacionado

La actualidad más candente

Mind reading computer
Mind reading computerMind reading computer
Mind reading computer
Kaustav Das
 

La actualidad más candente (20)

Home automation using IoT
Home automation using IoTHome automation using IoT
Home automation using IoT
 
Artificial intelligence in power plants
Artificial intelligence in power plantsArtificial intelligence in power plants
Artificial intelligence in power plants
 
Bubble Power
Bubble PowerBubble Power
Bubble Power
 
Ultrasonic radar mini project
Ultrasonic radar  mini projectUltrasonic radar  mini project
Ultrasonic radar mini project
 
Smart water tank
Smart water tankSmart water tank
Smart water tank
 
Mind reading computer
Mind reading computerMind reading computer
Mind reading computer
 
Fire fighting robot ppt
Fire fighting robot pptFire fighting robot ppt
Fire fighting robot ppt
 
Blue brain
Blue brainBlue brain
Blue brain
 
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNOAUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
 
Project Report on Embedded Systems
Project Report on Embedded Systems Project Report on Embedded Systems
Project Report on Embedded Systems
 
Usable electricity generation from the random noise
Usable electricity generation from the random noiseUsable electricity generation from the random noise
Usable electricity generation from the random noise
 
Fire fighting Robot
Fire fighting RobotFire fighting Robot
Fire fighting Robot
 
Obstacle avoiding robot(Lab report)
Obstacle  avoiding  robot(Lab report)Obstacle  avoiding  robot(Lab report)
Obstacle avoiding robot(Lab report)
 
Haptic technology
Haptic technologyHaptic technology
Haptic technology
 
Home automation
Home automationHome automation
Home automation
 
Sensor technology
Sensor technologySensor technology
Sensor technology
 
Android Based Home Automation Control
Android Based Home Automation ControlAndroid Based Home Automation Control
Android Based Home Automation Control
 
Arduino Automatic Watering System Plants Sprinkler Using IoT
Arduino Automatic Watering System Plants Sprinkler Using IoTArduino Automatic Watering System Plants Sprinkler Using IoT
Arduino Automatic Watering System Plants Sprinkler Using IoT
 
Human Detection Robot
Human Detection RobotHuman Detection Robot
Human Detection Robot
 
Animatronics-ppt
 Animatronics-ppt Animatronics-ppt
Animatronics-ppt
 

Similar a EMERGENCY RESCUE ROBOT FOR HUMAN DETECTION DURING DISASTERS

Wireless robot ppt
Wireless robot pptWireless robot ppt
Wireless robot ppt
Varun B P
 
WIRELESS ROBOT PPT
WIRELESS ROBOT PPTWIRELESS ROBOT PPT
WIRELESS ROBOT PPT
AIRTEL
 

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

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
 
Jun 13 ijbi_002
Jun 13 ijbi_002Jun 13 ijbi_002
Jun 13 ijbi_002
 
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
 

Último

Último (20)

KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 

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.