You are on page 1of 5

2019 Innovations in Power and Advanced Computing Technologies (i-PACT)

Design of Human Detection Robot for Natural


calamity Rescue Operation
Alvin Joseph Vishal Parmar Bagyaveereswaran V
School of Electrical Engineering School of Electrical Engineering School of Electrical Engineering
Vellore Institute of Technology Vellore Institute of Technology Vellore Institute of Technology
Vellore-632014, TamilNadu , India Vellore-632014, TamilNadu , India Vellore-632014, TamilNadu , India
alvin.joseph03@gmail.com Parmarvishal0797@gmail.com vbagyaveereswaran@vit.ac.in

Abstract —The aim of our work is to develop a robot using detect them. Hence it is necessary to build a new sensitive
suitable sensors to detect human being trapped behind a wall life-detection system which can be helpful to find out for
or under the rubble which can help the rescue team during human victims trapped deep under earthquake rubble [6]. It
natural calamities like earthquakes. The proposed robot model is possible to remotely observe the physiological status of
uses a radar sensor through which radio energy signals are wounded objects lying on the ground with the help of
sent. These signals on detecting humans will reflect back and
microwave radiations [7,8].
will be caught by the receiver. The buzzer will start buzzing
once the reflected radio signal is received by the receiver In this paper we will be designing a smart model in
circuit. The robot is designed in such a way that it can be the form of a robot which we can control using our mobile
controlled by mobile phone custom application using Bluetooth phone by bluetooth and by installing the suitable application
module. The robot chassis structure is such that it can move in we can control the movement of the robot by giving it the
the roughest conditions that can be expected in earthquake hit directions of either moving left, right, forward or
sites and with the sensors mounted on it, the robot can help the backwards. We will be integrating the robot with two
rescue teams to detect human beings quickly. sensors namely the Doppler radar sensor and the PIR sensor
to trace humans behind the wall and for detecting humans
Keywords—Robot, Sensor, Earthquake, Rescue, Bluetooth under the rubble we would propose a microwave sensor in
which electromagnetic signals will be sent which penetrates
I. INTRODUCTION
through the rubble and if there is any object detected there
According to the information obtained from the would be a deviation in the observed readings which would
National Earthquake Information Center (NEIC), there are be an indication of a human body underneath. Our aim
about on an average of 20,000 earthquakes every year and through this proposed model is to provide a better solution
around 50 each day globally. However, it turns out that to the rescue teams to save as many lives as possible.
approximately about millions of earthquakes are estimated
to occur every year which are too weak to be recorded [1]. II. METHODOLOGY
We observe bridges and buildings collapsing as
well as natural disasters like earthquakes floods occurring The block diagram of the autonomous robot is
all over the world. At the time of disaster several humans shown in Fig. 1. The complete circuit diagram for the robot
are being trapped in the cavities created by the collapsed is shown in Fig. 2. The movement of the wheels in the robot
building either in conscious or unconscious state. Although will be controlled by the motor drivers. The movement of
it has been observed that radars are used to detect and track the robot is controlled by two DC motors mounted on the
objects, it is not certain that the tracked object is a human or front and the back side. The front side motor helps the robot
not [2]. In order to save lives in such rescue operations it is to turn left or right while the forward and the backward
of utmost importance that the rescue team is well equipped movements are driven by the rear side motor. The command
[3,4]. to the robot is given through Bluetooth using an android
The current techniques that are being used for the application that can be downloaded on the Mobile phone
purpose of detection of human beings buried under the The Arduino UNO is programmed to manage the entire
debris include the utilizing of dogs or some special optical system. Thus, the robot will move depending on the button
devices [5]. However, these techniques prove to be we click from the mobile application. The robot is designed
inadequate in helping to recover human victims lying such that we can control the movements of the robot through
underneath a few feet, especially when the victims are bluetooth from the cell phone.
completely trapped below or it's not possible for them to
respond to the signal which could help the rescue team

978-1-5386-8190-9/19/$31.00 © 2019 IEEE 1


2019 Innovations in Power and Advanced Computing Technologies (i-PACT)

Start
No No

Move the robot

Is Doppler radar sensor on? Is PIR sensor on?


Yes
Stop robot & check if PIR sensor on?
Yes
No Yes
Tell rescue team to search that spot Ring the buzzer as human is detected

Stop

Fig. 1 Block Diagram of the Autonomous Robot

Fig.2: - Circuit diagram of the robot

The circuit diagram for the bluetooth controlled robot is


presented in Fig. 3.

Fig. 3: - Block diagram for bluetooth controlled robot

2
2019 Innovations in Power and Advanced Computing Technologies (i-PACT)

III. CIRCUIT DESIGN D. Motor driver:


The circuit to control the robot movement and sensing is The motor driver is used to operate the front and
shown in fig.2. The different modules used in the design is the rear DC motors which in turn control the motion of the
discussed here. robot. It is actually a current amplifier and converts the low
current signal coming from a controller and amplifies it to
A. Arduino uno: provide the high current required for running the DC
The sensor is mounted on the microcontroller motors.
board Arduino Uno which is based on ATmega 328. The
board has 14 digital I/O pin-outs which includes six analog
input pins and six pins for Pulse width modulation (PWM)
outputs. It also consists of an ICSP or an ISP header, a IV. DEMONSTRATION
power jack, a ceramic resonator (16 MHz), a USB
connection and a reset button.

B. Sensors
Doppler radar sensor:
Doppler radar sensors have enabled many
technological advances such as single chip integration [9].
These sensors detect the microwave signals from the object
behind a wall or an obstacle and is thus very useful in
military and security applications. [10] The Doppler radar
sensor is a micro-wave sensor. The principle is simple, it
sends microwave radiations and measures the difference
between the sent wave frequency and the response wave
frequency. The difference in the obtained frequency is
proportional to the speed of the object it detects. Fig.5:- Interfacing the Doppler radar and PIR sensor
Interfacing the Doppler radar sensor and PIR sensor is
PIR sensor: discussed in this section. The assembly of the sensors and
The PIR (Passive Infrared sensor) is used to detect the arduino as shown in Fig. 5. Once the arduino code is
human beings when they are moving [11]. It works on the burned into the arduino uno module we test the working of
principle that any moving living being will block the IR the Doppler radar sensor and the PIR sensor
light falling on the sensor and thus help in detecting the The Arduino Uno module along with the Doppler radar
presence of a moving object. The sensor has two slots on sensor and PIR sensor interfaced on it is mounted on a
which the IR radiations from objects in its field of view falls robotic chassis and the appropriate codes are written.
and when any warm mobile being, humans or even animals
comes in the way of radiation falling on one of the slots, a
positive differential between the two slots is created and
that’s how the presence of a moving object is detected. This
type of electronic sensor is commonly used as a motion
detector sensor.

C. Chassis:
The chassis is the base frame of a car on which the
sensors are mounted as shown in Fig. 4.

V. RESULTS AND DISCUSSIONS


The Doppler radar sensor and the PIR sensor are
interfaced with Arduino module similar to an AND gate
configuration where only if both the sensors are in ‘ON’
state it would be the confirmation of the presence of a
human being. A PIR sensor can detect a human being only
in open space by detecting human body radiations.
Fig. 4 Chassis for the robot However, a PIR sensor cannot detect a human behind a wall.
This is where the Doppler radar sensor comes into effect.

3
2019 Innovations in Power and Advanced Computing Technologies (i-PACT)

The Doppler radar sensor, which works on the shown in Fig. 6. The moment the wall is being removed and
Doppler principle can help in detecting motion of moving human body radiations are detected the PIR sensor is turned
objects through by transmitting a 10 GHz on which would confirm the presence of a human being.
microwave frequency electromagnetic signal and on waiting When we click on a particular button in Bluetooth
for the signal to receive back it monitors the shift in controller application as shown in Fig. 7 then the movement
frequency signal. A sight motion of the trapped and of the robot is managed by the Bluetooth module wherein
struggling human being detected behind the wall will alter the robot moves in the right or left directions or even in the
the frequency of the signal that will be received and this will forward or backward direction as per the command switch
inform the rescue team of a potential human presence as

Fig. 6: Output of the detection as displayed on the screen

pressed. The robot continues to move in a particular VI CONCLUSION


direction till the next command is given. The command The presented sensor combination can be used to
guides the rear or the front motor depending upon the detect the human presence at different locations and under
requirement whether the robot has to move in the front- the debris caused by the natural calamities like the
back direction or the left- right direction. earthquake. It is not practically possible for the rescue team
Thus, with the bluetooth controlled car along with the personnel to cover the entire area in a short span of time.
Doppler radar and PIR sensors mounted on it we can run the This is where our proposed model comes in handy [12]. In
car on the earthquake site and help the rescue team detect the present study the locations chosen are open space,
human beings.
behind a transparent door and behind a wall. However, there
is a limitation that a slight movement is required for the
Doppler radar sensor to detect the presence of a human
BLUETOOTH NOT CONNECTED being. Therefore, if there is no motion present, the Doppler
sensor cannot detect human being presence and for such
instances we propose a strong microwave sensor to be used.
The Doppler radar sensor being too sensitive can also detect
FORWARD any type of motion which could not necessarily be a human
RIGHT
being hence it is necessary to integrate it with a PIR sensor
which turns on the moment it detects human body radiations
and would confirm the presence of a human being by
sounding the buzzer.
BACKWARD LEFT

REFERENCES
[1] M.S.Nagakanya Lakshmi, S.Sridhar, M.Navya, G.V.V.Saikiran,
B.Swathi and D.Mohan Krishna "Human detection and tracking via radar
Fig. 7: Bluetooth controller application module robot", International journal of innovative research in computer and
communication engineering, vol. 5, Issue 2, February 2017 PP 2653-2659

4
2019 Innovations in Power and Advanced Computing Technologies (i-PACT)

[8] Kun-Mu Chen, Devendra Misra, Huei Wang, Huey-ru Chuang, and
[2] Juhana Ahtiainen, Sami Terho, and Sampsa Koponen “Radar based Elliot Postow, " An X-Banc Microwave Life-Detection System", IEEE
detection and tracking of a walking human” Proc. Of IFAC, Volume 43, transactions on biomedical engineering, vol. 33, Issue. 7, July 1986 PP 697-
Issue 16, 2010, PP 437-442 701

[3] Rufaida Shamroukh and Fahed Awad "Detection of surviving humans [9] Ehsan Yavari, Chenyan Song, Victor Lubecke and Olga Boric Lubecke
in destructed environments using a simulated autonomous robot “IEEE “System on chip based doppler radar occupancy” Proc. of 33rd Annual
Transaction proc. International symposium of mechatronics and its International Conference of the IEEE EMBS,, Boston, USA 2011, PP
applications, March 24-26, 2009 PP 1-6 1913-1916

[4] Jean Schultz, Jill L. Drury and Holly A. Yanco "Evaluation of Human- [10] Ram M. Narayanan, Sonny Smith and Kyle A. Gallagher “A
Robot Interaction Awareness in Search and Rescue " IEEE Conference on multifrequency radar system for detecting humans and characterizing
Systems, Man and Cybernetics, Washington, DC, October 2003 PP 2327- human activities for short range through wall and long range foliage
2332 penetration applications”. International Journal of Microwave Science and
Technology Volum 2014, Article ID 958905, PP 1-21
[5] Kun-Mu Chen, Yong Huang,, Jianping Zhang, and Adam Norman,
"Microwave Life-Detection Systems for Searching Human Subjects Under
Earthquake Rubble or Behind Barrier" IEEE transactions on biomedical [11] Akshaya D. Shetty, Disha, Shubha. B Suryanarayana. K “Detection
engineering, vol. 27, Issue. 1, January 2000 PP 105-114 and tracking of a human using the infrared thermopile array sensor – ‘Grid
Eye’”. IEEE Proc. of International conference on intelligent computing,
[6] Ashutosh Gupta and Betsy Thomas,”A new revolutionary infrared life instrumentation and control technologies (ICICICT) 2017, PP 1490-1495
detection system using ATMega 168" - International journal of embedded
systems applications, vol.2, Issue.3, September 2012 PP 117-122 [12] A. Swapna and K. Archana “A new approach for detecting alive
human beings in devastating environments using a low cost autonomous
[7] Huey-Ru Chuang,, Y.-F. Chen, and Kun-Mu Chen ,”Automatic Clutter- robor” International research journal of engineering and technology, vol.4,
Canceler for Microwave Life-Detection Systems”, IEEE Transactions on Issue. 4April 2017 PP 3078-3081
Instrumentation and Measurement ,vol. 40 , Issue: 4 , Aug. 1991 PP 669-
676.

You might also like