SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 304
PC Controlled Wireless Robot for Detecting Human Presence
Anchal Gupta1
1Electronics and Communication Engineering, Jaypee University, Solan, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The emergence of new high-speed technology has been proven both a boon and bane for humankind. However,
technology itself, if used efficiently, can be used to counteract the bane. Robotics is one such field which has undergone
numerous developments to make human life easier. Natural calamity is one of the commonly known negative impacts of
technology. High performance robots can be used to negate the adverse effects of disasters on human lives. In this paper, we
propose to use a PC controller wireless robot for detecting human presence. The robot is embedded with PIR and ultrasonic
sensors to detect the human presence and its exact location. Since, it is a wireless robot, it is mobile and can go through the
devastated areas, which can be risky for humans to enter. This robotic vehicle can be also be used to detect
intruders/terrorists.
Key Words: Robotics, Microcontroller, PIR sensor, XBee, Arduino
1. INTRODUCTION
With the dramatic changes in the environment, almost entire planet is prone to natural calamities. These are unpredictable
and unstoppable; devastating human lives to such an extent that it takes sometimes a lifetime to overcome from its
tribulations. It is very common in these calamities that humans get captured under the wreckage and nobody is aware of
their presence. Till the time, the rescue team gets notified of missing victims, they are either dead or in a very critical state.
A timely rescue is the most crucial part of rescue operation and if delayed, can cost many human lives. We propose to use a
PC controlled robotic vehicle that moves in these affected areas and helps in identifying the alive people and thereby,
contributing in the rescue operations. The robot consists of Arduino board which works as the central control unit of all
the operations. PIR sensor, ultrasonic sensor and temperature sensor are encapsulated in the Arduino. The PIR (Passive
Infra-Red) Sensor is a pyroelectric device that detects motion by measuring changes in the infrared (heat) levels emitted
by surrounding objects. When motion is detected, the PIR sensor outputs a high signal on its output pin, which is read by a
microcontroller present in the Arduino. Ultrasonic sensor is used to measure the distance of the human body from the
robotic vehicle and temperature sensor prevents the robot from entering in the areas of high temperature. Having
detected the sign of alive human, the sensors trigger the microcontroller to switch on the buzzer or led. The ZigBee has
been used to give direction to the robot so that it can move wirelessly. The distance and temperature measurements and
PIR sensor output signals are sent via XBee router, which is interfaced with Arduino, to the XBee coordinator which is
connected to the PC. Hence, the proposed robot helps in precise detection of humans. It also enables wireless monitor and
governance of robot.
Apart from this, the proposed robotic vehicle can be used to detect the intruders. This has become very important in
today‘s criminal environment which surrounds us at almost every place. Hence, designing such a detector can prevent
various terrorist attacks and also can contribute in the home security system. It can also help in saving electricity which is
a very costly resource nowadays.
2. ARCHITECTURE
The robotic vehicle consists of two modules, coalesced together to form an efficient wireless detection of humans. The
two verticals are as follows:
1. Robot module: Arduino, ZigBee, sensors and motors are used to create a robot module. The interaction between
these elements is illustrated in Fig-1.
a. Arduino Uno board, based on the ATmega32-8, is used as a robot platform. It has 14 digital input/output
pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a USB
connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the
microcontroller.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 305
Fig-1: Robot module
b. A passive infrared sensor (PIR sensor) is used to sense movement of people, animals, or other objects. It
measures infrared (IR) light radiating from objects in its field of view. All objects with a temperature above
absolute zero emit heat energy in the form of radiation. Usually this radiation is invisible to the human eye
because it radiates at infrared wavelengths, but it can be detected by electronic devices designed for such a
purpose. PIR sensors don't detect or measure "heat"; instead they detect the infrared radiation emitted or
reflected from an object. When an object, such as a human, passes in front of the background, such as a
wall, the temperature at that point in the sensor's field of view will rise from room temperature to body
temperature, and then back again. The sensor converts the resulting change in the incoming infrared
radiation into a change in the output voltage.
c. An analog temperature sensor is a chip that tells what the ambient temperature is. This precludes the
robot from entering into high temperature areas. These sensors use a solid-state technique to determine
the temperature. They use the fact as temperature increases, the voltage across a diode increases at a
known rate.
d. Ultrasonic transducers are used to measure the distance of humans from the robot, hence determining
the exact position of human. These devices work on a principle similar to that of transducers used in radar
and sonar systems, which evaluate attributes of a target by interpreting the echoes from radio or sound
waves, respectively. Active ultrasonic sensors generate high frequency sound waves and evaluate the echo
which is received back by the sensor, measuring the time interval between sending the signal and
receiving the echo to determine the distance to an object.
e. DC Motor is used to enable the movement of robotic vehicle. It is an electrical machine that converts direct
current electrical power into mechanical power. The circuitry used for interfacing Arduino with DC motor
is as shown in Fig-2.
Fig-2: Interface between Arduino and DC Motor
2. Control room module: This is used for wireless signal transmission from computer to robot.
a. ZigBee, low-cost and low-power wireless mesh network standard targeted at wide development of long
battery life devices in wireless control and monitoring applications. Though its low power consumption
limits transmission distances to 10–100 meters line-of-sight, ZigBee devices can transmit data over long
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 306
distances by passing data through a mesh network of intermediate devices to reach more distant ones.
ZigBee is typically used in low data rate applications that require long battery life and secure networking.
ZigBee has a defined rate of 250kbit/s, best suited for intermittent data transmissions from a sensor or
input device. A combination of ZigBee Coordinator (ZC), ZigBee Router (ZR) and ZigBee End Device (ZED)
can be used to complete the communication circuit, as illustrated in Fig-3.
b. To ease the process, XBee Series 2 (ZigBee Mesh) is used as an alternative to ZigBee. Series 2 modules
allow one to create complex mesh networks based on the XBee ZB ZigBee mesh firmware. These modules
allow a very reliable and simple communication between microcontrollers, computers, systems, etc. with a
serial port. Point to point and multi-point networks are supported.
Fig-3: Control room module
3. METHODOLOGY USED FOR CONSTRUCTION
The robot implementation was divided into below 4 phases:
1. Mechanical construction of robot: A high quality metal chassis, DC gear motors and wheels are used to form the
robot skeleton.
2. XBee configuration: Two XBee ZB24-B modules are configured by using X-CTU software. The module is firstly
interfaced with XBee USB adaptor board and then it is connected to the personal computer via USB cable. Start X-
CTU software and then configure XBee router and coordinator.
3. PIR sensor testing: Temperature sensor and PIR sensor are tested for their appropriate performance. Their
testing circuits (as illustrated in Fig-4) are implemented on the breadboard and readings are noted. Following
circuit is implemented on the breadboard. 5V power supply, one led, one 220ohms resistance is used in this circuit.
Proper connections are done and following readings are obtained. In this circuit, LED glows whenever any
movement of any human being is detected by the PIR sensor. Readings are taken corresponding to human standing
at different distances. Output voltage and on time of LED are noted.
Fig-4: PIR sensor testing circuit
Table -1: Readings obtained while testing PIR Sensor
Distance Output Voltage (V) LED ON Time (sec)
8.5 3.13 2.0
15 3.12 2.0
30 3.13 2.0
45 3.12 2.0
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 307
1. PC controlled wireless robot: Robot is made wireless pc controlled by using XBee. The XBee coordinator is
connected to pc via XBee USB adaptor and XBee router is connected to Arduino via XBee shield. Motor driver
circuit is implemented on the breadboard and motors are connected to the Arduino by using this motor driver
circuit. The left motor is connected to pwm pin12 and right motor is connected to pwm pin9 of the Arduino board.
The code for wirelessly controlling the robotic vehicle with the help of ‘w’, ’a’, ‘s’ and ‘d’ keys of keyboard is written
and compiled. Then it is uploaded on Arduino via USB cable. ‘w’ is used to move the robot in the forward direction,
‘a‘ for moving it in left, ‘d‘ for right and ‘s‘ for backward motion. Different serial commands for serial
communication with XBee and digital input/output commands for motor interfacing are used in the Arduino code.
2. Assembling of all the sensors on robot: All the sensors are interfaced with Arduino board by writing the
corresponding code. The distance measurements, temperature measurements and PIR sensor output signals are
sent to Xbee router connected to the Arduino which are then sent wirelessly to XBee coordinator connected to the
PC. Hence, all the readings are obtained on PC wirelessly. The sensors are interfaced as follows:
a. Ultrasonic Sensor Trigger pin of sensor is connected to pin 2 and echo pin is connected to pin 4 of the
Arduino board. Firstly, a low pulse of 2 microseconds is sent to the trigger pin and then trigger pin is made
high for 10 microseconds. Then, the time duration until echo pin is high is recorded and converted to
distance by using mathematical calculations. This calculated distance is then sent to serial port for
wireless transmission to pc.
b. Temperature Sensor The output pin of the temperature sensor is connected to pin 0 of Arduino board. The
data on this pin is read and converted to temperature which is then sent to the serial port for transmission
to pc.
c. PIR Sensor The output pin of PIR sensor is connected to pin 6 of Arduino board. Firstly PIR sensor is
calibrated by using a ‘for loop’ and a delay function. Then PIR output pin is monitored for motion
detection.
The final robot model (as shown in Fig-5) turned out to be compact, user friendly and efficient in detecting human
presence.
Fig-5: Front and top view of robot
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 308
Fig-6: Terminal at personal computer
On implementing the robotic vehicle for detecting human presence, we can assert with confidence that such systems can
be used in variety of different applications. This wireless pc controlled robot can be efficiently used in disaster prone
areas. Hence, many lives can be saved in a short duration which becomes time consuming and unaffected if done manually.
In addition to this application, there can be many other aspects in which the robot can turn out to be efficient and useful.
Nowadays, human has become too busy and is unable to find time even to switch off the lights wherever not necessary.
This system also provides us with amazing features of distance measurement and temperature measurement. Because of
being pc controlled and wireless system, the robot is very 59 portable and efficient. There is always a need to modify and
add features according to the growing technology to compete the market. Even though, there are certain limitations to this
system, but they can be overcome by making certain changes and enhancements to this robotic vehicle.
REFERENCES
1. S.P Vijayaragavan, Hardeep Pal Sharma, Guna sekar.C.H, S.Adithya Kumar, June 2013, ―Live Human Detecting
Robot for Earthquake Rescue Operation‖, Vol 02
2. Trupti B. Bhondve, Prof. R.Satyanaraya, Prof. Moresh Mukhedkar, June 2014, ―Mobile Rescue Robot for Human
Body Detection in Rescue Operation of Disaster‖, Vol 3
3. Martin Hebel, George Bricker with Daniel Harris, 2010, ―Getting Started with XBee RF Modules‖
4. Sandeep Bhatia, Hardeep Singh Dhillon and Nitin Kumar “Alive Human Body Detection system using an
Autonomous Mobile Rescue Robot”, IEEE Transactions, Vol 11, No 2, March 2011.
5. Steve Burion, “Human Detection for Robotic Urban Search and Rescue”, Info science database of the publications
and research reports,February, 2004. Record number 29999
6. Donoso-Aguirr, “Mobile robot localization using the Hausdor Distance”, ROBOTiCA, Cambridge University Press,
vol. 26, pp. 129-141, [7] Amerada, T., Yams, T., Igarashit, H., Matsunos, “Development of the Snake-like Rescue
Robot KOHGA”, IEEE, 2004, PP. 5081-5086 [8] J. Padhye, V. Firoiu, and D. Towsley, “A stochastic model of TCP
Reno congestion avoidance and control,” Univ. of Massachusetts, Amherst, MA, CMPSCI Tech. Rep. 99-02, 1999
4. CONCLUSION

More Related Content

What's hot

Wireless industrial robot
Wireless  industrial robotWireless  industrial robot
Wireless industrial robotVarun B P
 
IRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled RobotIRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled RobotIRJET Journal
 
Iaetsd autonomous pick and place rover for long distance
Iaetsd autonomous  pick and place rover for long distanceIaetsd autonomous  pick and place rover for long distance
Iaetsd autonomous pick and place rover for long distanceIaetsd Iaetsd
 
IRJET- Wireless Multifunctional Robot for Military Applications
IRJET-  	  Wireless Multifunctional Robot for Military ApplicationsIRJET-  	  Wireless Multifunctional Robot for Military Applications
IRJET- Wireless Multifunctional Robot for Military ApplicationsIRJET Journal
 
Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...
Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...
Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...Associate Professor in VSB Coimbatore
 
Wireless AI based industrial security robot
Wireless AI based industrial security robotWireless AI based industrial security robot
Wireless AI based industrial security robotVarun B P
 
IRJET- Design and Realization of Labview based Monitoring and Control of ...
IRJET-  	  Design and Realization of Labview based Monitoring and Control of ...IRJET-  	  Design and Realization of Labview based Monitoring and Control of ...
IRJET- Design and Realization of Labview based Monitoring and Control of ...IRJET Journal
 
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention System
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention SystemIRJET- Arduino based Four-Wheeler Accident Detection and Prevention System
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention SystemIRJET Journal
 
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET Journal
 
Zigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue teamZigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue teamshiva kumar cheruku
 
Presentation IOT Robot
Presentation IOT RobotPresentation IOT Robot
Presentation IOT RobotVatsal N Shah
 
IRJET- i-Stroller (Robot)
IRJET-  	  i-Stroller (Robot)IRJET-  	  i-Stroller (Robot)
IRJET- i-Stroller (Robot)IRJET Journal
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET Journal
 
Women Safety Night Patrolling Robot Using IOT
Women Safety Night Patrolling Robot Using IOTWomen Safety Night Patrolling Robot Using IOT
Women Safety Night Patrolling Robot Using IOTDr. Amarjeet Singh
 
Final Year Engineering Project Title List for Electronics & Electrical Branch...
Final Year Engineering Project Title List for Electronics & Electrical Branch...Final Year Engineering Project Title List for Electronics & Electrical Branch...
Final Year Engineering Project Title List for Electronics & Electrical Branch...zettanetworks
 
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteUtkarsh Chaubey
 

What's hot (18)

Wireless industrial robot
Wireless  industrial robotWireless  industrial robot
Wireless industrial robot
 
IRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled RobotIRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled Robot
 
Iaetsd autonomous pick and place rover for long distance
Iaetsd autonomous  pick and place rover for long distanceIaetsd autonomous  pick and place rover for long distance
Iaetsd autonomous pick and place rover for long distance
 
IRJET- Wireless Multifunctional Robot for Military Applications
IRJET-  	  Wireless Multifunctional Robot for Military ApplicationsIRJET-  	  Wireless Multifunctional Robot for Military Applications
IRJET- Wireless Multifunctional Robot for Military Applications
 
Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...
Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...
Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...
 
PERSON ALIVE DETECTION
PERSON ALIVE DETECTIONPERSON ALIVE DETECTION
PERSON ALIVE DETECTION
 
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY PSENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
 
Wireless AI based industrial security robot
Wireless AI based industrial security robotWireless AI based industrial security robot
Wireless AI based industrial security robot
 
IRJET- Design and Realization of Labview based Monitoring and Control of ...
IRJET-  	  Design and Realization of Labview based Monitoring and Control of ...IRJET-  	  Design and Realization of Labview based Monitoring and Control of ...
IRJET- Design and Realization of Labview based Monitoring and Control of ...
 
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention System
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention SystemIRJET- Arduino based Four-Wheeler Accident Detection and Prevention System
IRJET- Arduino based Four-Wheeler Accident Detection and Prevention System
 
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
 
Zigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue teamZigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue team
 
Presentation IOT Robot
Presentation IOT RobotPresentation IOT Robot
Presentation IOT Robot
 
IRJET- i-Stroller (Robot)
IRJET-  	  i-Stroller (Robot)IRJET-  	  i-Stroller (Robot)
IRJET- i-Stroller (Robot)
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
 
Women Safety Night Patrolling Robot Using IOT
Women Safety Night Patrolling Robot Using IOTWomen Safety Night Patrolling Robot Using IOT
Women Safety Night Patrolling Robot Using IOT
 
Final Year Engineering Project Title List for Electronics & Electrical Branch...
Final Year Engineering Project Title List for Electronics & Electrical Branch...Final Year Engineering Project Title List for Electronics & Electrical Branch...
Final Year Engineering Project Title List for Electronics & Electrical Branch...
 
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
 

Similar to IRJET- PC Controlled Wireless Robot for Detecting Human Presence

IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET Journal
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET Journal
 
IRJET- Smart Blind Stick for Visually Impaired People
IRJET-  	  Smart Blind Stick for Visually Impaired PeopleIRJET-  	  Smart Blind Stick for Visually Impaired People
IRJET- Smart Blind Stick for Visually Impaired PeopleIRJET Journal
 
IRJET- Intruder Detection Security System
IRJET- Intruder Detection Security SystemIRJET- Intruder Detection Security System
IRJET- Intruder Detection Security SystemIRJET Journal
 
IRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging RobotIRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging RobotIRJET Journal
 
Jun 13 ijbi_002
Jun 13 ijbi_002Jun 13 ijbi_002
Jun 13 ijbi_002Anuj Raj
 
Jun 13 ijbi_002
Jun 13 ijbi_002Jun 13 ijbi_002
Jun 13 ijbi_002anuj87420
 
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 yearVatsal N Shah
 
Gesture Control Robot using Arduino
Gesture Control Robot using ArduinoGesture Control Robot using Arduino
Gesture Control Robot using Arduinoijtsrd
 
IRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET Journal
 
Integrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIntegrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIRJET Journal
 
IRJET - The Line Follower -and- Pick and Place Robot
IRJET - The Line Follower -and- Pick and Place RobotIRJET - The Line Follower -and- Pick and Place Robot
IRJET - The Line Follower -and- Pick and Place RobotIRJET Journal
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIRJET Journal
 
Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626shailesh yadav
 
IRJET- Unmanned Ground Vehicle for Military Assistance
IRJET-  	  Unmanned Ground Vehicle for Military AssistanceIRJET-  	  Unmanned Ground Vehicle for Military Assistance
IRJET- Unmanned Ground Vehicle for Military AssistanceIRJET Journal
 
IRJET - Smart Sonar System
IRJET - Smart Sonar SystemIRJET - Smart Sonar System
IRJET - Smart Sonar SystemIRJET Journal
 
IRJET- Design of an FPGA based Control System for Robot
IRJET-  	  Design of an FPGA based Control System for RobotIRJET-  	  Design of an FPGA based Control System for Robot
IRJET- Design of an FPGA based Control System for RobotIRJET Journal
 
IRJET- Portable Surveillance Robot using IoT
IRJET-  	  Portable Surveillance Robot using IoTIRJET-  	  Portable Surveillance Robot using IoT
IRJET- Portable Surveillance Robot using IoTIRJET Journal
 
Autonomous navigation robot
Autonomous navigation robotAutonomous navigation robot
Autonomous navigation robotIRJET Journal
 

Similar to IRJET- PC Controlled Wireless Robot for Detecting Human Presence (20)

IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
 
IRJET- Smart Blind Stick for Visually Impaired People
IRJET-  	  Smart Blind Stick for Visually Impaired PeopleIRJET-  	  Smart Blind Stick for Visually Impaired People
IRJET- Smart Blind Stick for Visually Impaired People
 
IRJET- Intruder Detection Security System
IRJET- Intruder Detection Security SystemIRJET- Intruder Detection Security System
IRJET- Intruder Detection Security System
 
IRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging RobotIRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging Robot
 
Jun 13 ijbi_002
Jun 13 ijbi_002Jun 13 ijbi_002
Jun 13 ijbi_002
 
Jun 13 ijbi_002
Jun 13 ijbi_002Jun 13 ijbi_002
Jun 13 ijbi_002
 
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
 
Gesture Control Robot using Arduino
Gesture Control Robot using ArduinoGesture Control Robot using Arduino
Gesture Control Robot using Arduino
 
IRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using ArduinoIRJET- Smart Blind Stick using Arduino
IRJET- Smart Blind Stick using Arduino
 
Integrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIntegrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of Appliances
 
IRJET - The Line Follower -and- Pick and Place Robot
IRJET - The Line Follower -and- Pick and Place RobotIRJET - The Line Follower -and- Pick and Place Robot
IRJET - The Line Follower -and- Pick and Place Robot
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEM
 
Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626
 
Anam rajkumar sarvesh
Anam rajkumar sarveshAnam rajkumar sarvesh
Anam rajkumar sarvesh
 
IRJET- Unmanned Ground Vehicle for Military Assistance
IRJET-  	  Unmanned Ground Vehicle for Military AssistanceIRJET-  	  Unmanned Ground Vehicle for Military Assistance
IRJET- Unmanned Ground Vehicle for Military Assistance
 
IRJET - Smart Sonar System
IRJET - Smart Sonar SystemIRJET - Smart Sonar System
IRJET - Smart Sonar System
 
IRJET- Design of an FPGA based Control System for Robot
IRJET-  	  Design of an FPGA based Control System for RobotIRJET-  	  Design of an FPGA based Control System for Robot
IRJET- Design of an FPGA based Control System for Robot
 
IRJET- Portable Surveillance Robot using IoT
IRJET-  	  Portable Surveillance Robot using IoTIRJET-  	  Portable Surveillance Robot using IoT
IRJET- Portable Surveillance Robot using IoT
 
Autonomous navigation robot
Autonomous navigation robotAutonomous navigation robot
Autonomous navigation robot
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 

Recently uploaded (20)

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 

IRJET- PC Controlled Wireless Robot for Detecting Human Presence

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 304 PC Controlled Wireless Robot for Detecting Human Presence Anchal Gupta1 1Electronics and Communication Engineering, Jaypee University, Solan, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The emergence of new high-speed technology has been proven both a boon and bane for humankind. However, technology itself, if used efficiently, can be used to counteract the bane. Robotics is one such field which has undergone numerous developments to make human life easier. Natural calamity is one of the commonly known negative impacts of technology. High performance robots can be used to negate the adverse effects of disasters on human lives. In this paper, we propose to use a PC controller wireless robot for detecting human presence. The robot is embedded with PIR and ultrasonic sensors to detect the human presence and its exact location. Since, it is a wireless robot, it is mobile and can go through the devastated areas, which can be risky for humans to enter. This robotic vehicle can be also be used to detect intruders/terrorists. Key Words: Robotics, Microcontroller, PIR sensor, XBee, Arduino 1. INTRODUCTION With the dramatic changes in the environment, almost entire planet is prone to natural calamities. These are unpredictable and unstoppable; devastating human lives to such an extent that it takes sometimes a lifetime to overcome from its tribulations. It is very common in these calamities that humans get captured under the wreckage and nobody is aware of their presence. Till the time, the rescue team gets notified of missing victims, they are either dead or in a very critical state. A timely rescue is the most crucial part of rescue operation and if delayed, can cost many human lives. We propose to use a PC controlled robotic vehicle that moves in these affected areas and helps in identifying the alive people and thereby, contributing in the rescue operations. The robot consists of Arduino board which works as the central control unit of all the operations. PIR sensor, ultrasonic sensor and temperature sensor are encapsulated in the Arduino. The PIR (Passive Infra-Red) Sensor is a pyroelectric device that detects motion by measuring changes in the infrared (heat) levels emitted by surrounding objects. When motion is detected, the PIR sensor outputs a high signal on its output pin, which is read by a microcontroller present in the Arduino. Ultrasonic sensor is used to measure the distance of the human body from the robotic vehicle and temperature sensor prevents the robot from entering in the areas of high temperature. Having detected the sign of alive human, the sensors trigger the microcontroller to switch on the buzzer or led. The ZigBee has been used to give direction to the robot so that it can move wirelessly. The distance and temperature measurements and PIR sensor output signals are sent via XBee router, which is interfaced with Arduino, to the XBee coordinator which is connected to the PC. Hence, the proposed robot helps in precise detection of humans. It also enables wireless monitor and governance of robot. Apart from this, the proposed robotic vehicle can be used to detect the intruders. This has become very important in today‘s criminal environment which surrounds us at almost every place. Hence, designing such a detector can prevent various terrorist attacks and also can contribute in the home security system. It can also help in saving electricity which is a very costly resource nowadays. 2. ARCHITECTURE The robotic vehicle consists of two modules, coalesced together to form an efficient wireless detection of humans. The two verticals are as follows: 1. Robot module: Arduino, ZigBee, sensors and motors are used to create a robot module. The interaction between these elements is illustrated in Fig-1. a. Arduino Uno board, based on the ATmega32-8, is used as a robot platform. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 305 Fig-1: Robot module b. A passive infrared sensor (PIR sensor) is used to sense movement of people, animals, or other objects. It measures infrared (IR) light radiating from objects in its field of view. All objects with a temperature above absolute zero emit heat energy in the form of radiation. Usually this radiation is invisible to the human eye because it radiates at infrared wavelengths, but it can be detected by electronic devices designed for such a purpose. PIR sensors don't detect or measure "heat"; instead they detect the infrared radiation emitted or reflected from an object. When an object, such as a human, passes in front of the background, such as a wall, the temperature at that point in the sensor's field of view will rise from room temperature to body temperature, and then back again. The sensor converts the resulting change in the incoming infrared radiation into a change in the output voltage. c. An analog temperature sensor is a chip that tells what the ambient temperature is. This precludes the robot from entering into high temperature areas. These sensors use a solid-state technique to determine the temperature. They use the fact as temperature increases, the voltage across a diode increases at a known rate. d. Ultrasonic transducers are used to measure the distance of humans from the robot, hence determining the exact position of human. These devices work on a principle similar to that of transducers used in radar and sonar systems, which evaluate attributes of a target by interpreting the echoes from radio or sound waves, respectively. Active ultrasonic sensors generate high frequency sound waves and evaluate the echo which is received back by the sensor, measuring the time interval between sending the signal and receiving the echo to determine the distance to an object. e. DC Motor is used to enable the movement of robotic vehicle. It is an electrical machine that converts direct current electrical power into mechanical power. The circuitry used for interfacing Arduino with DC motor is as shown in Fig-2. Fig-2: Interface between Arduino and DC Motor 2. Control room module: This is used for wireless signal transmission from computer to robot. a. ZigBee, low-cost and low-power wireless mesh network standard targeted at wide development of long battery life devices in wireless control and monitoring applications. Though its low power consumption limits transmission distances to 10–100 meters line-of-sight, ZigBee devices can transmit data over long
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 306 distances by passing data through a mesh network of intermediate devices to reach more distant ones. ZigBee is typically used in low data rate applications that require long battery life and secure networking. ZigBee has a defined rate of 250kbit/s, best suited for intermittent data transmissions from a sensor or input device. A combination of ZigBee Coordinator (ZC), ZigBee Router (ZR) and ZigBee End Device (ZED) can be used to complete the communication circuit, as illustrated in Fig-3. b. To ease the process, XBee Series 2 (ZigBee Mesh) is used as an alternative to ZigBee. Series 2 modules allow one to create complex mesh networks based on the XBee ZB ZigBee mesh firmware. These modules allow a very reliable and simple communication between microcontrollers, computers, systems, etc. with a serial port. Point to point and multi-point networks are supported. Fig-3: Control room module 3. METHODOLOGY USED FOR CONSTRUCTION The robot implementation was divided into below 4 phases: 1. Mechanical construction of robot: A high quality metal chassis, DC gear motors and wheels are used to form the robot skeleton. 2. XBee configuration: Two XBee ZB24-B modules are configured by using X-CTU software. The module is firstly interfaced with XBee USB adaptor board and then it is connected to the personal computer via USB cable. Start X- CTU software and then configure XBee router and coordinator. 3. PIR sensor testing: Temperature sensor and PIR sensor are tested for their appropriate performance. Their testing circuits (as illustrated in Fig-4) are implemented on the breadboard and readings are noted. Following circuit is implemented on the breadboard. 5V power supply, one led, one 220ohms resistance is used in this circuit. Proper connections are done and following readings are obtained. In this circuit, LED glows whenever any movement of any human being is detected by the PIR sensor. Readings are taken corresponding to human standing at different distances. Output voltage and on time of LED are noted. Fig-4: PIR sensor testing circuit Table -1: Readings obtained while testing PIR Sensor Distance Output Voltage (V) LED ON Time (sec) 8.5 3.13 2.0 15 3.12 2.0 30 3.13 2.0 45 3.12 2.0
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 307 1. PC controlled wireless robot: Robot is made wireless pc controlled by using XBee. The XBee coordinator is connected to pc via XBee USB adaptor and XBee router is connected to Arduino via XBee shield. Motor driver circuit is implemented on the breadboard and motors are connected to the Arduino by using this motor driver circuit. The left motor is connected to pwm pin12 and right motor is connected to pwm pin9 of the Arduino board. The code for wirelessly controlling the robotic vehicle with the help of ‘w’, ’a’, ‘s’ and ‘d’ keys of keyboard is written and compiled. Then it is uploaded on Arduino via USB cable. ‘w’ is used to move the robot in the forward direction, ‘a‘ for moving it in left, ‘d‘ for right and ‘s‘ for backward motion. Different serial commands for serial communication with XBee and digital input/output commands for motor interfacing are used in the Arduino code. 2. Assembling of all the sensors on robot: All the sensors are interfaced with Arduino board by writing the corresponding code. The distance measurements, temperature measurements and PIR sensor output signals are sent to Xbee router connected to the Arduino which are then sent wirelessly to XBee coordinator connected to the PC. Hence, all the readings are obtained on PC wirelessly. The sensors are interfaced as follows: a. Ultrasonic Sensor Trigger pin of sensor is connected to pin 2 and echo pin is connected to pin 4 of the Arduino board. Firstly, a low pulse of 2 microseconds is sent to the trigger pin and then trigger pin is made high for 10 microseconds. Then, the time duration until echo pin is high is recorded and converted to distance by using mathematical calculations. This calculated distance is then sent to serial port for wireless transmission to pc. b. Temperature Sensor The output pin of the temperature sensor is connected to pin 0 of Arduino board. The data on this pin is read and converted to temperature which is then sent to the serial port for transmission to pc. c. PIR Sensor The output pin of PIR sensor is connected to pin 6 of Arduino board. Firstly PIR sensor is calibrated by using a ‘for loop’ and a delay function. Then PIR output pin is monitored for motion detection. The final robot model (as shown in Fig-5) turned out to be compact, user friendly and efficient in detecting human presence. Fig-5: Front and top view of robot
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 308 Fig-6: Terminal at personal computer On implementing the robotic vehicle for detecting human presence, we can assert with confidence that such systems can be used in variety of different applications. This wireless pc controlled robot can be efficiently used in disaster prone areas. Hence, many lives can be saved in a short duration which becomes time consuming and unaffected if done manually. In addition to this application, there can be many other aspects in which the robot can turn out to be efficient and useful. Nowadays, human has become too busy and is unable to find time even to switch off the lights wherever not necessary. This system also provides us with amazing features of distance measurement and temperature measurement. Because of being pc controlled and wireless system, the robot is very 59 portable and efficient. There is always a need to modify and add features according to the growing technology to compete the market. Even though, there are certain limitations to this system, but they can be overcome by making certain changes and enhancements to this robotic vehicle. REFERENCES 1. S.P Vijayaragavan, Hardeep Pal Sharma, Guna sekar.C.H, S.Adithya Kumar, June 2013, ―Live Human Detecting Robot for Earthquake Rescue Operation‖, Vol 02 2. Trupti B. Bhondve, Prof. R.Satyanaraya, Prof. Moresh Mukhedkar, June 2014, ―Mobile Rescue Robot for Human Body Detection in Rescue Operation of Disaster‖, Vol 3 3. Martin Hebel, George Bricker with Daniel Harris, 2010, ―Getting Started with XBee RF Modules‖ 4. Sandeep Bhatia, Hardeep Singh Dhillon and Nitin Kumar “Alive Human Body Detection system using an Autonomous Mobile Rescue Robot”, IEEE Transactions, Vol 11, No 2, March 2011. 5. Steve Burion, “Human Detection for Robotic Urban Search and Rescue”, Info science database of the publications and research reports,February, 2004. Record number 29999 6. Donoso-Aguirr, “Mobile robot localization using the Hausdor Distance”, ROBOTiCA, Cambridge University Press, vol. 26, pp. 129-141, [7] Amerada, T., Yams, T., Igarashit, H., Matsunos, “Development of the Snake-like Rescue Robot KOHGA”, IEEE, 2004, PP. 5081-5086 [8] J. Padhye, V. Firoiu, and D. Towsley, “A stochastic model of TCP Reno congestion avoidance and control,” Univ. of Massachusetts, Amherst, MA, CMPSCI Tech. Rep. 99-02, 1999 4. CONCLUSION