SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 637
Automatic object detection and target using Ultrasonic Sensor
Lubna Afza1, Razikha parveen2 , Sunil T3, Jabeena Banu4
1,2,3 Asst Professor, Dept. of ECE, KNSIT, Bangalore, India
4PG Student, Dept. of ECE, RVCE, Bangalore, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The main objective of this paper is to secure
border areas using Robotics. As one of the trends in the
development of automation in war machinery in 21st century,
has been researched and developed. The aim of this paperisto
reduce human effort on Border areas, reflex time of response,
precision to target a distant object. Until now the border
security was totally dependent on soldier. In highly secured
area the soldier detects the enemy and targets him. But if
the soldier was not able to detect the enemy, the enemy
could easily enter the secured area. So for increasing the
security level microcontroller based automatic projectile
system is introduced. The basic idea of this automatic
projectile. Current system is capable to detect any radiation
in the range of border and automatically target its position.
The proposed system is based on Ultrasonic sensor.. The
ultrasonic sensor provides 2cm to 400cm of non contact
measurement functionality with a ranging accuracy that can
reach up to 3mm. Each ultrasonic module includes a
transmitter, a receiver and a control circuit.
Key Words: Ultrasonic sensor, H BRIDGE , Stepper
motor, Laser, ARM CONTROLLER.
1. INTRODUCTION
A basic concept in automatic gun targeting system is to
detect presence of living object and target its position.
Targeting mechanism is automated as it uses ultrasonic
sensor to detect the living object, its range and Ultrasonic
sensors emit short, high-frequency sound pulses at regular
intervals. The echo signals are reflected back to the sensor,
when the object is hit, which itself computes the distance to
the target based on the time-span between emitting the
signal and receiving the echo. The Border security forces
serve as first line of defence.
It has a land frontier of 15,200 km (9,445 mi) and a coastline
of 7,516.6 km(4,671 mi ) and hence it becomes necessary to
secure this area. The proposed system does not take full
responsibility but is an effort to reduce mistakes by security
personnel at border. In the robotic system the sensor is
mounted at the front side of the system to detect an object it
provides information about the distance between the target
and the Laser that is mounted
on sensor. This information isdisplayedontheLCDscreenof
type 16X2 which means two rows of 16 characters each. It
has LED back light. If the distance is very far, then there is no
change in the speed of the dc motor. If the distance is little
far, then the speed of the motor is slow down. If the distance
is very near, then the motor is stopped. This is the operation
of the H BRIDGE driver circuit involved in this project and
now the targeting gun targets the living object. In future the
system can be enhanced using Bluetooth technology and
increase the credibility of the system.
2. System Overview
2.1 Block Diagram of proposed method
Fig1: block diagram
ARM7
MICRO
CONTROLLE
R(LPC2148)
LCD DISPLAY(16X2)
POWER
SUPPLY
ULTRASO
NIC
SENSOR
(HCSR04)
RELAY
MODULE
(BC547)
LASER
H BRIDGE
DRIVER
RELAY
(L293D)
MOTOR
DRIVER
(ULN2803)
DC MOTOR
1
DC MOTOR
2
MOTOR
UPWARD/DO
WNWARD
DIRECTION
MOTOR FOR
ROTATION
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 638
2.1.1 Circuit diagram
Fig 2: Circuit diagram
As shown in the figure the living object is detected by
presence of sensor which uses sound waves. The HC SR04
sends a ping as the submarine does and measures the time
between sending and receiving anything back when an
object (target) is in front of the sensor. Because using sound
for its measurements we can reach up to 4 meters. The
module has 4 pin connection. To power the module with
5volts, two pins are needed. One pin is trigger ping and last
one is to read result of measurements, the echo pin. The
measuring angle from HC SR04 is 15 degree and we mount
this structure onto stepper motor so the angle can be
effectively maximized for object detection.
One ping of the HC-SR04 actually exists of 8 pulses at 40 kHz
to do the measurement. To start a ping u need to provide a
10 us pulse on the trigger input. When the distance is
measured by 8 pulses the HC-SR04 puts a pulse on echo pin
and calculate length of echo pulse and speed of the sound.
The speed of sound is 340 m/s and to divide length of pulse
by this value to obtain results in mm. The ping is travelling
towards a target and back to sensoragain.Becauseofthis we
need to divide result by two.
Multiple sensor modules can detect a single object and
generate codes which in result generates signal on the
multiple ports of the microcontroller.Undersuchsituation,it
depends on the microcontroller to take the input of multiple
sensors at a time and then decide the correct location of the
object on the basis of received data
2.1.2 Rotating of stepper motor and conversion
of echo signal for target detection
The microcontroller, H Bridge circuit along with dc motors
measures to move the robot. The following is based on ARM
CONTROLLER and executes all measuring procedure, it
generates signal of trigger, start of timer, measures the
length of echo signal conversion of it to distance in specified
unit.
It certainly depends on how much of the motor rotates and
targets itself to the object location and then, as the targeting
function is complete with the help of interface between the
ULN2803 IC and the microcontroller. The targeting
system(LASER) gets activated, and light source starts
focusing over the destined location. The fire lasts(beam
lasts) until the sensor stops sensing the OBSTACLE.
2.2 Software
Keil Micro version 4 software is used to program ARM 7
microcontroller LPC 2148. The software is capable to
program the microcontroller and then generate the .hex file
which is the hardware programming assemblylanguage file.
The .hex file is applied to microcontroller to function as per
our design.
The steps involved to program the microcontroller using
Kiel Microvision 4 are
1) Install evaluation version of Kiel Microvision 4 or 5 into
the computer. Install the specific serial drivers for the
connectivity from the PC to the PCB.
2) when you Open Kiel Microvision 4, it supports the
programming in C language. Select appropriate settings
related to the specified Microcontroller and then a window
of program editing pops out.
3) Write the code in C language
4) A hardware file .hex file is required to be generated,
to embed that logic into the microcontroller,
5) Go to Run>Generate .hex file and click on it to generate
the .hex code of the specified C code.
6) Using Keil software embed .hex codeinto microcontroller
7) Once code embedded to microcontroller, switch the
controller on and it will function as per the embedded code.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 639
2.3 FLOWCHART
Fig 3: Flow Chart
2.1.2 Rotating of stepper motor and conversion
of echo signal for target detection
The microcontroller, H Bridge circuit along with dc motors
measures to move the robot. The following is based on ARM
CONTROLLER and executes all measuring procedure, it
generates signal of trigger, start of timer, measures the
length of echo signal conversion of it to distance in specified
unit.
It certainly depends on how much of the motor rotates and
targets itself to the object location and then, as the targeting
function is complete with the help of interface between the
ULN2803 IC and the microcontroller. The targeting
system(LASER) gets activated, and light source starts
focusing over the destined location. The fire lasts(beam
lasts) until the sensor stops sensing the OBSTACLE.
3. RESULT
Fig 4: Hardware Implementation of the proposed
model
This proposed model locates an object and targets it. In the
given circuit diagram the gun firing control mechanism uses
LASER. The LASER connected to common point of relay
circuit, and other end is grounded and inputpinisconnected
to pin p1.21 of microcontroller. When p1.21 of
microcontroller is zero then the LASER will not glow, means
no object sensed by the sensor, so the gunwill notfiremeans
the LASER is off. When the port p1.21 will be high on the
object detection by the sensor,theLASERdetectedtheobject
completely and is destroyed by targeting gun.
Fig 5: Displays the status of LCD showing the name of
project
Object
Detected
Keep sensing any
presence of Object
Start
Initialize Ultrasonic
sensor trig pin and
Initialize LCD
Display Object Detected
Turn on Delay
Turn on the Laser
Mechanism and Shoot
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 640
Fig 6 : Displays the status of the implemented model in
moving position
Fig 7: Display status when the object is detected
4. CONCLUSIONS
The project “OBJECT DETECTION ROBOT” here has been
successfully designed and tested. Integrating features of all
the hardware components used have developed it. Presence
of all reasoned out and placed carefully thus contributing to
the best working.
The automatic gun targeting system is feasible for highly
secure area such as border. The system consist of
microcontroller unit, Sensor module, Laser to target. The
automatic gun targeting system is based on ultrasonic
sensor. This system helps reduce the responsibility and
efforts of soldier in border security area. The system is
economical as it usesthemicrocontrollerunit.Theautomatic
object detection and targeting system is not taking full
responsibility of security. The automatic object detection
and targeting system can be easily implemented for the
home security also. But the system shows better result in
highly secured region.
REFERENCES
[1] Ajay S. Mirchapure “Automatic Gun Targeting System”
Vol-2, Issue-5, 2016 ISSN: 2454-1362, 2016.
[2] C. E. Daniell, D. H. Kemsley, W. P. Lincoln, W. A. Tackett,
and G. A. Baraghimian, “Artificial neural networks for
automatic target recognition,” Opt. Eng., vol. 31, no. 12, pp.
2521–2531, Dec.2012.
[3] W. M. Brown and C. W. Swonger, “A prospectus for
automatic target recognition,” IEEE Trans. Aerospace
Electron. Syst., vol. 25, no. 3, pp.401–410, May 2011.
[4]http://www.engineersgarage.com/contribution/automat
ic -gun-targeting-system
[5]http://www.academia.edu/4857984/AUTOMATIC_TA
RGETING_SYSTEM4.
[6]https://learn.adafruit.com/pir-passive-
infrared...motionsensor/overview
[7] S. Blackman and R. Popoli , Design and analysis of
Modern Tracking Systems,pp.309 -313,1999:ArtechHouse
or heads unless they are unavoidable.
ACKNOWLEDGEMENT
We would like to thank KNSIT, DEPT of ECE for providing
resources for implementing this model. And also special
thanks to our HOD Mr Aijaz Ali Khan.
BIOGRAPHIES
Mrs Lubna Afza
Asst Professor, KNSIT, Bangalore
Mrs Razikha parveen
Asst Professor, KNSIT, Bangalore
Mr Sunil T
Asst Professor, KNSIT, Bangalore
Ms Jabeena Banu
PG Student, REVA university,
Bangalore
2nd
Author
Photo
4th
Author
Photo
3rd
Author
Photo
1’st
Author
Photo

More Related Content

PDF
Real time approach of piezo actuated beam for wireless
PDF
Interoperable data management OBSEA
PDF
IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...
PDF
IRJET- Home Surveillance Without using CCTV Camera
PDF
KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...
PDF
Design and implementation of advanced security system based on one time passw
PDF
IRJET- IoT based Smart Helmet for Coal Mining Tracking
PPTX
Wild fire monitoring system
Real time approach of piezo actuated beam for wireless
Interoperable data management OBSEA
IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...
IRJET- Home Surveillance Without using CCTV Camera
KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...
Design and implementation of advanced security system based on one time passw
IRJET- IoT based Smart Helmet for Coal Mining Tracking
Wild fire monitoring system

What's hot (19)

PDF
Project Dissertation - ZigBee Based Wireless Sensor Network
PDF
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
DOCX
Main cerificate
PDF
B04420812
PDF
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
PDF
IRJET- Smart Security System for Vehicles
PDF
IRJET- Design and Development of IoT based Geiger Muller Counter
PDF
IRJET- Building Monitoring using Wireless System
DOCX
465 senior lab final report
PDF
Implementation of vision based intelligent home security system using ARM7
PDF
NFC Health Monitoring System
PDF
Environmental Parameter Analysis and Control Using Multipoint Wireless Sensor...
PDF
FBG Interrogator Communication with the Embedded System
PDF
Design and implementation smart home alarm system with zigbee transceiver
DOCX
Formatted Paper_References added
PDF
Maintain load balancing in wireless sensor networks using virtual grid based ...
PDF
IRJET - IoT based Smart Oil and Gas Monitoring System
PDF
E-License System With RTO Controle Room Management System
Project Dissertation - ZigBee Based Wireless Sensor Network
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
Main cerificate
B04420812
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET- Smart Security System for Vehicles
IRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Building Monitoring using Wireless System
465 senior lab final report
Implementation of vision based intelligent home security system using ARM7
NFC Health Monitoring System
Environmental Parameter Analysis and Control Using Multipoint Wireless Sensor...
FBG Interrogator Communication with the Embedded System
Design and implementation smart home alarm system with zigbee transceiver
Formatted Paper_References added
Maintain load balancing in wireless sensor networks using virtual grid based ...
IRJET - IoT based Smart Oil and Gas Monitoring System
E-License System With RTO Controle Room Management System
Ad

Similar to Automatic Object Detection and Target using Ultrasonic Sensor (20)

PDF
IOT ASSET TRACKING SYSTEM
PDF
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
PDF
IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
PDF
Designing of Smart Rescue Robotics System
PDF
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
PDF
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
PDF
Distance Measurement Using Ultrasonic Sensor and Nodemcu
PDF
Rifle Shooting Target Detection
PDF
Characteristics of Different Sensors used for Distance Measurement
PDF
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
PDF
IRJET- Rescue Robot using ESP Microcontroller
PDF
Autonomous navigation robot
PDF
IRJET- Mini IR Radar for unauthorized object detection
DOCX
4th-Yr-PROJECT-REPORT
PDF
IOT Based Environmental Pollution Monitoring System
PDF
LORA BASED DATA ACQUISITION SYSTEM
PDF
Real time approach of piezo actuated beam for wireless seismic measurement us...
PDF
Short Range Radar System using Arduino Uno
PDF
Robotic arm controlled in missile launchers using plc and image authenticatio...
PDF
IRJET - Gesture based Robot with Victim Detection using Audio
IOT ASSET TRACKING SYSTEM
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
Designing of Smart Rescue Robotics System
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
Distance Measurement Using Ultrasonic Sensor and Nodemcu
Rifle Shooting Target Detection
Characteristics of Different Sensors used for Distance Measurement
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
IRJET- Rescue Robot using ESP Microcontroller
Autonomous navigation robot
IRJET- Mini IR Radar for unauthorized object detection
4th-Yr-PROJECT-REPORT
IOT Based Environmental Pollution Monitoring System
LORA BASED DATA ACQUISITION SYSTEM
Real time approach of piezo actuated beam for wireless seismic measurement us...
Short Range Radar System using Arduino Uno
Robotic arm controlled in missile launchers using plc and image authenticatio...
IRJET - Gesture based Robot with Victim Detection using Audio
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PDF
PPT on Performance Review to get promotions
PDF
Digital Logic Computer Design lecture notes
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
Sustainable Sites - Green Building Construction
PDF
Well-logging-methods_new................
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
OOP with Java - Java Introduction (Basics)
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PPTX
Lecture Notes Electrical Wiring System Components
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
bas. eng. economics group 4 presentation 1.pptx
PDF
composite construction of structures.pdf
PPT on Performance Review to get promotions
Digital Logic Computer Design lecture notes
Automation-in-Manufacturing-Chapter-Introduction.pdf
Internet of Things (IOT) - A guide to understanding
Sustainable Sites - Green Building Construction
Well-logging-methods_new................
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
OOP with Java - Java Introduction (Basics)
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
Lecture Notes Electrical Wiring System Components
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
bas. eng. economics group 4 presentation 1.pptx
composite construction of structures.pdf

Automatic Object Detection and Target using Ultrasonic Sensor

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 637 Automatic object detection and target using Ultrasonic Sensor Lubna Afza1, Razikha parveen2 , Sunil T3, Jabeena Banu4 1,2,3 Asst Professor, Dept. of ECE, KNSIT, Bangalore, India 4PG Student, Dept. of ECE, RVCE, Bangalore, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The main objective of this paper is to secure border areas using Robotics. As one of the trends in the development of automation in war machinery in 21st century, has been researched and developed. The aim of this paperisto reduce human effort on Border areas, reflex time of response, precision to target a distant object. Until now the border security was totally dependent on soldier. In highly secured area the soldier detects the enemy and targets him. But if the soldier was not able to detect the enemy, the enemy could easily enter the secured area. So for increasing the security level microcontroller based automatic projectile system is introduced. The basic idea of this automatic projectile. Current system is capable to detect any radiation in the range of border and automatically target its position. The proposed system is based on Ultrasonic sensor.. The ultrasonic sensor provides 2cm to 400cm of non contact measurement functionality with a ranging accuracy that can reach up to 3mm. Each ultrasonic module includes a transmitter, a receiver and a control circuit. Key Words: Ultrasonic sensor, H BRIDGE , Stepper motor, Laser, ARM CONTROLLER. 1. INTRODUCTION A basic concept in automatic gun targeting system is to detect presence of living object and target its position. Targeting mechanism is automated as it uses ultrasonic sensor to detect the living object, its range and Ultrasonic sensors emit short, high-frequency sound pulses at regular intervals. The echo signals are reflected back to the sensor, when the object is hit, which itself computes the distance to the target based on the time-span between emitting the signal and receiving the echo. The Border security forces serve as first line of defence. It has a land frontier of 15,200 km (9,445 mi) and a coastline of 7,516.6 km(4,671 mi ) and hence it becomes necessary to secure this area. The proposed system does not take full responsibility but is an effort to reduce mistakes by security personnel at border. In the robotic system the sensor is mounted at the front side of the system to detect an object it provides information about the distance between the target and the Laser that is mounted on sensor. This information isdisplayedontheLCDscreenof type 16X2 which means two rows of 16 characters each. It has LED back light. If the distance is very far, then there is no change in the speed of the dc motor. If the distance is little far, then the speed of the motor is slow down. If the distance is very near, then the motor is stopped. This is the operation of the H BRIDGE driver circuit involved in this project and now the targeting gun targets the living object. In future the system can be enhanced using Bluetooth technology and increase the credibility of the system. 2. System Overview 2.1 Block Diagram of proposed method Fig1: block diagram ARM7 MICRO CONTROLLE R(LPC2148) LCD DISPLAY(16X2) POWER SUPPLY ULTRASO NIC SENSOR (HCSR04) RELAY MODULE (BC547) LASER H BRIDGE DRIVER RELAY (L293D) MOTOR DRIVER (ULN2803) DC MOTOR 1 DC MOTOR 2 MOTOR UPWARD/DO WNWARD DIRECTION MOTOR FOR ROTATION
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 638 2.1.1 Circuit diagram Fig 2: Circuit diagram As shown in the figure the living object is detected by presence of sensor which uses sound waves. The HC SR04 sends a ping as the submarine does and measures the time between sending and receiving anything back when an object (target) is in front of the sensor. Because using sound for its measurements we can reach up to 4 meters. The module has 4 pin connection. To power the module with 5volts, two pins are needed. One pin is trigger ping and last one is to read result of measurements, the echo pin. The measuring angle from HC SR04 is 15 degree and we mount this structure onto stepper motor so the angle can be effectively maximized for object detection. One ping of the HC-SR04 actually exists of 8 pulses at 40 kHz to do the measurement. To start a ping u need to provide a 10 us pulse on the trigger input. When the distance is measured by 8 pulses the HC-SR04 puts a pulse on echo pin and calculate length of echo pulse and speed of the sound. The speed of sound is 340 m/s and to divide length of pulse by this value to obtain results in mm. The ping is travelling towards a target and back to sensoragain.Becauseofthis we need to divide result by two. Multiple sensor modules can detect a single object and generate codes which in result generates signal on the multiple ports of the microcontroller.Undersuchsituation,it depends on the microcontroller to take the input of multiple sensors at a time and then decide the correct location of the object on the basis of received data 2.1.2 Rotating of stepper motor and conversion of echo signal for target detection The microcontroller, H Bridge circuit along with dc motors measures to move the robot. The following is based on ARM CONTROLLER and executes all measuring procedure, it generates signal of trigger, start of timer, measures the length of echo signal conversion of it to distance in specified unit. It certainly depends on how much of the motor rotates and targets itself to the object location and then, as the targeting function is complete with the help of interface between the ULN2803 IC and the microcontroller. The targeting system(LASER) gets activated, and light source starts focusing over the destined location. The fire lasts(beam lasts) until the sensor stops sensing the OBSTACLE. 2.2 Software Keil Micro version 4 software is used to program ARM 7 microcontroller LPC 2148. The software is capable to program the microcontroller and then generate the .hex file which is the hardware programming assemblylanguage file. The .hex file is applied to microcontroller to function as per our design. The steps involved to program the microcontroller using Kiel Microvision 4 are 1) Install evaluation version of Kiel Microvision 4 or 5 into the computer. Install the specific serial drivers for the connectivity from the PC to the PCB. 2) when you Open Kiel Microvision 4, it supports the programming in C language. Select appropriate settings related to the specified Microcontroller and then a window of program editing pops out. 3) Write the code in C language 4) A hardware file .hex file is required to be generated, to embed that logic into the microcontroller, 5) Go to Run>Generate .hex file and click on it to generate the .hex code of the specified C code. 6) Using Keil software embed .hex codeinto microcontroller 7) Once code embedded to microcontroller, switch the controller on and it will function as per the embedded code.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 639 2.3 FLOWCHART Fig 3: Flow Chart 2.1.2 Rotating of stepper motor and conversion of echo signal for target detection The microcontroller, H Bridge circuit along with dc motors measures to move the robot. The following is based on ARM CONTROLLER and executes all measuring procedure, it generates signal of trigger, start of timer, measures the length of echo signal conversion of it to distance in specified unit. It certainly depends on how much of the motor rotates and targets itself to the object location and then, as the targeting function is complete with the help of interface between the ULN2803 IC and the microcontroller. The targeting system(LASER) gets activated, and light source starts focusing over the destined location. The fire lasts(beam lasts) until the sensor stops sensing the OBSTACLE. 3. RESULT Fig 4: Hardware Implementation of the proposed model This proposed model locates an object and targets it. In the given circuit diagram the gun firing control mechanism uses LASER. The LASER connected to common point of relay circuit, and other end is grounded and inputpinisconnected to pin p1.21 of microcontroller. When p1.21 of microcontroller is zero then the LASER will not glow, means no object sensed by the sensor, so the gunwill notfiremeans the LASER is off. When the port p1.21 will be high on the object detection by the sensor,theLASERdetectedtheobject completely and is destroyed by targeting gun. Fig 5: Displays the status of LCD showing the name of project Object Detected Keep sensing any presence of Object Start Initialize Ultrasonic sensor trig pin and Initialize LCD Display Object Detected Turn on Delay Turn on the Laser Mechanism and Shoot
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 07 | July -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 640 Fig 6 : Displays the status of the implemented model in moving position Fig 7: Display status when the object is detected 4. CONCLUSIONS The project “OBJECT DETECTION ROBOT” here has been successfully designed and tested. Integrating features of all the hardware components used have developed it. Presence of all reasoned out and placed carefully thus contributing to the best working. The automatic gun targeting system is feasible for highly secure area such as border. The system consist of microcontroller unit, Sensor module, Laser to target. The automatic gun targeting system is based on ultrasonic sensor. This system helps reduce the responsibility and efforts of soldier in border security area. The system is economical as it usesthemicrocontrollerunit.Theautomatic object detection and targeting system is not taking full responsibility of security. The automatic object detection and targeting system can be easily implemented for the home security also. But the system shows better result in highly secured region. REFERENCES [1] Ajay S. Mirchapure “Automatic Gun Targeting System” Vol-2, Issue-5, 2016 ISSN: 2454-1362, 2016. [2] C. E. Daniell, D. H. Kemsley, W. P. Lincoln, W. A. Tackett, and G. A. Baraghimian, “Artificial neural networks for automatic target recognition,” Opt. Eng., vol. 31, no. 12, pp. 2521–2531, Dec.2012. [3] W. M. Brown and C. W. Swonger, “A prospectus for automatic target recognition,” IEEE Trans. Aerospace Electron. Syst., vol. 25, no. 3, pp.401–410, May 2011. [4]http://www.engineersgarage.com/contribution/automat ic -gun-targeting-system [5]http://www.academia.edu/4857984/AUTOMATIC_TA RGETING_SYSTEM4. [6]https://learn.adafruit.com/pir-passive- infrared...motionsensor/overview [7] S. Blackman and R. Popoli , Design and analysis of Modern Tracking Systems,pp.309 -313,1999:ArtechHouse or heads unless they are unavoidable. ACKNOWLEDGEMENT We would like to thank KNSIT, DEPT of ECE for providing resources for implementing this model. And also special thanks to our HOD Mr Aijaz Ali Khan. BIOGRAPHIES Mrs Lubna Afza Asst Professor, KNSIT, Bangalore Mrs Razikha parveen Asst Professor, KNSIT, Bangalore Mr Sunil T Asst Professor, KNSIT, Bangalore Ms Jabeena Banu PG Student, REVA university, Bangalore 2nd Author Photo 4th Author Photo 3rd Author Photo 1’st Author Photo