SlideShare a Scribd company logo
1 of 22
HUMAN DETECTION
ROBOT
GUIDED BY,
ASHLY MATHEW
ASSISTANT PROFESSOR,
ECE DEPARTMENT
SUBMITTED BY : GROUP 2
RICHARD RAJAN
CONTENTS
 AIM
 OBJECTIVE
 INTRODUCTION
 ABSTRACT
 BLOCK DIAGRAM
 COMPONENTS
 CIRCUIT DIAGRAM
 FLOWCHART
 SIMULATION RESULTS
 BILL OF MATERIALS
 GANTT CHART
 ADVANTAGES
 APPLICATION
 CONCLUSION
 FUTURE SCOPE
 REFERENCE
COLLEGE OF ENGINEERING CHENGANNUR 2
AIM
 TO DESIGN AND IMPLEMENT A HUMAN
DETECTION ROBOT
 PLACES AND CIRCUMSTANCES WHERE
HUMANS CANNOT GO DIRECTLY
 ROBOTS BUILT WITH PIR SENSOR ARE USED
COLLEGE OF ENGINEERING CHENGANNUR 3
OBJECTIVE
 TO DEVELOPA HUMAN DETECTION ROBOT
 TO IDENTIFY HUMANS EFFICIENTLY.
 TO DESIGN, BUILD AND TEST A ROBOT
 CAPABLE OF DETECTING HUMANS
 COLLAPSED BUILDING
 GAS LEAKAGE ROOMS
 EFFECTIVELY REPLACING BY A ROBOT IN HIGHLY
DANGEROUS SITUATIONS.
COLLEGE OF ENGINEERING CHENGANNUR 4
INTRODUCTION
 TO DEVELOPA HUMAN DETECTION ROBOT
USING IOT TECHNOLOGY
 DESIGNED FOR REMOTE OPERATION
 AVOID DIRECT INTERVENTION OF RESCUE
OPERATORS IN DANGEROUS SITUATIONS
 PIR SENSOR DETECT THE PRESENCE OF
HUMANS
 TAKES IMAGES AND SENDS TO RESCUE
OPERATOR
COLLEGE OF ENGINEERING CHENGANNUR 5
ABSTRACT
 USER CONTROLS THE ROBOT
 REMOTELY
 WIRELESSLY
 SYSTEM USES IOT REMOTE CONNECTED TO ATMEGA 328P
 CAMERAPRO FOR UPLOADING PICTURE
 PIR SENSOR FOR DETECTING LIVE HUMANS
 ULTRASONIC SENSOR FOR OBSTACLE DETECTION
 DHT11 FOR TEMPERATURE DETECTION
 MQ2 FOR GAS DETECTION
COLLEGE OF ENGINEERING CHENGANNUR 6
BLOCK DIAGRAM
COLLEGE OF ENGINEERING CHENGANNUR 7
COMPONENTS
 THE MAIN COMPONENTS ARE :
 MICROCONTROLLER BOARD BASED ON ATMEGA 328P
 PIR SENSOR : FOR DETECTING HUMAN IR
 MOTOR DRIVER: GOVERNS THE ELECTRIC MOTOR
PERFORMANCE
 GEAR MOTOR: FOR THE MOVEMENT OF THE ROBOT
 BATTERY: RECHARGEABLE (6V LEAD ACID)
COLLEGE OF ENGINEERING CHENGANNUR 8
PIR SENSOR
 HCSR 501 TO DETECT IR FROM
HUMAN
 IT CAN DETECT LEVELS OF
INFRARED RADIATION
 VOLTAGE : 5V-20V
 RANGE : 14m
ULTRASONIC SENSOR
 HCSR 04 CAN DETECT THE
OBSTACLES IN THE PATH BY
USING SOUND WAVES
 VOLTAGE : 5V
 CURRENT : 15mA
 FREQUENCY : 40KHz
COLLEGE OF ENGINEERING CHENGANNUR 9
TEMPERATURE
HUMIDITY SENSOR
 DHT11 DIGITAL TEMPERATURE
AND HUMIDITY SENSOR
 COMPOSITE SENSOR CONTAINS
A CALIBRATED DIGITAL SIGNAL
OUTPUT
 VOLTAGE : 3.3V/5V
GAS SENSOR
 MQ 2 FOR DETECTING
 H2
 LPG
 CH4
 CO
 SMOKE.
COLLEGE OF ENGINEERING CHENGANNUR 10
BLUETOOTH MODULE
 HC-05 BLUETOOTH MODULE IS
AN EASY TO USE BLUETOOTH
SPP
 INPUT VOLTAGE: DC 5V
 COMMUNICATION METHOD:
SERIAL COMMUNICATION
WIFI MODULE
 ESP8266 USED TO CONTROL
ROBOT WHEN NEED
 MEMORY: 32 KB INSTRUCTION
RAM
 16 GPIO PINS
COLLEGE OF ENGINEERING CHENGANNUR 11
GEAR MOTOR
 USED FOR LOW SPEED HIGH
TORQUE
 100 RPM
 DC SUPPLY: 4V TO 12V
VOLTAGE REGULATOR
 THAT PROVIDES A STABLE DC
VOLTAGE
 INDEPENDENT OF
 LOAD CURRENT
 TEMPERATURE
 USED
 LM7805
 LM7812
COLLEGE OF ENGINEERING CHENGANNUR 12
CIRCUIT DIAGRAM
D6
1N4007
2 1
J14
MOTOR
1
2
+5V
+5V
C9
C
LS1
BUZZER
1
2
+5V
J9
CON3
1
2
3
U1ATMEGA328P
1
10
12
13
14
15
16
17
18
19
2
3
6
7
8
9
11
5
4
23
24
25
26
27
28
21
20
22
RST
XTAL2
(AIN0)PD6
(AIN1)PD7
(ICP)PB0
(OC1)PB1
(SS)PB2
(MOSI)PB3
(MISO)PB4
(SCK)PB5
PD0/RXD
PD1/TXD
(T0)PD4
VCC
GND
XTAL1
(T1)PD5
(INT1)PD3
(INT0)PD2
(ADC0)PC0
(ADC1)PC1
(ADC2)PC2
(ADC3)PC3
(ADC4)PC4
(ADC5)PC5
AREF
AVCC
AGND
U5
LM7805
1
2
3
VIN
GND
VOUT
D3
1N4007_2
SW12
SW PUSHBUTTON
+5V
J10
PIR
1
2
3
J8
PIR
1
2
3
12V
+5V
+5V
J6
DHT11 Temperature And Humidity Sensor
1
2
3
Q1
BC547
1
2
3
U7
L293
2
7
10
15
1
9
3
6
11
14
16
8
4
5
13
12
1A
2A
3A
4A
1,2EN
3,4EN
1Y
2Y
3Y
4Y
VCC1
VCC2
GND
GND
GND
GND
R10
R
J13
MOTOR
1
2
R8
10 K
+5V
J90
HC05 BLUETOOTH MODULE
1
2
3
45
6
STATE
RX
TX
GND+5V
EN
C2
CAP
+5V
J7
ultrasonic
1
2
3
4
+5V
U6
LM7812/TO
1
2
3
VIN
GND
VOUT
+5V
C8
C
+5V
+5V
C6
18 pF
12V
C5
18 pF
COLLEGE OF ENGINEERING CHENGANNUR 13
SIMULATION RESULTS
COLLEGE OF ENGINEERING CHENGANNUR 14
BILL OF MATERIALS
SL
NO
COMPONENTS QUANTITY PRICE
1 PIR SENSOR 1 150
2 ULTRASONIC SENSOR 1 180
3 ARDUINO BOARD 1 950
4 GEAR MOTOR 2 200
5 ROBOT CHASIS 1 650
6 BLUETOOTH MODULE 1 350
7 WIFI MODULE 1 300
8 TEMPERATURE SENSOR 1 280
9 GAS SENSOR 1 290
9 MOTOR DRIVER 1 300
COLLEGE OF ENGINEERING CHENGANNUR 15
GANTT CHART
25-Apr-17 14-Jun-17 3-Aug-17 22-Sep-17 11-Nov-17 31-Dec-17 19-Feb-18 10-Apr-18
Abstract & block diagram
Circuit design
Identifying components
Datasheet of components
Purchasing components
Arduino details
Purchase of robot case
Study of program-arduino interfacing with pir sensor
Study of program-with motor,modules
Product modelling
COLLEGE OF ENGINEERING CHENGANNUR 16
ADVANTAGES
 CAPABILITY OF SENSING ACCURATELY WITH
INCREASED FLEXIBILITY.
 NOT SENSITIVE TO LIGHT.
 NOT SENSITIVE TO WEATHER CONDITIONS.
 LOW COST IN THE LONG RUN.
 DECREASES THE AMOUNT OF HARM
CAUSING TO PEOPLE.
COLLEGE OF ENGINEERING CHENGANNUR 17
APPLICATION
 IN DISATER CONDITION
 TO MEASURE THE AMOUNT OF GAS LEAKAGE
 TO MEASURE TEMPERATURE
 TO GET VISUAL FEEDBACK FROM INSIDE BUILDING
 SECURITY APPLICATION
 PREVENT ROBERY
 NOTIFY UNKNOWN PRESENCE
 MILITARY PURPOSE
 DETECT ENEMY PRESENCE IN BORDER AREAS
COLLEGE OF ENGINEERING CHENGANNUR 18
CONCLUSION
 A HUMAN DETECTION ROBOT USING IOT
COMMUNICATION, IS DESIGNED AND IMPLEMENTED
IN EMBEDDED SYSTEM DOMAIN.
 EXPERIMENTAL WORK HAS BEEN CARRIED OUT
EFFICENTLY.
 THE RESULT SHOWS THAT HIGHER EFFICIENCY IS
INDEED ACHIEVED USING THE EMBEDDED SYSTEM.
 THE PROPOSED METHOD IS VERIFIED TO BE GREAT
BENEFICIAL FOR THE RESCUE PURPOSE.
COLLEGE OF ENGINEERING CHENGANNUR 19
FUTURE SCOPE
 THE PROJECT HAS BEEN MOTIVATED TO DESIGN A
SYSTEM THAT CAN DETECT HUMANS WITHOUT
ANY HUMAN INTERVENTION.
 THE SYSTEM DEVELOPED IS A LOW COST SYSTEM
SO IT HAS A WIDE FUTURE SCOPE.
 THIS PROVIDES US THE OPPORTUNITY TO PASS ON
TO ROBOTS TASKS THAT TRADITIONALLY HUMANS
HAD TO DO BUT WERE INHERENTLY LIFE
THREATENING.
COLLEGE OF ENGINEERING CHENGANNUR 20
REFERENCES
 “DETECTING DIRECTION OF MOVEMENT USING PYROELECTRIC
INFRARED SENSORS” BY JAESEOK YUN, MEMBER, IEEE, AND MIN-HWAN
SONG.
 “DETECTING DIRECTION OF MOVEMENT USING PYROELECTRIC
INFRARED SENSORS” BY JAESEOK YUN, MEMBER, IEEE, AND MIN-HWAN
SONG.
 “HUMAN INFRARED SIGNAL RECOGNITION USING SINGLE PIR DETECTOR”
LINHONG WANG CHONGQING COLLEGE OF ELECTRICAL ENGINEERING
CHONGQING, CHINA.
COLLEGE OF ENGINEERING CHENGANNUR 21
COLLEGE OF ENGINEERING CHENGANNUR 22

More Related Content

What's hot

HAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIRHAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIRNoufal Nechiyan
 
PIR sensing with arduino
PIR sensing  with  arduinoPIR sensing  with  arduino
PIR sensing with arduinochetan kadiwal
 
Line follower robot
Line follower robotLine follower robot
Line follower robotPriya Hada
 
Line Following Robot using Arduino UNO
Line Following Robot using Arduino UNOLine Following Robot using Arduino UNO
Line Following Robot using Arduino UNOViswanadh Ivaturi
 
Movement Sensed Automatic Door Opening System
Movement Sensed Automatic Door Opening SystemMovement Sensed Automatic Door Opening System
Movement Sensed Automatic Door Opening SystemEdgefxkits & Solutions
 
Fire fighting robot using arduino
Fire fighting robot using arduinoFire fighting robot using arduino
Fire fighting robot using arduinoNiranjan Kumar
 
AUTOMATIC RAILWAY GATE CONTROL SYSTEM
AUTOMATIC RAILWAY GATE CONTROL SYSTEMAUTOMATIC RAILWAY GATE CONTROL SYSTEM
AUTOMATIC RAILWAY GATE CONTROL SYSTEMJOLLUSUDARSHANREDDY
 
Voice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair pptVoice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair pptSyed Saleem Ahmed
 
Hart communication protocol
Hart communication protocolHart communication protocol
Hart communication protocolNishtha Shreya
 
IR proximity sensor report file.
IR proximity sensor report file.IR proximity sensor report file.
IR proximity sensor report file.Aman singh
 
Automatic Fire Fighting Robot by St John College
Automatic Fire Fighting Robot by St John CollegeAutomatic Fire Fighting Robot by St John College
Automatic Fire Fighting Robot by St John CollegeNidhiRaut7
 
IoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationIoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationFarhan Ahmed Rahee
 
Smart Blind Stick using Arduino
Smart Blind Stick using ArduinoSmart Blind Stick using Arduino
Smart Blind Stick using Arduinoijtsrd
 
Fire fighting Robot
Fire fighting RobotFire fighting Robot
Fire fighting RobotSrikanth Vas
 
IRJET- Railway Track Crack and Obstacle Detection using Arduino
IRJET-  	  Railway Track Crack and Obstacle Detection using ArduinoIRJET-  	  Railway Track Crack and Obstacle Detection using Arduino
IRJET- Railway Track Crack and Obstacle Detection using ArduinoIRJET Journal
 

What's hot (20)

HAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIRHAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIR
 
PIR sensing with arduino
PIR sensing  with  arduinoPIR sensing  with  arduino
PIR sensing with arduino
 
Line follower robot
Line follower robotLine follower robot
Line follower robot
 
Line Following Robot using Arduino UNO
Line Following Robot using Arduino UNOLine Following Robot using Arduino UNO
Line Following Robot using Arduino UNO
 
Movement Sensed Automatic Door Opening System
Movement Sensed Automatic Door Opening SystemMovement Sensed Automatic Door Opening System
Movement Sensed Automatic Door Opening System
 
Fire fighting robot using arduino
Fire fighting robot using arduinoFire fighting robot using arduino
Fire fighting robot using arduino
 
Obstacle avoiding robot.doc
Obstacle avoiding robot.docObstacle avoiding robot.doc
Obstacle avoiding robot.doc
 
Fire Fighting Robotic Vehicle
Fire Fighting Robotic VehicleFire Fighting Robotic Vehicle
Fire Fighting Robotic Vehicle
 
AUTOMATIC RAILWAY GATE CONTROL SYSTEM
AUTOMATIC RAILWAY GATE CONTROL SYSTEMAUTOMATIC RAILWAY GATE CONTROL SYSTEM
AUTOMATIC RAILWAY GATE CONTROL SYSTEM
 
Voice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair pptVoice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair ppt
 
Hart communication protocol
Hart communication protocolHart communication protocol
Hart communication protocol
 
IR proximity sensor report file.
IR proximity sensor report file.IR proximity sensor report file.
IR proximity sensor report file.
 
Robotic Sensor
Robotic SensorRobotic Sensor
Robotic Sensor
 
Automatic Fire Fighting Robot by St John College
Automatic Fire Fighting Robot by St John CollegeAutomatic Fire Fighting Robot by St John College
Automatic Fire Fighting Robot by St John College
 
Human Detection Robot
Human Detection RobotHuman Detection Robot
Human Detection Robot
 
IoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationIoT Based Home Automation System Presantation
IoT Based Home Automation System Presantation
 
Smart Blind Stick using Arduino
Smart Blind Stick using ArduinoSmart Blind Stick using Arduino
Smart Blind Stick using Arduino
 
Fire fighting Robot
Fire fighting RobotFire fighting Robot
Fire fighting Robot
 
IRJET- Railway Track Crack and Obstacle Detection using Arduino
IRJET-  	  Railway Track Crack and Obstacle Detection using ArduinoIRJET-  	  Railway Track Crack and Obstacle Detection using Arduino
IRJET- Railway Track Crack and Obstacle Detection using Arduino
 
PPT ON Arduino
PPT ON Arduino PPT ON Arduino
PPT ON Arduino
 

Similar to HUMAN DETECTION ROBOT

smoke sensor detector using ardiuno board ppt for mini project
smoke sensor detector using ardiuno board ppt for mini projectsmoke sensor detector using ardiuno board ppt for mini project
smoke sensor detector using ardiuno board ppt for mini projectNikhilNagaraju
 
Research on Car Reversing Radar System Based on Ultrasonic
Research on Car Reversing Radar System Based on UltrasonicResearch on Car Reversing Radar System Based on Ultrasonic
Research on Car Reversing Radar System Based on UltrasonicEngineering Publication House
 
A Profibus-based Control System for Nuclear Physics Applications - Presentati...
A Profibus-based Control System for Nuclear Physics Applications - Presentati...A Profibus-based Control System for Nuclear Physics Applications - Presentati...
A Profibus-based Control System for Nuclear Physics Applications - Presentati...Cristian Randieri PhD
 
Agni project report
Agni project reportAgni project report
Agni project reportTilson Joji
 
Design and implementation of an sms based robotic system for hole- detection ...
Design and implementation of an sms based robotic system for hole- detection ...Design and implementation of an sms based robotic system for hole- detection ...
Design and implementation of an sms based robotic system for hole- detection ...eSAT Journals
 
ULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTION
ULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTIONULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTION
ULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTIONIRJET Journal
 
METROLAB ENGINEERING PVT LTD
METROLAB ENGINEERING PVT LTDMETROLAB ENGINEERING PVT LTD
METROLAB ENGINEERING PVT LTDTushar GHOLAP
 
August 2022 - Top 5 Cited Articles in Microwave engineering
August 2022 - Top 5 Cited Articles in Microwave engineering August 2022 - Top 5 Cited Articles in Microwave engineering
August 2022 - Top 5 Cited Articles in Microwave engineering jmicro
 
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...IRJET Journal
 
IRJET- Level Loop Measurement using IoT
IRJET-  	  Level Loop Measurement using IoTIRJET-  	  Level Loop Measurement using IoT
IRJET- Level Loop Measurement using IoTIRJET Journal
 
FIRE FIGHTING ROBOT USING RF TECHNOLOGY
FIRE FIGHTING ROBOT USING RF TECHNOLOGYFIRE FIGHTING ROBOT USING RF TECHNOLOGY
FIRE FIGHTING ROBOT USING RF TECHNOLOGYYADU K.A
 
Automatic Object Detection and Target using Ultrasonic Sensor
Automatic Object Detection and Target using Ultrasonic SensorAutomatic Object Detection and Target using Ultrasonic Sensor
Automatic Object Detection and Target using Ultrasonic SensorIRJET Journal
 
Intelligent monitoring of toxic gases for the construction workers in mining (1)
Intelligent monitoring of toxic gases for the construction workers in mining (1)Intelligent monitoring of toxic gases for the construction workers in mining (1)
Intelligent monitoring of toxic gases for the construction workers in mining (1)IAEME Publication
 
IRJET- Design and Implementation of Smart Dustbin using IoT Notifications
IRJET- Design and Implementation of Smart Dustbin using IoT NotificationsIRJET- Design and Implementation of Smart Dustbin using IoT Notifications
IRJET- Design and Implementation of Smart Dustbin using IoT NotificationsIRJET Journal
 
Robust automotive radar interference mitigation using multiplicative-adaptive...
Robust automotive radar interference mitigation using multiplicative-adaptive...Robust automotive radar interference mitigation using multiplicative-adaptive...
Robust automotive radar interference mitigation using multiplicative-adaptive...IJECEIAES
 

Similar to HUMAN DETECTION ROBOT (20)

smoke sensor detector using ardiuno board ppt for mini project
smoke sensor detector using ardiuno board ppt for mini projectsmoke sensor detector using ardiuno board ppt for mini project
smoke sensor detector using ardiuno board ppt for mini project
 
Research on Car Reversing Radar System Based on Ultrasonic
Research on Car Reversing Radar System Based on UltrasonicResearch on Car Reversing Radar System Based on Ultrasonic
Research on Car Reversing Radar System Based on Ultrasonic
 
Final Report Content
Final Report ContentFinal Report Content
Final Report Content
 
RADAR SYSTEM
RADAR SYSTEMRADAR SYSTEM
RADAR SYSTEM
 
A Profibus-based Control System for Nuclear Physics Applications - Presentati...
A Profibus-based Control System for Nuclear Physics Applications - Presentati...A Profibus-based Control System for Nuclear Physics Applications - Presentati...
A Profibus-based Control System for Nuclear Physics Applications - Presentati...
 
Agni project report
Agni project reportAgni project report
Agni project report
 
Design and implementation of an sms based robotic system for hole- detection ...
Design and implementation of an sms based robotic system for hole- detection ...Design and implementation of an sms based robotic system for hole- detection ...
Design and implementation of an sms based robotic system for hole- detection ...
 
Ultrasonic based distance meter
Ultrasonic based distance meterUltrasonic based distance meter
Ultrasonic based distance meter
 
ULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTION
ULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTIONULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTION
ULTRA WIDE BAND RADAR SYSTEM FOR THROUGH WALL HUMAN VITAL SIGNS DETECTION
 
METROLAB ENGINEERING PVT LTD
METROLAB ENGINEERING PVT LTDMETROLAB ENGINEERING PVT LTD
METROLAB ENGINEERING PVT LTD
 
el ppt second sem.pptx
el ppt second sem.pptxel ppt second sem.pptx
el ppt second sem.pptx
 
August 2022 - Top 5 Cited Articles in Microwave engineering
August 2022 - Top 5 Cited Articles in Microwave engineering August 2022 - Top 5 Cited Articles in Microwave engineering
August 2022 - Top 5 Cited Articles in Microwave engineering
 
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
 
IRJET- Level Loop Measurement using IoT
IRJET-  	  Level Loop Measurement using IoTIRJET-  	  Level Loop Measurement using IoT
IRJET- Level Loop Measurement using IoT
 
myPresentation
myPresentationmyPresentation
myPresentation
 
FIRE FIGHTING ROBOT USING RF TECHNOLOGY
FIRE FIGHTING ROBOT USING RF TECHNOLOGYFIRE FIGHTING ROBOT USING RF TECHNOLOGY
FIRE FIGHTING ROBOT USING RF TECHNOLOGY
 
Automatic Object Detection and Target using Ultrasonic Sensor
Automatic Object Detection and Target using Ultrasonic SensorAutomatic Object Detection and Target using Ultrasonic Sensor
Automatic Object Detection and Target using Ultrasonic Sensor
 
Intelligent monitoring of toxic gases for the construction workers in mining (1)
Intelligent monitoring of toxic gases for the construction workers in mining (1)Intelligent monitoring of toxic gases for the construction workers in mining (1)
Intelligent monitoring of toxic gases for the construction workers in mining (1)
 
IRJET- Design and Implementation of Smart Dustbin using IoT Notifications
IRJET- Design and Implementation of Smart Dustbin using IoT NotificationsIRJET- Design and Implementation of Smart Dustbin using IoT Notifications
IRJET- Design and Implementation of Smart Dustbin using IoT Notifications
 
Robust automotive radar interference mitigation using multiplicative-adaptive...
Robust automotive radar interference mitigation using multiplicative-adaptive...Robust automotive radar interference mitigation using multiplicative-adaptive...
Robust automotive radar interference mitigation using multiplicative-adaptive...
 

Recently uploaded

EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixingviprabot1
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
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
 
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
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
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
 
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
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 

Recently uploaded (20)

EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixing
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
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
 
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...
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
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...
 
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
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 

HUMAN DETECTION ROBOT

  • 1. HUMAN DETECTION ROBOT GUIDED BY, ASHLY MATHEW ASSISTANT PROFESSOR, ECE DEPARTMENT SUBMITTED BY : GROUP 2 RICHARD RAJAN
  • 2. CONTENTS  AIM  OBJECTIVE  INTRODUCTION  ABSTRACT  BLOCK DIAGRAM  COMPONENTS  CIRCUIT DIAGRAM  FLOWCHART  SIMULATION RESULTS  BILL OF MATERIALS  GANTT CHART  ADVANTAGES  APPLICATION  CONCLUSION  FUTURE SCOPE  REFERENCE COLLEGE OF ENGINEERING CHENGANNUR 2
  • 3. AIM  TO DESIGN AND IMPLEMENT A HUMAN DETECTION ROBOT  PLACES AND CIRCUMSTANCES WHERE HUMANS CANNOT GO DIRECTLY  ROBOTS BUILT WITH PIR SENSOR ARE USED COLLEGE OF ENGINEERING CHENGANNUR 3
  • 4. OBJECTIVE  TO DEVELOPA HUMAN DETECTION ROBOT  TO IDENTIFY HUMANS EFFICIENTLY.  TO DESIGN, BUILD AND TEST A ROBOT  CAPABLE OF DETECTING HUMANS  COLLAPSED BUILDING  GAS LEAKAGE ROOMS  EFFECTIVELY REPLACING BY A ROBOT IN HIGHLY DANGEROUS SITUATIONS. COLLEGE OF ENGINEERING CHENGANNUR 4
  • 5. INTRODUCTION  TO DEVELOPA HUMAN DETECTION ROBOT USING IOT TECHNOLOGY  DESIGNED FOR REMOTE OPERATION  AVOID DIRECT INTERVENTION OF RESCUE OPERATORS IN DANGEROUS SITUATIONS  PIR SENSOR DETECT THE PRESENCE OF HUMANS  TAKES IMAGES AND SENDS TO RESCUE OPERATOR COLLEGE OF ENGINEERING CHENGANNUR 5
  • 6. ABSTRACT  USER CONTROLS THE ROBOT  REMOTELY  WIRELESSLY  SYSTEM USES IOT REMOTE CONNECTED TO ATMEGA 328P  CAMERAPRO FOR UPLOADING PICTURE  PIR SENSOR FOR DETECTING LIVE HUMANS  ULTRASONIC SENSOR FOR OBSTACLE DETECTION  DHT11 FOR TEMPERATURE DETECTION  MQ2 FOR GAS DETECTION COLLEGE OF ENGINEERING CHENGANNUR 6
  • 7. BLOCK DIAGRAM COLLEGE OF ENGINEERING CHENGANNUR 7
  • 8. COMPONENTS  THE MAIN COMPONENTS ARE :  MICROCONTROLLER BOARD BASED ON ATMEGA 328P  PIR SENSOR : FOR DETECTING HUMAN IR  MOTOR DRIVER: GOVERNS THE ELECTRIC MOTOR PERFORMANCE  GEAR MOTOR: FOR THE MOVEMENT OF THE ROBOT  BATTERY: RECHARGEABLE (6V LEAD ACID) COLLEGE OF ENGINEERING CHENGANNUR 8
  • 9. PIR SENSOR  HCSR 501 TO DETECT IR FROM HUMAN  IT CAN DETECT LEVELS OF INFRARED RADIATION  VOLTAGE : 5V-20V  RANGE : 14m ULTRASONIC SENSOR  HCSR 04 CAN DETECT THE OBSTACLES IN THE PATH BY USING SOUND WAVES  VOLTAGE : 5V  CURRENT : 15mA  FREQUENCY : 40KHz COLLEGE OF ENGINEERING CHENGANNUR 9
  • 10. TEMPERATURE HUMIDITY SENSOR  DHT11 DIGITAL TEMPERATURE AND HUMIDITY SENSOR  COMPOSITE SENSOR CONTAINS A CALIBRATED DIGITAL SIGNAL OUTPUT  VOLTAGE : 3.3V/5V GAS SENSOR  MQ 2 FOR DETECTING  H2  LPG  CH4  CO  SMOKE. COLLEGE OF ENGINEERING CHENGANNUR 10
  • 11. BLUETOOTH MODULE  HC-05 BLUETOOTH MODULE IS AN EASY TO USE BLUETOOTH SPP  INPUT VOLTAGE: DC 5V  COMMUNICATION METHOD: SERIAL COMMUNICATION WIFI MODULE  ESP8266 USED TO CONTROL ROBOT WHEN NEED  MEMORY: 32 KB INSTRUCTION RAM  16 GPIO PINS COLLEGE OF ENGINEERING CHENGANNUR 11
  • 12. GEAR MOTOR  USED FOR LOW SPEED HIGH TORQUE  100 RPM  DC SUPPLY: 4V TO 12V VOLTAGE REGULATOR  THAT PROVIDES A STABLE DC VOLTAGE  INDEPENDENT OF  LOAD CURRENT  TEMPERATURE  USED  LM7805  LM7812 COLLEGE OF ENGINEERING CHENGANNUR 12
  • 13. CIRCUIT DIAGRAM D6 1N4007 2 1 J14 MOTOR 1 2 +5V +5V C9 C LS1 BUZZER 1 2 +5V J9 CON3 1 2 3 U1ATMEGA328P 1 10 12 13 14 15 16 17 18 19 2 3 6 7 8 9 11 5 4 23 24 25 26 27 28 21 20 22 RST XTAL2 (AIN0)PD6 (AIN1)PD7 (ICP)PB0 (OC1)PB1 (SS)PB2 (MOSI)PB3 (MISO)PB4 (SCK)PB5 PD0/RXD PD1/TXD (T0)PD4 VCC GND XTAL1 (T1)PD5 (INT1)PD3 (INT0)PD2 (ADC0)PC0 (ADC1)PC1 (ADC2)PC2 (ADC3)PC3 (ADC4)PC4 (ADC5)PC5 AREF AVCC AGND U5 LM7805 1 2 3 VIN GND VOUT D3 1N4007_2 SW12 SW PUSHBUTTON +5V J10 PIR 1 2 3 J8 PIR 1 2 3 12V +5V +5V J6 DHT11 Temperature And Humidity Sensor 1 2 3 Q1 BC547 1 2 3 U7 L293 2 7 10 15 1 9 3 6 11 14 16 8 4 5 13 12 1A 2A 3A 4A 1,2EN 3,4EN 1Y 2Y 3Y 4Y VCC1 VCC2 GND GND GND GND R10 R J13 MOTOR 1 2 R8 10 K +5V J90 HC05 BLUETOOTH MODULE 1 2 3 45 6 STATE RX TX GND+5V EN C2 CAP +5V J7 ultrasonic 1 2 3 4 +5V U6 LM7812/TO 1 2 3 VIN GND VOUT +5V C8 C +5V +5V C6 18 pF 12V C5 18 pF COLLEGE OF ENGINEERING CHENGANNUR 13
  • 14. SIMULATION RESULTS COLLEGE OF ENGINEERING CHENGANNUR 14
  • 15. BILL OF MATERIALS SL NO COMPONENTS QUANTITY PRICE 1 PIR SENSOR 1 150 2 ULTRASONIC SENSOR 1 180 3 ARDUINO BOARD 1 950 4 GEAR MOTOR 2 200 5 ROBOT CHASIS 1 650 6 BLUETOOTH MODULE 1 350 7 WIFI MODULE 1 300 8 TEMPERATURE SENSOR 1 280 9 GAS SENSOR 1 290 9 MOTOR DRIVER 1 300 COLLEGE OF ENGINEERING CHENGANNUR 15
  • 16. GANTT CHART 25-Apr-17 14-Jun-17 3-Aug-17 22-Sep-17 11-Nov-17 31-Dec-17 19-Feb-18 10-Apr-18 Abstract & block diagram Circuit design Identifying components Datasheet of components Purchasing components Arduino details Purchase of robot case Study of program-arduino interfacing with pir sensor Study of program-with motor,modules Product modelling COLLEGE OF ENGINEERING CHENGANNUR 16
  • 17. ADVANTAGES  CAPABILITY OF SENSING ACCURATELY WITH INCREASED FLEXIBILITY.  NOT SENSITIVE TO LIGHT.  NOT SENSITIVE TO WEATHER CONDITIONS.  LOW COST IN THE LONG RUN.  DECREASES THE AMOUNT OF HARM CAUSING TO PEOPLE. COLLEGE OF ENGINEERING CHENGANNUR 17
  • 18. APPLICATION  IN DISATER CONDITION  TO MEASURE THE AMOUNT OF GAS LEAKAGE  TO MEASURE TEMPERATURE  TO GET VISUAL FEEDBACK FROM INSIDE BUILDING  SECURITY APPLICATION  PREVENT ROBERY  NOTIFY UNKNOWN PRESENCE  MILITARY PURPOSE  DETECT ENEMY PRESENCE IN BORDER AREAS COLLEGE OF ENGINEERING CHENGANNUR 18
  • 19. CONCLUSION  A HUMAN DETECTION ROBOT USING IOT COMMUNICATION, IS DESIGNED AND IMPLEMENTED IN EMBEDDED SYSTEM DOMAIN.  EXPERIMENTAL WORK HAS BEEN CARRIED OUT EFFICENTLY.  THE RESULT SHOWS THAT HIGHER EFFICIENCY IS INDEED ACHIEVED USING THE EMBEDDED SYSTEM.  THE PROPOSED METHOD IS VERIFIED TO BE GREAT BENEFICIAL FOR THE RESCUE PURPOSE. COLLEGE OF ENGINEERING CHENGANNUR 19
  • 20. FUTURE SCOPE  THE PROJECT HAS BEEN MOTIVATED TO DESIGN A SYSTEM THAT CAN DETECT HUMANS WITHOUT ANY HUMAN INTERVENTION.  THE SYSTEM DEVELOPED IS A LOW COST SYSTEM SO IT HAS A WIDE FUTURE SCOPE.  THIS PROVIDES US THE OPPORTUNITY TO PASS ON TO ROBOTS TASKS THAT TRADITIONALLY HUMANS HAD TO DO BUT WERE INHERENTLY LIFE THREATENING. COLLEGE OF ENGINEERING CHENGANNUR 20
  • 21. REFERENCES  “DETECTING DIRECTION OF MOVEMENT USING PYROELECTRIC INFRARED SENSORS” BY JAESEOK YUN, MEMBER, IEEE, AND MIN-HWAN SONG.  “DETECTING DIRECTION OF MOVEMENT USING PYROELECTRIC INFRARED SENSORS” BY JAESEOK YUN, MEMBER, IEEE, AND MIN-HWAN SONG.  “HUMAN INFRARED SIGNAL RECOGNITION USING SINGLE PIR DETECTOR” LINHONG WANG CHONGQING COLLEGE OF ELECTRICAL ENGINEERING CHONGQING, CHINA. COLLEGE OF ENGINEERING CHENGANNUR 21
  • 22. COLLEGE OF ENGINEERING CHENGANNUR 22