SlideShare a Scribd company logo
2
Most read
3
Most read
Integrated Intelligent Research(IIR) International Journal of Business Intelligent
Volume: 01 Issue: 02 December 2012,Pages No.52-54
ISSN: 2278-2400
52
Live Human Detecting Robot for Earthquake
Rescue Operation
Mr. S.P Vijayaragavan ,Hardeep Pal Sharma,Guna sekar.C.H, S.Adithya Kumar
Assistant Professor,Electrical &Electronics Engineering,Bharath university
Electrical &Electronics Engineering,Bharath University
vijayaragavansp@gmail.com,adhithsri_aathi@yahoo.co.in
Abstract-Natural calamities do occur and they are unstoppable.
But humans are becoming increasingly aware in the concept of
intelligent rescue operations in such calamities so that precious
life and material can be saved though calamities cannot be
stopped. Still there are lots of disasters that occur all of a
sudden and Earthquake is one such thing. Earthquakes produce
a devastating effect and they see no difference between human
and material. Hence a lot of times humans are buried among
the debris and it become impossible to detect them. A timely
rescue can only save the people who are buried and
wounded.Detection by rescue workers becomes time
consuming and due to the vast area that gets affected it
becomes more difficult. So the project proposes an
autonomous robotic vehicle that moves in the earthquake prone
area and helps in identifying the alive people and rescue
operations.
I. INTRODUCTION
A unique Passive Infrared sensor is used in the project which
emits infrared rays to detect humans. As live human body
emits thermal radiation it is received and manipulated by the
PIR sensor to detect humans. Once the people are located it
immediately gives audio alert visual alerts to the authorities so
that help can reach the live person so fast.This PIR sensor is
placed on a moving all direction robot that can maneuver in the
earthquake prone areas. The robot is driven on a geared dc
motor for increased torque and low speed and stepper motor
for increased turning accuracy hence the precise control of
position is monitored. The robot consists of a three wheel
geared drive with DC motors attached to perform forward and
reverse movement.
II. EXISTING SYSTEM
Earthquakes produce a devastating effect and they see no
difference between human and material lot of times humans
are buried among the debris and it become impossible to detect
them Detection by rescue workers becomes time consuming
and due to the vast area that gets affected it becomes more
difficult.
III. PROPOSED SYSTEM
The project proposes an autonomous robotic vehicle that
moves in the earthquake prone area and helps in identifying the
live people and rescue operations. Hence precious life can be
saved by timely detection in natural calamities even without
the help of large number of rescue operators.
IV. HARDWARE COMPONENTS
1. Embedded Microcontroller PIC (18LF45K22 I/P) / ARM
2. Zigbee Transmitter and Receivers / RF Transceivers
3. PIR Sensor
4. Motor
5. Motor drive
6. Alarm
7. PC Interfacing
V. SOFTWARE TOOLS
1. MPLAB IDE – For controller programming
2. Or CAD – For circuit design
3. Eagle – For PCB design
4. Visual Studio for PC interface programming.
VI. MICROCONTROLLER
PIC16F877A is the microcontroller used in the project. Signals
from PIR sensors are given to the microcontroller and this
microcontroller will digitize the signal and send it to the
zigbee.The controller has peripheral features like inbuilt ADC,
required to get the signals from the various sensors. Beside this
the microcontroller that is used in this project has some
additional advantages. It has Maximum clock frequency is
20MHz and hence faster than 8051.it is Based on RISC and
Harvard architecture and hence even more faster. Embedded C
is used for programming the microcontroller. This
microcontroller Instruction execution speed of 200ns.it is
CMOS FLASH-based 8-bit microcontroller. it has Microchip's
powerful PIC® architecture. it has 14K Flash program memory
and 368 Bytes of RAM .it is based on Only 35 instructions and
has Inbuilt high speed high resolution ADC.also features like
USART, SPI, I2C communication capabilities are present.
VII. PIR SENSOR
As live human body emits thermal radiation it is received and
manipulated by the PIR sensor to detect humans. PIR sensors
are passive infra red sensors. They detect change in the heat
and this can be used to detect movement of people. It has
digital output and can be directly given to the digital pins and
no ADC is needed. It operates at 5V DCThe PIR (Passive
Infra-Red) Sensor is a pyroelectric device that detects motion
by measuring changes in the infrared (heat) levels emitted by
surrounding objects.
Integrated Intelligent Research(IIR) International Journal of Business Intelligent
Volume: 01 Issue: 02 December 2012,Pages No.52-54
ISSN: 2278-2400
53
BLOCK DIAGRAM FOR PROPOSED SYSTEM
This motion can be detected by checking for a sudden change
in the surrounding IR patterns. When motion is detected the
PIR sensor outputs a high signal on its output pin. This logic
signal can be read by a microcontroller or used to drive a
transistor to switch a higher current load. Detection range up to
20 feet away. Some additional advantages of using PIR sensor
are
-Single bit output
-Jumper selects single or continuous trigger output
-Mode, 3-pin SIP header ready for breadboard or through
whole Project,
-Small size makes it easy to conceal
-Compatible with BASIC Stamp, Propeller, and many other
microcontrollers
VIII. ZIGBEE TRANSCEIVER
-it is used to send and receive data between robot and the
control unit. Zigbee is a digital wireless communication
protocol. It is a very low power communication technology.
Zigbee is a very versatile communication technology that can
be used for many applications like
-Industrial Automation
-Home Automation
-Sensor Networks
-AD Hoc Networks
-Wireless control
XBee and XBee-PRO Modules were engineered to meet
ZigBee/IEEE 802.15.4 standards and support the unique needs
of low-cost, low-power wireless sensor networks. The modules
require minimal power and provide reliable delivery of critical
data between devices. The modules operate within the ISM 2.4
GHz frequency band and are pin-for-pin compatible with each
other.
IX. MOTOR AND MOTOR DRIVE
motor denotes the robot which can move over earthquake
prone areas. Motor drive is the interfacing circuit between
microcontroller and robot. The project uses DC motor.DC
motors have polarity and direction of rotation depends on
direction of current. But a DC motor cannot be interfaced to
the microcontroller directly because it requires much higher
voltage and current. Motor drive is used for this. It is built
using an npn transistor –BC547. It acts as an interfacing device
to supply required power to the motor.
X. VOLTAGE CONVERSION CIRCUIT
The operating voltage of zigbee transceiver and PC are
different hence we need a voltage conversion circuit. PC
Interface circuit is needed whenever an external hardware
project is to be connected to a computer. This circuit is
required to connect to the serial port of a computer. The serial
port of the computer is also called the RS232 port, because it is
based on the RS232 standard RS232 is a serial communication
standard that uses voltages (+12V/-12V) different from
conventional digital circuits(0V/5V).Hence a PC interface
circuit is needed to do voltage conversions between ordinary
digital devices and a computer.
ADVANTAGES
1. This System is an effective and a safe system to
ensure that there are no humans left behind in a rescue
operation.
2. The System is safe even for the user because of the
use of robotics and no manual work
3. The system uses Zigbee and this makes the system
both accurate and reliable.
DISADVANTAGES
1. Battery backup for camera is weak which can be
overcome by using a solar panel.
2. The initial cost may be high if very high range sensors
are being used in commercial usage.
XI. VISUAL BASIC
Visual basic has been used to create an on screen application to
control the robot, Visual Basic uses graphical, forms – based
approach to application and development. The typical way to
write a program in Visual Basic is to create a form, drag and
drop controls onto the form, set properties for the form and its
controls, adds application – specific code to handle events. It
sounds simple, but we can write very powerful applications in
this manner.
XII. CONCLUSION AND FUTURE WORK
Hence many lifes can be saved by using this autonomous
vehicle during an earthquake disaster in a short duration which
becomes time consuming and unaffected if done manually.
This vehicle can be improved by using high range sensors and
high capacity motors. Some more sensors like mobile phone
Integrated Intelligent Research(IIR) International Journal of Business Intelligent
Volume: 01 Issue: 02 December 2012,Pages No.52-54
ISSN: 2278-2400
54
detector, metal detector etc. can be implemented to make this
vehicle more effective.
HARDWARE
ROBOT PCINTERFACE
REFERENCES
[1] Chou Wusheng. Wang Tianmiao, You Song, "Sensor-based
autonomous Control for telerobotic system", Proceedings of the 4th
World Congress On Intelligent Control and Automation, 2002, vol.3,
pp. 2430 - 2434.
[2] Miyama, S.; Imai, M.; Anzai, Y.; "Rescue robot under disaster
Situation: position acquisition with Omni-directional
VIDEO FOOTAGE
SENSOR DETECTION AND ROBOT MOVEMENT
[3] Intelligent Robots and Systems, 2003.(IROS 2003), 27-31 Oct. 2003,
vol.3, pp. 3132 - 3137.
[4] 3.Yin Chao, Wang Hongxia, "Developed Dijkstra shortest path search
Algorithm and simulation", International Conference on Computer
Design and Applications (ICCDA), 2010, 25-27 June 2010, voU ,
pp.1106-119.
[5] 4.Hwan II Kang, 8yunghee Lee, Kabil Kim, "Path Planning Algorithm
Using the Particle Swarm Optimization and the Improved Dijkstra
Algorithm", Pacific-Asia Workshop on Computational Intelligence and
Industrial Application, 200S. PACllA 'OS, 19-20 Dec. 200S, vol.2,pp. I
002-1004.
[6] 5.Zhang Fuhao, Liu Jiping, "An Algorithm of Shortest Path Based on
Dijkstra for Huge Data", 6th International Conference on Fuzzy
Systems And Knowledge Discovery, 2009. FSKD '09, 14-16 Aug.
2009, vol.4,Pp.244-247.
[7] 6.Amerongen, J. van, "Ship Steering", Theme: Control Systems,
Robotics And Automation, edited by Unbehauen, H.D. , in
Encyclopedia of Life Support Systems, (EOLSS), Developed under the
Auspices of the UNESCO, EOLSS Publishers, Oxford, UK, 2003
[8] 7.Donoso-Aguirre, F. et al. "Mobile robot localization using the
Hausdorff Distance", ROBOTiCA, Cambridge University Press, vol.
26, pp. 129-141,200S.
[9] 8.Mata et al. "Object learning and detection using evolutionary
Deformable models for mobile robot navigation",
ROBOTlCA,Cambridge University Press, vol. 26, pp. 99-107, 200S.
[10] 9.Wang, H., Wang, D., Tian, L., Tang, C. and Zhao, Y. "An automatic
Tracking system for marine navigation", IEEE, pp. ISO-IS3, 2001.
[11] 10. Dhariwal, A. and Sukhatme, S.G. "Experiments in robotic boat
Localization", Proc. int'l Can! on intelligent Robotsand Systems,
IEEE,Pp.1702-170S, 2007

More Related Content

DOCX
Final report of line follower robot
PPTX
EMERGING TRENDS IN ELECTRICAL ENGINEERING
PPTX
Obstacle avoidance robot
PPTX
Obstacle Avoidance Robotic Vehicle
PPTX
Remote patient monitoring system
PPTX
Ppt gsm based automatic energy meter
PPTX
Smart grid
PPTX
Temperature Controller
Final report of line follower robot
EMERGING TRENDS IN ELECTRICAL ENGINEERING
Obstacle avoidance robot
Obstacle Avoidance Robotic Vehicle
Remote patient monitoring system
Ppt gsm based automatic energy meter
Smart grid
Temperature Controller

What's hot (20)

PDF
Digital Signal Processing.pdf
PPTX
Artificial intelligence in power plants
PPTX
anti sleep alarm for students
PPTX
Charging Stations For Electric Vehicle
PPTX
GSM Based SMS fire alert system
PPTX
Solar based wireless charging of electric vehicle
PPT
Energy Efficient Motor
DOCX
Obstacle avoiding robot.doc
PPTX
Traction Motors and Control
PPTX
Two wheel self balancing robot
PPTX
Voice controlled robot ppt
PPTX
Robotics and automation
PPTX
IOT in electrical engineering
PDF
IoT sensing and actuation
DOCX
Final report obstacle avoiding roboat
PPTX
A prototype of finger print based licensing system for driving
PPTX
Embedded Software Development
PPTX
SMART CAR-PARKING SYSTEM USING IOT
PDF
Power systems analysis and design pdf
DOCX
Line following robot
Digital Signal Processing.pdf
Artificial intelligence in power plants
anti sleep alarm for students
Charging Stations For Electric Vehicle
GSM Based SMS fire alert system
Solar based wireless charging of electric vehicle
Energy Efficient Motor
Obstacle avoiding robot.doc
Traction Motors and Control
Two wheel self balancing robot
Voice controlled robot ppt
Robotics and automation
IOT in electrical engineering
IoT sensing and actuation
Final report obstacle avoiding roboat
A prototype of finger print based licensing system for driving
Embedded Software Development
SMART CAR-PARKING SYSTEM USING IOT
Power systems analysis and design pdf
Line following robot
Ad

Similar to Live Human Detecting Robot for Earthquake Rescue Operation (20)

PDF
Jun 13 ijbi_002
PDF
Jun 13 ijbi_002
PDF
PERSON ALIVE DETECTION
PDF
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
PDF
IRJET- Intelligent Robot for Surveillance
PDF
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
PPTX
EMERGENCY RESCUE ROBOT FOR HUMAN DETECTION DURING DISASTERS
PPTX
Anam rajkumar sarvesh k10779,k10626
PPTX
Anam rajkumar sarvesh
PDF
IRJET- Design & Implementation of RF based Fire Fighting Robot
DOCX
Bluetooth controller Human detection car.
PDF
Robotic Vehicle with Hand Motion Control Using a RF Module
PDF
IRJET- Rescue Robot using ESP Microcontroller
PDF
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
PDF
Automatic Fire Fighting Robot
PDF
IRJET- Smart Blind Stick for Visually Impaired People
PDF
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
PDF
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
PPTX
Wireless robot ppt
PDF
IRJET- Design and Realization of Labview based Monitoring and Control of ...
Jun 13 ijbi_002
Jun 13 ijbi_002
PERSON ALIVE DETECTION
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
IRJET- Intelligent Robot for Surveillance
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
EMERGENCY RESCUE ROBOT FOR HUMAN DETECTION DURING DISASTERS
Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh
IRJET- Design & Implementation of RF based Fire Fighting Robot
Bluetooth controller Human detection car.
Robotic Vehicle with Hand Motion Control Using a RF Module
IRJET- Rescue Robot using ESP Microcontroller
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
Automatic Fire Fighting Robot
IRJET- Smart Blind Stick for Visually Impaired People
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
Wireless robot ppt
IRJET- Design and Realization of Labview based Monitoring and Control of ...
Ad

More from ijcnes (20)

DOCX
A Survey of Ontology-based Information Extraction for Social Media Content An...
DOCX
Economic Growth of Information Technology (It) Industry on the Indian Economy
DOCX
An analysis of Mobile Learning Implementation in Shinas College of Technology...
DOCX
A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...
DOC
Challenges of E-government in Oman
DOC
Power Management in Micro grid Using Hybrid Energy Storage System
DOC
Holistic Forecasting of Onset of Diabetes through Data Mining Techniques
DOCX
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
DOCX
Feature Extraction in Content based Image Retrieval
DOCX
Challenges and Mechanisms for Securing Data in Mobile Cloud Computing
DOC
Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...
DOC
Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...
DOC
An Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
DOC
Secured Seamless Wi-Fi Enhancement in Dynamic Vehicles
DOCX
Virtual Position based Olsr Protocol for Wireless Sensor Networks
DOC
Mitigation and control of Defeating Jammers using P-1 Factorization
DOC
An analysis and impact factors on Agriculture field using Data Mining Techniques
DOCX
A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...
DOCX
Priority Based Multi Sen Car Technique in WSN
DOC
Semantic Search of E-Learning Documents Using Ontology Based System
A Survey of Ontology-based Information Extraction for Social Media Content An...
Economic Growth of Information Technology (It) Industry on the Indian Economy
An analysis of Mobile Learning Implementation in Shinas College of Technology...
A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...
Challenges of E-government in Oman
Power Management in Micro grid Using Hybrid Energy Storage System
Holistic Forecasting of Onset of Diabetes through Data Mining Techniques
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
Feature Extraction in Content based Image Retrieval
Challenges and Mechanisms for Securing Data in Mobile Cloud Computing
Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...
Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...
An Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
Secured Seamless Wi-Fi Enhancement in Dynamic Vehicles
Virtual Position based Olsr Protocol for Wireless Sensor Networks
Mitigation and control of Defeating Jammers using P-1 Factorization
An analysis and impact factors on Agriculture field using Data Mining Techniques
A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...
Priority Based Multi Sen Car Technique in WSN
Semantic Search of E-Learning Documents Using Ontology Based System

Recently uploaded (20)

PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPT
Mechanical Engineering MATERIALS Selection
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
Lecture Notes Electrical Wiring System Components
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
Sustainable Sites - Green Building Construction
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PDF
Digital Logic Computer Design lecture notes
PPTX
Welding lecture in detail for understanding
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
DOCX
573137875-Attendance-Management-System-original
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
UNIT-1 - COAL BASED THERMAL POWER PLANTS
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Mechanical Engineering MATERIALS Selection
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Model Code of Practice - Construction Work - 21102022 .pdf
Lecture Notes Electrical Wiring System Components
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Embodied AI: Ushering in the Next Era of Intelligent Systems
Sustainable Sites - Green Building Construction
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Digital Logic Computer Design lecture notes
Welding lecture in detail for understanding
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
573137875-Attendance-Management-System-original

Live Human Detecting Robot for Earthquake Rescue Operation

  • 1. Integrated Intelligent Research(IIR) International Journal of Business Intelligent Volume: 01 Issue: 02 December 2012,Pages No.52-54 ISSN: 2278-2400 52 Live Human Detecting Robot for Earthquake Rescue Operation Mr. S.P Vijayaragavan ,Hardeep Pal Sharma,Guna sekar.C.H, S.Adithya Kumar Assistant Professor,Electrical &Electronics Engineering,Bharath university Electrical &Electronics Engineering,Bharath University vijayaragavansp@gmail.com,adhithsri_aathi@yahoo.co.in Abstract-Natural calamities do occur and they are unstoppable. But humans are becoming increasingly aware in the concept of intelligent rescue operations in such calamities so that precious life and material can be saved though calamities cannot be stopped. Still there are lots of disasters that occur all of a sudden and Earthquake is one such thing. Earthquakes produce a devastating effect and they see no difference between human and material. Hence a lot of times humans are buried among the debris and it become impossible to detect them. A timely rescue can only save the people who are buried and wounded.Detection by rescue workers becomes time consuming and due to the vast area that gets affected it becomes more difficult. So the project proposes an autonomous robotic vehicle that moves in the earthquake prone area and helps in identifying the alive people and rescue operations. I. INTRODUCTION A unique Passive Infrared sensor is used in the project which emits infrared rays to detect humans. As live human body emits thermal radiation it is received and manipulated by the PIR sensor to detect humans. Once the people are located it immediately gives audio alert visual alerts to the authorities so that help can reach the live person so fast.This PIR sensor is placed on a moving all direction robot that can maneuver in the earthquake prone areas. The robot is driven on a geared dc motor for increased torque and low speed and stepper motor for increased turning accuracy hence the precise control of position is monitored. The robot consists of a three wheel geared drive with DC motors attached to perform forward and reverse movement. II. EXISTING SYSTEM Earthquakes produce a devastating effect and they see no difference between human and material lot of times humans are buried among the debris and it become impossible to detect them Detection by rescue workers becomes time consuming and due to the vast area that gets affected it becomes more difficult. III. PROPOSED SYSTEM The project proposes an autonomous robotic vehicle that moves in the earthquake prone area and helps in identifying the live people and rescue operations. Hence precious life can be saved by timely detection in natural calamities even without the help of large number of rescue operators. IV. HARDWARE COMPONENTS 1. Embedded Microcontroller PIC (18LF45K22 I/P) / ARM 2. Zigbee Transmitter and Receivers / RF Transceivers 3. PIR Sensor 4. Motor 5. Motor drive 6. Alarm 7. PC Interfacing V. SOFTWARE TOOLS 1. MPLAB IDE – For controller programming 2. Or CAD – For circuit design 3. Eagle – For PCB design 4. Visual Studio for PC interface programming. VI. MICROCONTROLLER PIC16F877A is the microcontroller used in the project. Signals from PIR sensors are given to the microcontroller and this microcontroller will digitize the signal and send it to the zigbee.The controller has peripheral features like inbuilt ADC, required to get the signals from the various sensors. Beside this the microcontroller that is used in this project has some additional advantages. It has Maximum clock frequency is 20MHz and hence faster than 8051.it is Based on RISC and Harvard architecture and hence even more faster. Embedded C is used for programming the microcontroller. This microcontroller Instruction execution speed of 200ns.it is CMOS FLASH-based 8-bit microcontroller. it has Microchip's powerful PIC® architecture. it has 14K Flash program memory and 368 Bytes of RAM .it is based on Only 35 instructions and has Inbuilt high speed high resolution ADC.also features like USART, SPI, I2C communication capabilities are present. VII. PIR SENSOR As live human body emits thermal radiation it is received and manipulated by the PIR sensor to detect humans. PIR sensors are passive infra red sensors. They detect change in the heat and this can be used to detect movement of people. It has digital output and can be directly given to the digital pins and no ADC is needed. It operates at 5V DCThe PIR (Passive Infra-Red) Sensor is a pyroelectric device that detects motion by measuring changes in the infrared (heat) levels emitted by surrounding objects.
  • 2. Integrated Intelligent Research(IIR) International Journal of Business Intelligent Volume: 01 Issue: 02 December 2012,Pages No.52-54 ISSN: 2278-2400 53 BLOCK DIAGRAM FOR PROPOSED SYSTEM This motion can be detected by checking for a sudden change in the surrounding IR patterns. When motion is detected the PIR sensor outputs a high signal on its output pin. This logic signal can be read by a microcontroller or used to drive a transistor to switch a higher current load. Detection range up to 20 feet away. Some additional advantages of using PIR sensor are -Single bit output -Jumper selects single or continuous trigger output -Mode, 3-pin SIP header ready for breadboard or through whole Project, -Small size makes it easy to conceal -Compatible with BASIC Stamp, Propeller, and many other microcontrollers VIII. ZIGBEE TRANSCEIVER -it is used to send and receive data between robot and the control unit. Zigbee is a digital wireless communication protocol. It is a very low power communication technology. Zigbee is a very versatile communication technology that can be used for many applications like -Industrial Automation -Home Automation -Sensor Networks -AD Hoc Networks -Wireless control XBee and XBee-PRO Modules were engineered to meet ZigBee/IEEE 802.15.4 standards and support the unique needs of low-cost, low-power wireless sensor networks. The modules require minimal power and provide reliable delivery of critical data between devices. The modules operate within the ISM 2.4 GHz frequency band and are pin-for-pin compatible with each other. IX. MOTOR AND MOTOR DRIVE motor denotes the robot which can move over earthquake prone areas. Motor drive is the interfacing circuit between microcontroller and robot. The project uses DC motor.DC motors have polarity and direction of rotation depends on direction of current. But a DC motor cannot be interfaced to the microcontroller directly because it requires much higher voltage and current. Motor drive is used for this. It is built using an npn transistor –BC547. It acts as an interfacing device to supply required power to the motor. X. VOLTAGE CONVERSION CIRCUIT The operating voltage of zigbee transceiver and PC are different hence we need a voltage conversion circuit. PC Interface circuit is needed whenever an external hardware project is to be connected to a computer. This circuit is required to connect to the serial port of a computer. The serial port of the computer is also called the RS232 port, because it is based on the RS232 standard RS232 is a serial communication standard that uses voltages (+12V/-12V) different from conventional digital circuits(0V/5V).Hence a PC interface circuit is needed to do voltage conversions between ordinary digital devices and a computer. ADVANTAGES 1. This System is an effective and a safe system to ensure that there are no humans left behind in a rescue operation. 2. The System is safe even for the user because of the use of robotics and no manual work 3. The system uses Zigbee and this makes the system both accurate and reliable. DISADVANTAGES 1. Battery backup for camera is weak which can be overcome by using a solar panel. 2. The initial cost may be high if very high range sensors are being used in commercial usage. XI. VISUAL BASIC Visual basic has been used to create an on screen application to control the robot, Visual Basic uses graphical, forms – based approach to application and development. The typical way to write a program in Visual Basic is to create a form, drag and drop controls onto the form, set properties for the form and its controls, adds application – specific code to handle events. It sounds simple, but we can write very powerful applications in this manner. XII. CONCLUSION AND FUTURE WORK Hence many lifes can be saved by using this autonomous vehicle during an earthquake disaster in a short duration which becomes time consuming and unaffected if done manually. This vehicle can be improved by using high range sensors and high capacity motors. Some more sensors like mobile phone
  • 3. Integrated Intelligent Research(IIR) International Journal of Business Intelligent Volume: 01 Issue: 02 December 2012,Pages No.52-54 ISSN: 2278-2400 54 detector, metal detector etc. can be implemented to make this vehicle more effective. HARDWARE ROBOT PCINTERFACE REFERENCES [1] Chou Wusheng. Wang Tianmiao, You Song, "Sensor-based autonomous Control for telerobotic system", Proceedings of the 4th World Congress On Intelligent Control and Automation, 2002, vol.3, pp. 2430 - 2434. [2] Miyama, S.; Imai, M.; Anzai, Y.; "Rescue robot under disaster Situation: position acquisition with Omni-directional VIDEO FOOTAGE SENSOR DETECTION AND ROBOT MOVEMENT [3] Intelligent Robots and Systems, 2003.(IROS 2003), 27-31 Oct. 2003, vol.3, pp. 3132 - 3137. [4] 3.Yin Chao, Wang Hongxia, "Developed Dijkstra shortest path search Algorithm and simulation", International Conference on Computer Design and Applications (ICCDA), 2010, 25-27 June 2010, voU , pp.1106-119. [5] 4.Hwan II Kang, 8yunghee Lee, Kabil Kim, "Path Planning Algorithm Using the Particle Swarm Optimization and the Improved Dijkstra Algorithm", Pacific-Asia Workshop on Computational Intelligence and Industrial Application, 200S. PACllA 'OS, 19-20 Dec. 200S, vol.2,pp. I 002-1004. [6] 5.Zhang Fuhao, Liu Jiping, "An Algorithm of Shortest Path Based on Dijkstra for Huge Data", 6th International Conference on Fuzzy Systems And Knowledge Discovery, 2009. FSKD '09, 14-16 Aug. 2009, vol.4,Pp.244-247. [7] 6.Amerongen, J. van, "Ship Steering", Theme: Control Systems, Robotics And Automation, edited by Unbehauen, H.D. , in Encyclopedia of Life Support Systems, (EOLSS), Developed under the Auspices of the UNESCO, EOLSS Publishers, Oxford, UK, 2003 [8] 7.Donoso-Aguirre, F. et al. "Mobile robot localization using the Hausdorff Distance", ROBOTiCA, Cambridge University Press, vol. 26, pp. 129-141,200S. [9] 8.Mata et al. "Object learning and detection using evolutionary Deformable models for mobile robot navigation", ROBOTlCA,Cambridge University Press, vol. 26, pp. 99-107, 200S. [10] 9.Wang, H., Wang, D., Tian, L., Tang, C. and Zhao, Y. "An automatic Tracking system for marine navigation", IEEE, pp. ISO-IS3, 2001. [11] 10. Dhariwal, A. and Sukhatme, S.G. "Experiments in robotic boat Localization", Proc. int'l Can! on intelligent Robotsand Systems, IEEE,Pp.1702-170S, 2007