SlideShare a Scribd company logo
1 of 6
Download to read offline
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 06 | JUNE 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2430
Low-Cost DTMF Controlled Landmine Detection Rover
Rajat Mahendra Shukla1
1UG Student, Department of Electronics Engineering, Shri Ramdeobaba College of Engineering and Management,
Maharashtra, India
-----------------------------------------------------------------------------***----------------------------------------------------------------------------
Abstract - Landmines have been a major security concern
and reason for a large number of soldier casualties. While
governments around the world have been working towards
restricting the production and sales of these landmines, they
remain a major threat to soldiers around the world. This
project solely focuses on abolishing this threat making it
highly useful in defense fields. The Rover proposed is
controlled by DTMF (i.e. Dual Tone Multiple Frequency), this
enables the user to control the rover from a large range
wherever the network is available. Rover is efficiently
controlled using Arduino Uno and all the modules have been
interfaced for competent working. A land mine detector
circuit is attached to the front end of the rover which helps
in the detection of landmines present in the field. Once a land
mine is detected rover stops and obtains the location of the
rover using the GPS module present on the rover. This
location obtained by GPS module is sent back to the user
with help of a GSM module via a text message so that rover
can be tracked down and that land mine can be disabled for
safe passage.
Key words: DTMF, Arduino Uno, GPS, GSM
I. INTRODUCTION
A landmine is used to destroy heavy weapons and derail
the opposition Army. They are buried inside the soil and are
pressure sensitive so that they can be activated when
pressure is applied to them. These landmines are easy-to-
make, cheap and consist of explosive materials which can
cause immense damage to the receiving individuals. The
Landmines are usually buried from 0.1cm to 0.4cm below
the ground and require a minimum pressure of 9kg for
triggering them off. There are majorly two different types of
Mines like Anti-vehicle mines and Anti-personal mines. The
countries have been using different methods to find and
disable these illegally buried mines as they have been a
source of casualties for their own citizens.
Various combinations of Mine detecting techniques have
been used to detect these mines. The performance of the
rover is dependent upon the results produced by the
detector circuit. The rover helps by providing random
movements to the user over a simple string of commands.
We get 16 different input options with the use of DTMF
module and each input can be programmed to perform
different tasks. The purpose of this project is to design a
capable rover which can detect the mines buried inside the
ground. Rover should be programmed in such a way that
when the landmine is detected it must stop, mark the
location and send the data regarding this location to the
user via a text message. This rover can be used to clear the
area and get rid of these mines ensuring a safe passage for
the soldiers. Rover should be able to detect almost 90% of
these mines accurately and mark the location with accuracy
up to 5cm. This rover should be able to operate remotely,
ensuring the safety of user.
II. MODULE DESCRIPTION
A. Arduino Uno
First, Arduino Uno is a microcontroller board based on
the ATmega328P. The board consists of 14 Digital pins, 6
Analog pins, and is programmable with the Arduino
IDE via a USB Type-B cable. It can be powered by an
external 9-12V battery using DC power jack port and USB
cable present on board. It can be easily programmed using
C or C++ language. In this project, it acts as the control unit
for all the activities carried out by the rover. [1]
Fig 1: Arduino Uno
B. DTMF Module
This module is used to detect the dialed tones from a
mobile phone. DTMF is a form of one-sided communication
between the rover and the user. There are 16 different
input options that can be programmed to do perform
separate functions. When a key is pressed on the keyboard
at the users end it generates a unique tone consisting of
two audible tone frequency. For the communication to be
complete system consists of a tone generator and tone
decoder. The decoder module used in this project consists
of the DTMF Decoder IC-MT8870DE which converts the
input dial tone to 4 digital output. These digital outputs
generated with the help of Decoder IC can be used to
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 06 | JUNE 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2431
interface with the microcontroller for application
purposes.
Fig2. Touch Tone DTMF Frequencies
C. GPS Module
GPS (Global Positioning System) is used to detect the
Latitude and Longitude of any location on the Earth, with
exact UTC (Universal Time Coordinated). This device
receives the coordinates from the satellite for each and
every second with time and date. GPS offers great accuracy
and efficiency. In this project whenever a landmine has
detected the location of this landmine is transmitted to the
user via a text message.
Fig 3. GPS Module
D. GSM Module
The SIM800A modem has a SIM800A GSM chip and
RS232 interface while enables easy connection with the
computer or laptop using the USB to Serial connector or to
the microcontroller using the RS232 to TTL converter. The
SIM800A is a Quad Band GSM Module. The Voltage Supply
required for the module to function from 9VDC to 12VDC
with at least 2A peak current capability. The External
Finger type antenna is used for transmission of the signal.
The geolocation of the vehicle captured through GPS
module produces a data and this data is transmitted to the
user by using GSM technology via a text message [2]. The
use of GSM technology makes the use of network services
provided in the area making the application of this system
wide spread.
Fig 4. GSM Module
E. Driver Module – L293D
L293D is a typical Motor driver that allows DC motor to
drive on either direction. L293D is a 16-pin IC that can
control a set of two DC motors simultaneously in any
direction. It means that you can control two DC
motors with a single L293D IC. The L293D is designed to
provide bidirectional drive currents of up to 600 mA (per
channel) at voltages from 4.5 V to 36 V. [1]
Fig 5. Motor Driver
F. Mine Detector Circuit
When a metal is bought close to the coil the inductance of
coil changes. The inductance varies with the type of
material which is bought near the coil if a ferromagnetic
material is bought close to the coil inductance of oil
changes whereas when exposed to a non-ferromagnetic
material the inductance decreases. A PWM pulse wave is
generated using help of microcontroller which is then
provided to a LR high pass filter. The capacitor present in
the circuit is charged using the spikes pulses. It requires a
few pulses to charge to a point where the voltage can be
read by the analog pin of microcontroller. After reading
this voltage capacitor is discharged. The approximate
inductance of coil is measured and the output of the circuit
is observed using buzzer and LED.
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 06 | JUNE 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2432
Fig 6. Landmine Detection circuit
III.SYSTEM ARCHITECTURE
The system proposed is illustrated in Fig 7. The rover
consists of an Arduino Uno board, GPS module, GSM
module, DC Motors, DTMF decoder & landmine detection
circuit. The Arduino present on the rover is the control unit
and performs a very important function of interfacing and
acts like a coordinator between different modules. We are
using the DTMF function of the mobile phones. The user has
to place a call for their ‘ Remote mobile’ phone to the
‘ Driver mobile’ phone placed inside the rover. Once
the call is accepted by the driver mobile phone, the rover
can be driver seamlessly by giving commands from Remote
mobile phone at the users end. Different keys have been
assigned function which have been pre-programmed in the
software code using Arduino IDE, this is done by addition of
Arduino DTMF library .
Microcontroller present in the Arduino board is used to
generate a square wave which is provided to the capacitor
present in the Mine detection circuit. The capacitor is
charged by the rising pulses, it takes a few pulses to charge
it to a value where the voltage can be read by
microcontroller. This voltage is read by microcontroller
using the ACD unit present in it. Once the voltage is read it
is discharged by making the capacitor pin as output and
setting it to low. This process is repeated as the whole
process is taking about 200 microseconds to complete, an
average value is obtained. In this way the inductance of coil
can be measured to the nearest approximation. These
obtained results are illustrated with the help of LED and
Buzzer present in the circuit.
Whenever a landmine is detected the rover stops
overriding any other command and with the help of GPS
module present on board the location of this detected
landmine is given back to the user. The GPS receiver
obtains the data as the entire NMEA format text. Only the
latitude and longitude coordinates are taken from it; using
the Arduino TinyGPS library and then the GSM module
sends SMS to the number specified in the code.
The rover needs a capable power source which can last
long and provide for all the different modules at the same
time without fail. The search of landmines can lead to hours
of usage before stumbling upon a successful result. This
obtained location can be tracked down using the GPS
tracker which are present at the users disposal. It is an
effective and efficient way of detecting mine and diffusing
them for a safe passage. The operation of driving the rover
and receiving the text message containing the location of
landmines can be done via one single Remote mobile
present at the users disposal.
Fig 7. System Design
IV. SOFTWARE IMPLEMENTATION AND WORKING
The Software implementation of the rover includes
coding of Microcontroller using Arduino IDE according to
which the motor driver moves the motors. The direction in
which the motors move directed by the DTMF present
onboard of the rover. GPS module present in the rover
obtains the data regarding the landmine and the data about
longitude and latitude is obtained using the TinyGPS library
this location obtained is sent via a text message using the
GSM module present on the rover. Arduino IDE provides a
user friendly yet powerful environment for programming.
It is used for compilation and uploading code to the
Arduino UNO board using the USB cable.
We first included all the libraries are required to
program the rover. For the DTMF decoder module to be
operational we have to include the DTMF library which
helps in decoding the input frequency to the digital output.
TinyGPS is an Arduino library used for parsing NEMA data
streams which are actually obtained by the GPS module.
This library is used as it actually provides a compact and
easy-to-use method for extracting latitude and longitude
measurements of the landmine. We have also used
SoftwareSerial library which has been used to enable serial
communication on other digital pins of the Arduino board
as it uses software to replicate the functionality.
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 06 | JUNE 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2433
For GPS data of the detected mine and other information
received from the GPS module through GSM network, the
SIM800A module connected with Arduino Uno
microcontroller is used. AT command instructions are used
to control the modem. The SIM card present in the GSM
module is checked by using AT commands. Then we check
the response of the network response system and checks
GPS status and acquires the information about the
landmine. The function SendMessage() is used to send the
SMS to carry this out we should set the GSM module to text
mode first which is again carried out using AT
commands. To achieve this we use the mySerial.println()
function mySerial.println writes data to software serial port
and this is recognized by GSM module. After setting the
GSM module to Text mode, we input the mobile number of
the user which is achieved with AT command
“ AT+CMGS=” +91xxxxxxxxxx” r” . The message is
received by the user on the same mobile phone which is
used to control the rover using DTMF keypad inputs. [7]
Working of System:
Step 1: Place this rover on the field which has to be
surveyed.
Step 2: Place a call from Remote Mobile to Driver Mobile
an accept.
Step 3: Rover will wait for the command to move from
user. Landmine detection part of rover starts scanning
the field.
Step 4: Check the below condition for each scan.
if (Metal sensor will detect any object)
Go to Step 5 and continue.
else
Keep moving until Landmine is detected.
Go to Step 3.
Step 5: STOP.
Step 6: Get the NMEA data from GPS Module.
Step 7: Send this data to the operator using GSM module
via a text message to Remote mobile.
Step 8: End
The rover can be tracked to the transmitted GPS
location. This landmine can be diffused and safe passage
can be secured. [8]
Fig 8. Arduino IDE Sketch of Coding Proposed System
V. SIMULATION AND RESULTS
The design of the proposed rover is landmine detecting
rover which is capable of detecting landmines and give its
location to the operator via a text message using the GSM
module present on board of the rover. The rover can move
in four directions and there is one button which can be
used to stop the movement of the rover. After making and
accepting the call on the Remote mobile, Rover can be
moved forward via key 2 and it can be reversed using key
8. User can use key 4 facilitates a left turn whereas the
right turn is enable by key 6. Key 5 is used to stop the rover
from moving and stopping at one place. Combining all the
different modules present we were able to get a final
circuit of the working prototype of the rover. This circuit is
shown in Fig 9.
The rover proposed has been tested rigorously by
varying the length of the buried landmine from 1 to 5 cm
below the soil. These results were recorded and we found
that the rover was capable of detecting mines almost 95
percent of times. The rovers chassis is built and protected
in such a way that it is protected from any kind of
environment a small power band of 800mAh is attached
inside the rover so that it can run for long period of time
without running out of power. The power bank can be
recharged and the rover is good to go again.
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 06 | JUNE 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2434
Fig 9. Final Simulation Circuit
Fig 10 shows a working prototype of the proposed rover.
The landmine detector circuit like the rover is operated by
the Arduino Uno board. Mine detector coil is actually to the
front part of the rover which facilitates the detection part
of the circuit. This coil can be attached at any length from
the rover and is extendable.
Fig 10. Prototype of the Rover
VI. CONCLUSIONS
Landmine detection and clearance is a mundane task
and Human involvement in such activities can prove to be
exhausting and source of great danger. Landmines have
been reason of hundreds of injuries and deaths from
various sites around the world. The search methods
employed to disable these methods are expensive and
prove to be ineffective. The cost required to carry out these
search is alarmingly high. We have used a keypad mobile
phone by Nokia as the Driver mobile phone which is
attached to the DTMF module as they provide the best
possible results.
This project focuses on a cheap landmine detection
techniques. The rover proposed is very light weight and
has no chance of activating the landmine by accident. It can
be controlled and tracked wirelessly making it perfect to
go to remote places easily. The rover detects these
landmines and location is sent back to the user through a
text message.
VII. FUTURE ENHANCEMENT
Future work includes addition of a camera modules which
are capable of transmitting live video feed to the user over
the internet. This makes navigation of rover much easier.
The rover can also be made autonomous so that it can
navigate the area under test thoroughly without human
direction. It should be equipped with all obstacle detection
and collision prevention code.
REFERENCES
[1] T. Palaniappan ,V.Devaguru, Vidya P Janaki and
Dr.R.Suresh Babu, “ DTMF BASED MINE DETECTION
ROVER” , International Journal of Advanced Research
Trends in Engineering and Technology (IJARTET), Vol.
5, Special Issue 13, March 2018
[2] June Myint Mo Khin and Dr. Nyein Nyein Oo, “ Real-
Time Vehicle Tracking System Using Arduino, GPS,
GSM and Web-Based Technologies” , International
Journal of Science and Engineering Applications,
Volume 7– Issue 11,433-436, 2018
[3] Achut Manandhar, Peter A. Torrione, Leslie M. Collins
and Kenneth D. Morton, “ Multiple-Instance Hidden
Markov Model for GPR-BasedLandmine Detection,”
IEEE transactions on Geosciences and remote sensing,
vol. 53, no. 4, pp. 1737-1745, April 2015
[4] K.S. Ruchitha, Soumya Anand, Anurima Das and
Rajasree P.M, “ Design and Development of Landmine
Detecting Robot” , International Journal of Innovative
Research in Science, Engineering and Technology, Vol.
5, Issue 4, April 2016
[5] Kenzo Nonami, Seiji Masunaga and Daniel Waterman
Mine Detection Robot and Related Technologies for
Humanitarian Demining", Japan, 2008.
[6] https://www.ijert.org/automatic-vehicle-
identification-at-tollgates-and-theft-detection-of-
vehicles
[7] https://mechatrofice.com/arduino/send-gps-location-
via-sms
[8] Kishan Malaviya, Mihir Vyas and Ashish Vara,
“ Autonomous Landmine Detecting and Mapping
Robot” , International Journal of Innovative Research
in Computer and Communication Engineering, Vol. 3,
Issue 2, February 2015
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 06 | JUNE 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2435
[9] https://www.arduino.cc/en/Reference/SoftwareSeria
l
BIOGRAPHY
Rajat Mahendra Shukla, currently pursuing
BE in Electronics at Shri Ramdeobaba
College Of Engineering and Management.
Inclined towards Embedded Systems,
Internet of Things and Artificial Intelligence.

More Related Content

What's hot

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
 
WIRELESS ROBOT PPT
WIRELESS ROBOT PPTWIRELESS ROBOT PPT
WIRELESS ROBOT PPTAIRTEL
 
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
 
Bluetooth Controlled Robot/Car
Bluetooth Controlled Robot/CarBluetooth Controlled Robot/Car
Bluetooth Controlled Robot/CarVarun A M
 
Wireless industrial robot
Wireless  industrial robotWireless  industrial robot
Wireless industrial robotVarun B P
 
Fire fighting robot remotely operated by android applications
Fire fighting robot remotely operated by android applicationsFire fighting robot remotely operated by android applications
Fire fighting robot remotely operated by android applicationsEdgefxkits & Solutions
 
Secure Surveillance Using Virtual Intelligent Agent With Dominating
Secure Surveillance Using Virtual Intelligent Agent With DominatingSecure Surveillance Using Virtual Intelligent Agent With Dominating
Secure Surveillance Using Virtual Intelligent Agent With Dominatingsindhuls
 
Android-based surveillance Robot
Android-based surveillance RobotAndroid-based surveillance Robot
Android-based surveillance RobotTonmoy Bora
 
Wireless robot ppt
Wireless robot pptWireless robot ppt
Wireless robot pptVarun B P
 
Surveillance Robot for Military Application Using ARM
Surveillance Robot for Military Application Using ARMSurveillance Robot for Military Application Using ARM
Surveillance Robot for Military Application Using ARMIJTET Journal
 
Design of Mine Dection Robot using GSM Network without Microcontroller
Design of Mine Dection Robot using GSM Network without MicrocontrollerDesign of Mine Dection Robot using GSM Network without Microcontroller
Design of Mine Dection Robot using GSM Network without MicrocontrollerIRJET Journal
 
War Field Spying Robot with Fire Fighting Alarm.
War Field Spying Robot with Fire Fighting Alarm.War Field Spying Robot with Fire Fighting Alarm.
War Field Spying Robot with Fire Fighting Alarm.vansh_raheja
 
Ijeee 33-36-surveillance system for coal mines based on wireless sensor network
Ijeee 33-36-surveillance system for coal mines based on wireless sensor networkIjeee 33-36-surveillance system for coal mines based on wireless sensor network
Ijeee 33-36-surveillance system for coal mines based on wireless sensor networkKumar Goud
 
War Field Spying Robot with Night Vision Wireless Camera
War Field Spying Robot with Night Vision Wireless CameraWar Field Spying Robot with Night Vision Wireless Camera
War Field Spying Robot with Night Vision Wireless CameraEdgefxkits & Solutions
 
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET Journal
 
IRJET- Wireless Controlled Robot for Bomb Detection and Defusion
IRJET- Wireless Controlled Robot for Bomb Detection and DefusionIRJET- Wireless Controlled Robot for Bomb Detection and Defusion
IRJET- Wireless Controlled Robot for Bomb Detection and DefusionIRJET Journal
 
Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626shailesh yadav
 
Cell Phone Operated Robot for Search and Research of an Object
Cell Phone Operated Robot for Search and Research of an ObjectCell Phone Operated Robot for Search and Research of an Object
Cell Phone Operated Robot for Search and Research of an ObjectNikita Kaushal
 

What's hot (20)

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 ...
 
WIRELESS ROBOT PPT
WIRELESS ROBOT PPTWIRELESS ROBOT PPT
WIRELESS ROBOT PPT
 
Wireless AI based industrial security robot
Wireless AI based industrial security robotWireless AI based industrial security robot
Wireless AI based industrial security robot
 
Bluetooth Controlled Robot/Car
Bluetooth Controlled Robot/CarBluetooth Controlled Robot/Car
Bluetooth Controlled Robot/Car
 
Wireless industrial robot
Wireless  industrial robotWireless  industrial robot
Wireless industrial robot
 
Fire fighting robot remotely operated by android applications
Fire fighting robot remotely operated by android applicationsFire fighting robot remotely operated by android applications
Fire fighting robot remotely operated by android applications
 
Secure Surveillance Using Virtual Intelligent Agent With Dominating
Secure Surveillance Using Virtual Intelligent Agent With DominatingSecure Surveillance Using Virtual Intelligent Agent With Dominating
Secure Surveillance Using Virtual Intelligent Agent With Dominating
 
Android-based surveillance Robot
Android-based surveillance RobotAndroid-based surveillance Robot
Android-based surveillance Robot
 
Wireless robot ppt
Wireless robot pptWireless robot ppt
Wireless robot ppt
 
Surveillance Robot for Military Application Using ARM
Surveillance Robot for Military Application Using ARMSurveillance Robot for Military Application Using ARM
Surveillance Robot for Military Application Using ARM
 
Design of Mine Dection Robot using GSM Network without Microcontroller
Design of Mine Dection Robot using GSM Network without MicrocontrollerDesign of Mine Dection Robot using GSM Network without Microcontroller
Design of Mine Dection Robot using GSM Network without Microcontroller
 
War Field Spying Robot with Fire Fighting Alarm.
War Field Spying Robot with Fire Fighting Alarm.War Field Spying Robot with Fire Fighting Alarm.
War Field Spying Robot with Fire Fighting Alarm.
 
Ijeee 33-36-surveillance system for coal mines based on wireless sensor network
Ijeee 33-36-surveillance system for coal mines based on wireless sensor networkIjeee 33-36-surveillance system for coal mines based on wireless sensor network
Ijeee 33-36-surveillance system for coal mines based on wireless sensor network
 
Ppt
PptPpt
Ppt
 
War Field Spying Robot with Night Vision Wireless Camera
War Field Spying Robot with Night Vision Wireless CameraWar Field Spying Robot with Night Vision Wireless Camera
War Field Spying Robot with Night Vision Wireless Camera
 
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
 
IRJET- Wireless Controlled Robot for Bomb Detection and Defusion
IRJET- Wireless Controlled Robot for Bomb Detection and DefusionIRJET- Wireless Controlled Robot for Bomb Detection and Defusion
IRJET- Wireless Controlled Robot for Bomb Detection and Defusion
 
Anam rajkumar sarvesh
Anam rajkumar sarveshAnam rajkumar sarvesh
Anam rajkumar sarvesh
 
Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626
 
Cell Phone Operated Robot for Search and Research of an Object
Cell Phone Operated Robot for Search and Research of an ObjectCell Phone Operated Robot for Search and Research of an Object
Cell Phone Operated Robot for Search and Research of an Object
 

Similar to IRJET- Low-Cost DTMF Controlled Landmine Detection Rover

"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board""Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"Disha Modi
 
"Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD."
"Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD.""Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD."
"Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD."Disha Modi
 
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
 
Substation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoTSubstation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoTIRJET Journal
 
Smart accident detector and intimator [autosaved]
Smart accident detector and intimator [autosaved]Smart accident detector and intimator [autosaved]
Smart accident detector and intimator [autosaved]Sivajyothi paramsivam
 
Underground Cable Fault Detection Using Arduino
Underground Cable Fault Detection Using ArduinoUnderground Cable Fault Detection Using Arduino
Underground Cable Fault Detection Using ArduinoIRJET Journal
 
IRJET- Power Theft Detection and Monitoring using GSM Technology
IRJET-  	  Power Theft Detection and Monitoring using GSM TechnologyIRJET-  	  Power Theft Detection and Monitoring using GSM Technology
IRJET- Power Theft Detection and Monitoring using GSM TechnologyIRJET Journal
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET Journal
 
Iaetsd real time implementation of railway
Iaetsd real time implementation of railwayIaetsd real time implementation of railway
Iaetsd real time implementation of railwayIaetsd Iaetsd
 
IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET 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
 
Fault Detection In Vehicles Using Sensors
Fault Detection In Vehicles Using SensorsFault Detection In Vehicles Using Sensors
Fault Detection In Vehicles Using SensorsIJARIDEA Journal
 
IRJET- Design and Implementation of Driverless Car using Machine Learning
IRJET- Design and Implementation of Driverless Car using Machine LearningIRJET- Design and Implementation of Driverless Car using Machine Learning
IRJET- Design and Implementation of Driverless Car using Machine LearningIRJET 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- IoT based Fault Finding of an Underground Cable
IRJET-  	  IoT based Fault Finding of an Underground CableIRJET-  	  IoT based Fault Finding of an Underground Cable
IRJET- IoT based Fault Finding of an Underground CableIRJET Journal
 
IRJET- Design of Arduino based Underground Cable Fault Detector
IRJET- Design of Arduino based Underground Cable Fault DetectorIRJET- Design of Arduino based Underground Cable Fault Detector
IRJET- Design of Arduino based Underground Cable Fault DetectorIRJET Journal
 
Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...eSAT Journals
 
IRJET- GSM based Agricultural Monitoring System using Drone
IRJET-  	  GSM based Agricultural Monitoring System using DroneIRJET-  	  GSM based Agricultural Monitoring System using Drone
IRJET- GSM based Agricultural Monitoring System using DroneIRJET Journal
 
IOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIRJET Journal
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillIRJET Journal
 

Similar to IRJET- Low-Cost DTMF Controlled Landmine Detection Rover (20)

"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board""Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
 
"Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD."
"Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD.""Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD."
"Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD."
 
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
 
Substation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoTSubstation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoT
 
Smart accident detector and intimator [autosaved]
Smart accident detector and intimator [autosaved]Smart accident detector and intimator [autosaved]
Smart accident detector and intimator [autosaved]
 
Underground Cable Fault Detection Using Arduino
Underground Cable Fault Detection Using ArduinoUnderground Cable Fault Detection Using Arduino
Underground Cable Fault Detection Using Arduino
 
IRJET- Power Theft Detection and Monitoring using GSM Technology
IRJET-  	  Power Theft Detection and Monitoring using GSM TechnologyIRJET-  	  Power Theft Detection and Monitoring using GSM Technology
IRJET- Power Theft Detection and Monitoring using GSM Technology
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
 
Iaetsd real time implementation of railway
Iaetsd real time implementation of railwayIaetsd real time implementation of railway
Iaetsd real time implementation of railway
 
IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for Vehicle
 
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
 
Fault Detection In Vehicles Using Sensors
Fault Detection In Vehicles Using SensorsFault Detection In Vehicles Using Sensors
Fault Detection In Vehicles Using Sensors
 
IRJET- Design and Implementation of Driverless Car using Machine Learning
IRJET- Design and Implementation of Driverless Car using Machine LearningIRJET- Design and Implementation of Driverless Car using Machine Learning
IRJET- Design and Implementation of Driverless Car using Machine Learning
 
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- IoT based Fault Finding of an Underground Cable
IRJET-  	  IoT based Fault Finding of an Underground CableIRJET-  	  IoT based Fault Finding of an Underground Cable
IRJET- IoT based Fault Finding of an Underground Cable
 
IRJET- Design of Arduino based Underground Cable Fault Detector
IRJET- Design of Arduino based Underground Cable Fault DetectorIRJET- Design of Arduino based Underground Cable Fault Detector
IRJET- Design of Arduino based Underground Cable Fault Detector
 
Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...
 
IRJET- GSM based Agricultural Monitoring System using Drone
IRJET-  	  GSM based Agricultural Monitoring System using DroneIRJET-  	  GSM based Agricultural Monitoring System using Drone
IRJET- GSM based Agricultural Monitoring System using Drone
 
IOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring System
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring Windmill
 

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

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
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
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 

Recently uploaded (20)

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
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
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 

IRJET- Low-Cost DTMF Controlled Landmine Detection Rover

  • 1. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 06 | JUNE 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2430 Low-Cost DTMF Controlled Landmine Detection Rover Rajat Mahendra Shukla1 1UG Student, Department of Electronics Engineering, Shri Ramdeobaba College of Engineering and Management, Maharashtra, India -----------------------------------------------------------------------------***---------------------------------------------------------------------------- Abstract - Landmines have been a major security concern and reason for a large number of soldier casualties. While governments around the world have been working towards restricting the production and sales of these landmines, they remain a major threat to soldiers around the world. This project solely focuses on abolishing this threat making it highly useful in defense fields. The Rover proposed is controlled by DTMF (i.e. Dual Tone Multiple Frequency), this enables the user to control the rover from a large range wherever the network is available. Rover is efficiently controlled using Arduino Uno and all the modules have been interfaced for competent working. A land mine detector circuit is attached to the front end of the rover which helps in the detection of landmines present in the field. Once a land mine is detected rover stops and obtains the location of the rover using the GPS module present on the rover. This location obtained by GPS module is sent back to the user with help of a GSM module via a text message so that rover can be tracked down and that land mine can be disabled for safe passage. Key words: DTMF, Arduino Uno, GPS, GSM I. INTRODUCTION A landmine is used to destroy heavy weapons and derail the opposition Army. They are buried inside the soil and are pressure sensitive so that they can be activated when pressure is applied to them. These landmines are easy-to- make, cheap and consist of explosive materials which can cause immense damage to the receiving individuals. The Landmines are usually buried from 0.1cm to 0.4cm below the ground and require a minimum pressure of 9kg for triggering them off. There are majorly two different types of Mines like Anti-vehicle mines and Anti-personal mines. The countries have been using different methods to find and disable these illegally buried mines as they have been a source of casualties for their own citizens. Various combinations of Mine detecting techniques have been used to detect these mines. The performance of the rover is dependent upon the results produced by the detector circuit. The rover helps by providing random movements to the user over a simple string of commands. We get 16 different input options with the use of DTMF module and each input can be programmed to perform different tasks. The purpose of this project is to design a capable rover which can detect the mines buried inside the ground. Rover should be programmed in such a way that when the landmine is detected it must stop, mark the location and send the data regarding this location to the user via a text message. This rover can be used to clear the area and get rid of these mines ensuring a safe passage for the soldiers. Rover should be able to detect almost 90% of these mines accurately and mark the location with accuracy up to 5cm. This rover should be able to operate remotely, ensuring the safety of user. II. MODULE DESCRIPTION A. Arduino Uno First, Arduino Uno is a microcontroller board based on the ATmega328P. The board consists of 14 Digital pins, 6 Analog pins, and is programmable with the Arduino IDE via a USB Type-B cable. It can be powered by an external 9-12V battery using DC power jack port and USB cable present on board. It can be easily programmed using C or C++ language. In this project, it acts as the control unit for all the activities carried out by the rover. [1] Fig 1: Arduino Uno B. DTMF Module This module is used to detect the dialed tones from a mobile phone. DTMF is a form of one-sided communication between the rover and the user. There are 16 different input options that can be programmed to do perform separate functions. When a key is pressed on the keyboard at the users end it generates a unique tone consisting of two audible tone frequency. For the communication to be complete system consists of a tone generator and tone decoder. The decoder module used in this project consists of the DTMF Decoder IC-MT8870DE which converts the input dial tone to 4 digital output. These digital outputs generated with the help of Decoder IC can be used to
  • 2. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 06 | JUNE 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2431 interface with the microcontroller for application purposes. Fig2. Touch Tone DTMF Frequencies C. GPS Module GPS (Global Positioning System) is used to detect the Latitude and Longitude of any location on the Earth, with exact UTC (Universal Time Coordinated). This device receives the coordinates from the satellite for each and every second with time and date. GPS offers great accuracy and efficiency. In this project whenever a landmine has detected the location of this landmine is transmitted to the user via a text message. Fig 3. GPS Module D. GSM Module The SIM800A modem has a SIM800A GSM chip and RS232 interface while enables easy connection with the computer or laptop using the USB to Serial connector or to the microcontroller using the RS232 to TTL converter. The SIM800A is a Quad Band GSM Module. The Voltage Supply required for the module to function from 9VDC to 12VDC with at least 2A peak current capability. The External Finger type antenna is used for transmission of the signal. The geolocation of the vehicle captured through GPS module produces a data and this data is transmitted to the user by using GSM technology via a text message [2]. The use of GSM technology makes the use of network services provided in the area making the application of this system wide spread. Fig 4. GSM Module E. Driver Module – L293D L293D is a typical Motor driver that allows DC motor to drive on either direction. L293D is a 16-pin IC that can control a set of two DC motors simultaneously in any direction. It means that you can control two DC motors with a single L293D IC. The L293D is designed to provide bidirectional drive currents of up to 600 mA (per channel) at voltages from 4.5 V to 36 V. [1] Fig 5. Motor Driver F. Mine Detector Circuit When a metal is bought close to the coil the inductance of coil changes. The inductance varies with the type of material which is bought near the coil if a ferromagnetic material is bought close to the coil inductance of oil changes whereas when exposed to a non-ferromagnetic material the inductance decreases. A PWM pulse wave is generated using help of microcontroller which is then provided to a LR high pass filter. The capacitor present in the circuit is charged using the spikes pulses. It requires a few pulses to charge to a point where the voltage can be read by the analog pin of microcontroller. After reading this voltage capacitor is discharged. The approximate inductance of coil is measured and the output of the circuit is observed using buzzer and LED.
  • 3. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 06 | JUNE 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2432 Fig 6. Landmine Detection circuit III.SYSTEM ARCHITECTURE The system proposed is illustrated in Fig 7. The rover consists of an Arduino Uno board, GPS module, GSM module, DC Motors, DTMF decoder & landmine detection circuit. The Arduino present on the rover is the control unit and performs a very important function of interfacing and acts like a coordinator between different modules. We are using the DTMF function of the mobile phones. The user has to place a call for their ‘ Remote mobile’ phone to the ‘ Driver mobile’ phone placed inside the rover. Once the call is accepted by the driver mobile phone, the rover can be driver seamlessly by giving commands from Remote mobile phone at the users end. Different keys have been assigned function which have been pre-programmed in the software code using Arduino IDE, this is done by addition of Arduino DTMF library . Microcontroller present in the Arduino board is used to generate a square wave which is provided to the capacitor present in the Mine detection circuit. The capacitor is charged by the rising pulses, it takes a few pulses to charge it to a value where the voltage can be read by microcontroller. This voltage is read by microcontroller using the ACD unit present in it. Once the voltage is read it is discharged by making the capacitor pin as output and setting it to low. This process is repeated as the whole process is taking about 200 microseconds to complete, an average value is obtained. In this way the inductance of coil can be measured to the nearest approximation. These obtained results are illustrated with the help of LED and Buzzer present in the circuit. Whenever a landmine is detected the rover stops overriding any other command and with the help of GPS module present on board the location of this detected landmine is given back to the user. The GPS receiver obtains the data as the entire NMEA format text. Only the latitude and longitude coordinates are taken from it; using the Arduino TinyGPS library and then the GSM module sends SMS to the number specified in the code. The rover needs a capable power source which can last long and provide for all the different modules at the same time without fail. The search of landmines can lead to hours of usage before stumbling upon a successful result. This obtained location can be tracked down using the GPS tracker which are present at the users disposal. It is an effective and efficient way of detecting mine and diffusing them for a safe passage. The operation of driving the rover and receiving the text message containing the location of landmines can be done via one single Remote mobile present at the users disposal. Fig 7. System Design IV. SOFTWARE IMPLEMENTATION AND WORKING The Software implementation of the rover includes coding of Microcontroller using Arduino IDE according to which the motor driver moves the motors. The direction in which the motors move directed by the DTMF present onboard of the rover. GPS module present in the rover obtains the data regarding the landmine and the data about longitude and latitude is obtained using the TinyGPS library this location obtained is sent via a text message using the GSM module present on the rover. Arduino IDE provides a user friendly yet powerful environment for programming. It is used for compilation and uploading code to the Arduino UNO board using the USB cable. We first included all the libraries are required to program the rover. For the DTMF decoder module to be operational we have to include the DTMF library which helps in decoding the input frequency to the digital output. TinyGPS is an Arduino library used for parsing NEMA data streams which are actually obtained by the GPS module. This library is used as it actually provides a compact and easy-to-use method for extracting latitude and longitude measurements of the landmine. We have also used SoftwareSerial library which has been used to enable serial communication on other digital pins of the Arduino board as it uses software to replicate the functionality.
  • 4. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 06 | JUNE 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2433 For GPS data of the detected mine and other information received from the GPS module through GSM network, the SIM800A module connected with Arduino Uno microcontroller is used. AT command instructions are used to control the modem. The SIM card present in the GSM module is checked by using AT commands. Then we check the response of the network response system and checks GPS status and acquires the information about the landmine. The function SendMessage() is used to send the SMS to carry this out we should set the GSM module to text mode first which is again carried out using AT commands. To achieve this we use the mySerial.println() function mySerial.println writes data to software serial port and this is recognized by GSM module. After setting the GSM module to Text mode, we input the mobile number of the user which is achieved with AT command “ AT+CMGS=” +91xxxxxxxxxx” r” . The message is received by the user on the same mobile phone which is used to control the rover using DTMF keypad inputs. [7] Working of System: Step 1: Place this rover on the field which has to be surveyed. Step 2: Place a call from Remote Mobile to Driver Mobile an accept. Step 3: Rover will wait for the command to move from user. Landmine detection part of rover starts scanning the field. Step 4: Check the below condition for each scan. if (Metal sensor will detect any object) Go to Step 5 and continue. else Keep moving until Landmine is detected. Go to Step 3. Step 5: STOP. Step 6: Get the NMEA data from GPS Module. Step 7: Send this data to the operator using GSM module via a text message to Remote mobile. Step 8: End The rover can be tracked to the transmitted GPS location. This landmine can be diffused and safe passage can be secured. [8] Fig 8. Arduino IDE Sketch of Coding Proposed System V. SIMULATION AND RESULTS The design of the proposed rover is landmine detecting rover which is capable of detecting landmines and give its location to the operator via a text message using the GSM module present on board of the rover. The rover can move in four directions and there is one button which can be used to stop the movement of the rover. After making and accepting the call on the Remote mobile, Rover can be moved forward via key 2 and it can be reversed using key 8. User can use key 4 facilitates a left turn whereas the right turn is enable by key 6. Key 5 is used to stop the rover from moving and stopping at one place. Combining all the different modules present we were able to get a final circuit of the working prototype of the rover. This circuit is shown in Fig 9. The rover proposed has been tested rigorously by varying the length of the buried landmine from 1 to 5 cm below the soil. These results were recorded and we found that the rover was capable of detecting mines almost 95 percent of times. The rovers chassis is built and protected in such a way that it is protected from any kind of environment a small power band of 800mAh is attached inside the rover so that it can run for long period of time without running out of power. The power bank can be recharged and the rover is good to go again.
  • 5. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 06 | JUNE 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2434 Fig 9. Final Simulation Circuit Fig 10 shows a working prototype of the proposed rover. The landmine detector circuit like the rover is operated by the Arduino Uno board. Mine detector coil is actually to the front part of the rover which facilitates the detection part of the circuit. This coil can be attached at any length from the rover and is extendable. Fig 10. Prototype of the Rover VI. CONCLUSIONS Landmine detection and clearance is a mundane task and Human involvement in such activities can prove to be exhausting and source of great danger. Landmines have been reason of hundreds of injuries and deaths from various sites around the world. The search methods employed to disable these methods are expensive and prove to be ineffective. The cost required to carry out these search is alarmingly high. We have used a keypad mobile phone by Nokia as the Driver mobile phone which is attached to the DTMF module as they provide the best possible results. This project focuses on a cheap landmine detection techniques. The rover proposed is very light weight and has no chance of activating the landmine by accident. It can be controlled and tracked wirelessly making it perfect to go to remote places easily. The rover detects these landmines and location is sent back to the user through a text message. VII. FUTURE ENHANCEMENT Future work includes addition of a camera modules which are capable of transmitting live video feed to the user over the internet. This makes navigation of rover much easier. The rover can also be made autonomous so that it can navigate the area under test thoroughly without human direction. It should be equipped with all obstacle detection and collision prevention code. REFERENCES [1] T. Palaniappan ,V.Devaguru, Vidya P Janaki and Dr.R.Suresh Babu, “ DTMF BASED MINE DETECTION ROVER” , International Journal of Advanced Research Trends in Engineering and Technology (IJARTET), Vol. 5, Special Issue 13, March 2018 [2] June Myint Mo Khin and Dr. Nyein Nyein Oo, “ Real- Time Vehicle Tracking System Using Arduino, GPS, GSM and Web-Based Technologies” , International Journal of Science and Engineering Applications, Volume 7– Issue 11,433-436, 2018 [3] Achut Manandhar, Peter A. Torrione, Leslie M. Collins and Kenneth D. Morton, “ Multiple-Instance Hidden Markov Model for GPR-BasedLandmine Detection,” IEEE transactions on Geosciences and remote sensing, vol. 53, no. 4, pp. 1737-1745, April 2015 [4] K.S. Ruchitha, Soumya Anand, Anurima Das and Rajasree P.M, “ Design and Development of Landmine Detecting Robot” , International Journal of Innovative Research in Science, Engineering and Technology, Vol. 5, Issue 4, April 2016 [5] Kenzo Nonami, Seiji Masunaga and Daniel Waterman Mine Detection Robot and Related Technologies for Humanitarian Demining", Japan, 2008. [6] https://www.ijert.org/automatic-vehicle- identification-at-tollgates-and-theft-detection-of- vehicles [7] https://mechatrofice.com/arduino/send-gps-location- via-sms [8] Kishan Malaviya, Mihir Vyas and Ashish Vara, “ Autonomous Landmine Detecting and Mapping Robot” , International Journal of Innovative Research in Computer and Communication Engineering, Vol. 3, Issue 2, February 2015
  • 6. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 06 | JUNE 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2435 [9] https://www.arduino.cc/en/Reference/SoftwareSeria l BIOGRAPHY Rajat Mahendra Shukla, currently pursuing BE in Electronics at Shri Ramdeobaba College Of Engineering and Management. Inclined towards Embedded Systems, Internet of Things and Artificial Intelligence.