SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 477
MASTER SLAVE AUTONOMOUS SURVEILLANCE BOT FOR
MILITARY APPLICATIONS
Rajath Kumar M.P1
, Nishanth N Bhonsle2
, Nitin R Hugar3
1
Department of Electronics and Communication Engineering, R. N. Shetty Institute of Technology (RNSIT),
Bangalore, India
2
Department of Electronics and Communication Engineering, R. N. Shetty Institute of Technology (RNSIT),
Bangalore, India
3
Department of Electronics and Communication Engineering, R. N. Shetty Institute of Technology (RNSIT),
Bangalore, India
Abstract
Defense and surveillance are some of the most important aspects in today's society. In a place where knowledge translates to
power, having a little more information can make a lot of difference in the outcome of any conflict. Therefore, the military is
always looking for new technologies to improve their preparedness for any event. Knowing their surroundings and the battlefield
well beforehand can turn the tables on the battlefront and can possibly save lives. In this paper, the protocol for detection and
wireless transmission of this data has been illustrated and the various problem statements regarding locomotion, ranging,
defense, temperature, moisture and various other parameters have been resolved and implemented. The intercommunication
between master and slave bots is demonstrated and used to transmit and receive data and instructions to one another. The bots
perform tasks that would normally be too extreme for humans to do. All the information is also stored as a database while some of
the data can also be published for the information of the public.
Keywords - Defense, surveillance, sensors communication, master-slave robots
--------------------------------------------------------------------***------------------------------------------------------------------
1. INTRODUCTION
Robots are being adopted widely in almost all domains.
Recent outburst in the use of robots in the military has drawn
a lot of attention towards the research and testing of defense
equipment and it is now a rapidly growing technological
field. Tasks like mine detection or neutralization of live
explosives put human lives at stake. A lot of robots are
currently being utilized in military reconnaissance, geo-
mapping, planetary exploration, human detection and in
many mission based services[7]. Our environment is hostile
and unpredictable and thus, the need for unmanned
surveillance is acute in geographically difficult regions[2].
Determination of the feasibility of living, the prevailing
ambient environmental conditions, terrain mapping, wireless
communicability are some of the prime factors that need to
be focused upon[9]. The inter-robot communication link
enables a quick exchange of information without human
intervention, this facilitates a more reliable result[3].
2. SENSORS
2.1 LM32
Fig1. LM32 circuit diagram
LM32 is a dual thermal diode temperature sensor with
sensor path TM bus and it is a digital temperature sensor. It
measures 3 temperature zones and has a single-wired
interface compatible with National Semiconductor’s Path
bus.
LM32 is pulse width encoded and hence it can be connected
to all general purpose microcontrollers. It measures the
temperature of its own die and two external devices like a
diode connected transistor and a processor thermal diode
and it can resolve temperatures to 255°C and down to -
256°C. The temperature is being measured by monitoring
the change in resistance as per the change in temperature.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 478
LM32 can be used to give a high output when the
temperature exceeds a particular temperature value as well.
LM32 eliminates the need of A/D converter and its output is
precise and is a balanced digital reading.
2.2 HC-SR04
Fig2. HC-SR04 Pin Diagram
HC-SR04 is an ultrasonic sensor that emits high frequency
short length sound pulses at regular intervals. When these
pulses strike an object, they get reflected back as echo
signals and the sensor computes the target based on the time
span between the receiving echo and the transmitting
pulse[8]. These sensors are excellent in suppressing
background interference as time of flight is considered
rather than the intensity of sound. Ultrasonic sensor detects
all kinds of materials and even transparent materials and thin
foils also won’t cause any problem in detection. Ultrasonic
sensors can see through dust-laden air and ink mists and
even thin deposits on the sensor membrane do not impair its
function. The maximum range is 4m and minimum is 2cm.
2.3 LM393
Fig3. LM393 Circuit Diagram
LM393 is a simple moisture and humidity sensor used to
detect soil moisture or the water content in the soil. It is
made up of multiple moisture sensors and it measures the
moisture by considering parameters such as electrical
resistance or interaction with neurons, as a proxy for
moisture content. The sensor goes High when the soil
moisture is deficit and vice versa. The sensitivity is
adjustable and its operating voltage is 3.3-5V.This module
works on an analog output mode which gives scalable
analog readings using which the moisture and humidity is
calculated.
2.4 L293D
Fig4. LM393 Circuit Diagram
L293D is a dual h-bridge motor driver integrated circuit.
Motor drivers act as current amplifier circuit as they take a
low-current signal and provide higher-current signal. This
higher current signal is used to drive motors. L293D
contains two inbuilt H-bridge driver circuits. The common
mode of operation consists of two DC motors that can be
driven simultaneously in forward and reverse direction. The
motor operations can be controlled by input logic
combinations. 00 or 11 will stop the corresponding motor.
01 and 10 will rotate it clockwise and anticlockwise,
respectively. Enable pins on the development boards of the
corresponding motors must be high for motors to start
operating. Enable input being high, the associated driver is
enabled. Thus, the outputs become active and work in phase
with their inputs. When the enable input is low, driver is
disabled, and their outputs are off.
3. DEVELOPMENT BOARDS
3.1 Atmega328
This microcontroller is based on Atmel 8-bit AVR RISC. It
comes with 23 general purpose I/O lines,1 KB
EEPROM,2KB
SRAM, 32 KB ISP flash memory, 32 general purpose
registers, 3 timer/counters, internal and external interrupts,
SPI serial port, 6-channel 10-bit A/D converter, serial
programmable USART, 5 programmable selectable power
saving modes, 2-wire serial interface with byte orientation,
programmable watchdog timer with internal oscillator and it
has read-while-write capabilities. The device operating
voltage is between 1.8-5.5 volts.
3.2 Broadcom BCM2835
This System on Chip (SoC) is stacked under the RAM chip
and includes ARM1176JZF-S processor operating at 700
MHz, Video Core IV GPU and 512 MB SDRAM. The
Level 1 cache is 16KB and Level 2 cache is 128KB. The
GPU primarily uses the Level 2 cache. It comes with 4 USB
2.0 ports via integrated USB hub and LAN9512, HDMI
video output, Micro Secure Digital Card slot for on board
storage, 10/100 wired Ethernet RJ45 for on board network,
40 General Purpose Input-Output (GPIO) pins, Serial
Peripheral Interface Bus (SPI), Universal asynchronous
receiver/transmitter (UART). Power rating is approximately
650 mA.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 479
4. WORKING
4.1 Master Bot
Powered by Broadcom BCM235, the master bot plays a
vital role. The master bot controls the slave bot with an
instruction set. It is interfaced with a camera module and
wifi adaptor. For communication with slave bots, an RF
transmitter and Receiver of 434 MHz is interfaced[3]. It has
on board storage SD card for storing the received data.
Furthermore, it is pre-programmed and data is pre-loaded
for autonomous functioning of the bot.
4.2 Social Network
Social Networking site, Twitter provides an API to make
Twitter-bots, which would enable the master bot to tweet
updates or the data it receives from the slave bot. Tweepy is
the library that is used [1]. This library is a python library
and has built in functions to tweet to the account. At first,
the application has to be registered with twitter which
provides Consumer API key and Access token which has to
be fed into a python script which has Tweepy library
imported. A python script is written which enables the bot to
publish real time data that it is being fetched when on a
operation/mission. The data might be a picture taken from
the camera module attached to the bot or readings from the
various sensors that is present in the sensor bot.
4.3 Slave Bot
The slave bot is a rover interfaced with many necessary
sensors for completing all required tasks and is controlled
and monitored by Atmega328. It receives instructions from
the master bot as to what parameter of the environment has
to be scanned and reported to the master. Some of the main
functions of this bot are to find out the scalable moisture,
exact temperature and humidity parameters of the
surrounding environment and also terrain mapping and
ranging. The communication link between the slave and the
master is established by either a Bluetooth module or a
434MHz transceiver. The master bot sends a particular code
which represents the task to be done and reported. The
Atmega328 is programmed in such a way that upon
reception, the controller checks the ASCII code sent and
performs the assigned task or function. The bot movements
and sensor values are obtained by the following assigned
codes :
Value sent
ASCII value
received
Task assigned
(master) (slave)
1 49 move forward
2 50 move backward
3 51 move right
4 52 move left
5 53 sense temperature
6 54
sense moisture and
humidity
7 55 terrain mapping and ranging
4.4 Metal Detector
Fig5. Metal Detector Circuit Diagram
A simple metal detector circuit diagram is designed using IC
555, similar to the 555 timer circuits; these circuits detect
the metals and magnets. When a magnet is near the choke
(10mh) shown in the circuit, the o/p frequency changes. This
circuit is powered with a power supply, which provides an
o/p DC voltage between 6V to 12V. If a metal is near the
coil L1, it produces a change of o/p oscillation frequency,
and then generates a buzzing sound.
4.5 Communication
4.5.1 HC05
HC-05 is a class-2 Bluetooth module which can be used on
either the master or the slave as a drop-in replacement for
wired serial communication. It can be used for a serial port
replacement to establish connection between any Bluetooth
enabled device and the robot. It operates at a frequency of
2.4GHz and Gaussian frequency shift keying (GFSK). It has
a sensitivity of -84dBm and works within a temperature
range of -20 to +75 centigrade. if the transmission is
asynchronous then it happens at a speed of 2.1 Mbps and if
it is synchronous then it happens at speed of 1Mbps. It
requires a +3.3VDC 50mA power supply for its operation.
4.5.2 RF434 Transreceiver
The RF434 operates at radio frequency and varies in the
frequency range of 30 kHz to 300GHz. In this the digital
data is amplitude modulated and transmitted over the carrier
thus representing Amplitude Shift Keying (ASK). The RF
transmission is better than IR as they can travel larger
distances than the latter in long range applications. Also, RF
signals can travel even when there is an obstruction between
the transmitter and the receiver while IR is restricted to line
of sight mode. RF is strong and more reliable and uses a
specific frequency unlike IR which is likely to be affected
by other IR emitting sources. The sensor used in this
prototype operates at 434MHz and the transmitter receives
serial data and transmits it wirelessly through RF through its
antenna at the rate of 1Kbps - 10Kbps. The transmitted data
is being received by the receiver operating at the same
frequency as that of the transmitter.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 480
5. BLOCK DIAGRAM
Fig6. Master Slave Proposed Block Diagram
6. CALCULATIONS
6.1 LM32
The input is read from the sensor and stored in the variable
“Value”.
𝑣𝑎𝑙𝑢𝑒 = 𝑖𝑛𝑝𝑢𝑡
This read value is converted into Celsius by using the
formulae.
𝑐𝑒𝑙𝑠𝑖𝑢𝑠 =
𝑣𝑎𝑙𝑢𝑒
1024
× 500
Also Celsius value can be expressed in Fahrenheit as
𝑓𝑎𝑕𝑟𝑒𝑛𝑕𝑒𝑖𝑡 =
𝑐𝑒𝑙𝑠𝑖𝑢𝑠 × 9
5
+ 32
6.2 HC-SR05
A sound pulse signal and waits for 50 microseconds for the
signal to return after echo. Then, it calculates the time taken
for the completion of this process and stores this in variable
“pulse time”.
𝑝𝑢𝑙𝑠𝑒𝑡𝑖𝑚𝑒 = 𝑖𝑛𝑝𝑢𝑡
The speed of sound is 340 m/s or 29 uS/cm. Since the pulse
signal travels out and back we divide by 58 to calculate the
distance, D of the object.
𝐷 =
𝑝𝑢𝑙𝑠𝑒𝑡𝑖𝑚𝑒
58
This is repeated for 10 times and the total distance is sum
total of all the distance that was calculated.
𝑇𝑜𝑡𝑎𝑙 = 𝐷 + 𝑇𝑜𝑡𝑎𝑙
Average distance, AvgD is the sum total of all the distance
divided by the number of times it was iterated in this case it
is 10 (n=10).
𝐴𝑣𝑔𝐷 =
𝑇𝑜𝑡𝑎𝑙
𝑛
7. RESULTS
Fig7. LM32 Results
Fig8. LM393 Results
Fig9. HC-SR04 Results
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 481
Fig10. Obstacle Distance v/s Degree Plot
Fig11. Proposed Slave Bot
Fig12. Proposed Master Bot
8. APPLICATIONS
The bot is mainly used for remote area surveillance. It is a
reliable source of information about all the parameters
necessary to be determined. It enables the general public to
get information in real time about the weather conditions of
a particular place through social networking medium. It
reduces the risks to humans as extreme tasks are carried out
by this bot that would be dangerous for humans to do. It is
robust and unlike humans, its efficiency is not dependent on
environmental factors. It can be used for facial recognition
which finds applications in law and order tasks. Navigation
and geo mapping is also performed by this bot. The Project
can find applications in more extreme situations like
surveillance and mapping of the terrain of other planets to
find water ambient temperature and sustainability of life on
those planets. It can be public warning system during
calamities or natural disasters, using social media to raise
caution. Medical field can benefit from the use of the bots
which can be modified to check and monitor the parameters
such as body temperature water content, Blood pressure and
pulse rate of the patients remotely thus eliminating the time
lapse and allowing doctors to treat more patients at once.
9. CONCLUSION
Having artificial intelligence and robotic devices improves
efficiency and ease of work in times of peril having robot do
all the dangerous work while soldiers control it from a safe
distance is the best case scenario. The amount of data
provided by the robot gives the soldiers a wealth of
information about the battle ground scenario and thus gives
them a added advantage.
REFERENCES
[1]. Ren C Luo, Kuo L Su, Shen H Shen and Kuo H Tsai.
“Networked Intelligent Robots Through The Internet Issues
and oppurtunities ” Proceedings of the IEEE , vol.91, no.3,
pp.371,382, March 2003.
[2]. Dr. Michael C Wicks, Mr. John F Spina, Dr. Gerald T
CapraroA. “Radar the Next generation – Sensor as Robots
“Radar Conference, 2003 Proceedings of the International.
[3]. Wei – Hao Hsu, You – Ling Jian, Feng – Li Lian.
“Multi – Robot Movement Design Using the Number of
Communication Links ”Systems, Man and
Cybernetics,2006. SMC ’06. IEEE International
[4]. Mr. Sandeep Bhat, Dr. M Meenakshi “Vision Based
Robotic System for Military Applications – Design and Real
Time Validation “ 2014 Fifth International conference on
signal and image processing(ICSIP).
[5]. Rice K, Le Moigne J, Jain P. “Analyzing Range Maps
Data for Future Space Robotics Applications “Space
Mission challenges for Information Technology, 2006.
SMC-IT 2006.
[6]. HoChung Chang, TaMing Shih. “Visual servo control
of a three degree of freedom robotic arm system “Advanced
robotics and its social impacts,2008.ARSO 2008.IEEE
Workshop on vol.,no.,pp.1,6,2325 Aug 2008.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 482
[7]. Willis J B, Davis M J. "Design of the Reconnaissance,
Surveillance, and Target Acquisition Squadron for the US
Army's Interim Brigade Combat Team," Systems, Man,
and Cybernetics, 2000 IEEE International Conference on ,
vol.1, no., pp.478,483 vol.1, 2000
[8]. J. Larson, M. Bruch, R Halterman, J Rogers, R Webster,
"Advances in Autonomous Obstacle Avoidance for
Unmanned Surface Vehicles", Space and Naval Warfare
systems center San Diego CA, 2007.
[9]. M.H. Bruch, J. Lum, S. Yee, and N. Tran, "Advances in
Autonomy for Small UGVs," SPIE Proc. 5804: Unmanned
Ground Vehicle Technology VII, Orlando, FL, 2005, 29-31.
[10]. M.H. Bruch, R.T. Laird, and H.R. Everett, "Challenges
for deploying man-portable robots into hostile
Environments," SPIE Proc. 4195: Mobile Robots XV,
Boston, MA, 2000, 5-8.

More Related Content

What's hot

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
Kumar Goud
 
M44096368
M44096368M44096368
M44096368
IJERA Editor
 
E044081720
E044081720E044081720
E044081720
IJERA Editor
 
FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot
IJECEIAES
 
Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...
iosrjce
 
Microcontroller projects
Microcontroller projectsMicrocontroller projects
Microcontroller projects
keerthanapothula
 
Smart safety jacket
Smart safety jacketSmart safety jacket
Smart safety jacket
Sharath Fabricator
 
An automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanismAn automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanism
eSAT Publishing House
 
Thesis on Solar Based Hecto Robotic Vehicle
Thesis on Solar Based Hecto Robotic VehicleThesis on Solar Based Hecto Robotic Vehicle
Thesis on Solar Based Hecto Robotic Vehicle
Akhil Reddy Rondla
 
An automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tankAn automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tank
eSAT Journals
 
Smart door project report shivnaresh likhar
Smart door project report shivnaresh likharSmart door project report shivnaresh likhar
Smart door project report shivnaresh likhar
Shivnaresh Likhar
 
Bluetooth Home Automation
Bluetooth Home AutomationBluetooth Home Automation
Bluetooth Home Automation
Apoorv Gupta
 
A low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter controlA low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter control
eSAT Publishing House
 
A low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter controlA low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter control
eSAT Journals
 
Implementation of vision based intelligent home security system using ARM7
Implementation of vision based intelligent home security system using ARM7Implementation of vision based intelligent home security system using ARM7
Implementation of vision based intelligent home security system using ARM7
IRJET Journal
 
Smart door project ppt shivnaresh likhar
Smart door project ppt shivnaresh likharSmart door project ppt shivnaresh likhar
Smart door project ppt shivnaresh likhar
Shivnaresh Likhar
 
Automatic door using arduino
Automatic door using arduinoAutomatic door using arduino
Automatic door using arduino
sayyed sabir
 
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
paperpublications3
 
Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...
IJITCA Journal
 
Home automatin
Home automatinHome automatin
Home automatin
EngrNirob
 

What's hot (20)

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
 
M44096368
M44096368M44096368
M44096368
 
E044081720
E044081720E044081720
E044081720
 
FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot
 
Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...
 
Microcontroller projects
Microcontroller projectsMicrocontroller projects
Microcontroller projects
 
Smart safety jacket
Smart safety jacketSmart safety jacket
Smart safety jacket
 
An automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanismAn automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanism
 
Thesis on Solar Based Hecto Robotic Vehicle
Thesis on Solar Based Hecto Robotic VehicleThesis on Solar Based Hecto Robotic Vehicle
Thesis on Solar Based Hecto Robotic Vehicle
 
An automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tankAn automatic wave probe reference setting mechanism in a high speed towing tank
An automatic wave probe reference setting mechanism in a high speed towing tank
 
Smart door project report shivnaresh likhar
Smart door project report shivnaresh likharSmart door project report shivnaresh likhar
Smart door project report shivnaresh likhar
 
Bluetooth Home Automation
Bluetooth Home AutomationBluetooth Home Automation
Bluetooth Home Automation
 
A low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter controlA low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter control
 
A low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter controlA low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter control
 
Implementation of vision based intelligent home security system using ARM7
Implementation of vision based intelligent home security system using ARM7Implementation of vision based intelligent home security system using ARM7
Implementation of vision based intelligent home security system using ARM7
 
Smart door project ppt shivnaresh likhar
Smart door project ppt shivnaresh likharSmart door project ppt shivnaresh likhar
Smart door project ppt shivnaresh likhar
 
Automatic door using arduino
Automatic door using arduinoAutomatic door using arduino
Automatic door using arduino
 
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
 
Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...
 
Home automatin
Home automatinHome automatin
Home automatin
 

Similar to Master slave autonomous surveillance bot for military applications

A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...
eSAT Journals
 
A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...
eSAT Publishing House
 
IRJET-Smart Phone Based Robot for Domestic Purpose using Bluetooth
IRJET-Smart Phone Based Robot for Domestic Purpose using BluetoothIRJET-Smart Phone Based Robot for Domestic Purpose using Bluetooth
IRJET-Smart Phone Based Robot for Domestic Purpose using Bluetooth
IRJET Journal
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET Journal
 
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET 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
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# application
eSAT Publishing House
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# application
eSAT Journals
 
Design and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machineDesign and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machine
eSAT Journals
 
IRJET - Red Herring Reconnaissance Robot
IRJET  -  	  Red Herring Reconnaissance RobotIRJET  -  	  Red Herring Reconnaissance Robot
IRJET - Red Herring Reconnaissance Robot
IRJET Journal
 
Internet enebled data acquisition and device control
Internet enebled data acquisition and device controlInternet enebled data acquisition and device control
Internet enebled data acquisition and device control
eSAT Publishing House
 
IRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal RobotIRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal Robot
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 Defusion
IRJET Journal
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET Journal
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET Journal
 
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
eSAT Journals
 
Design and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robotDesign and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robot
eSAT Journals
 
Design and operation of synchronized robotic arm
Design and operation of synchronized robotic armDesign and operation of synchronized robotic arm
Design and operation of synchronized robotic arm
eSAT Journals
 
IRJET- Industrial Safety Device for Employees in Overhead Bridge Crane us...
IRJET-  	  Industrial Safety Device for Employees in Overhead Bridge Crane us...IRJET-  	  Industrial Safety Device for Employees in Overhead Bridge Crane us...
IRJET- Industrial Safety Device for Employees in Overhead Bridge Crane us...
IRJET Journal
 
Time Based Smart Speed Breaker using Embedded Systems
Time Based Smart Speed Breaker using Embedded SystemsTime Based Smart Speed Breaker using Embedded Systems
Time Based Smart Speed Breaker using Embedded Systems
ijtsrd
 

Similar to Master slave autonomous surveillance bot for military applications (20)

A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...
 
A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...
 
IRJET-Smart Phone Based Robot for Domestic Purpose using Bluetooth
IRJET-Smart Phone Based Robot for Domestic Purpose using BluetoothIRJET-Smart Phone Based Robot for Domestic Purpose using Bluetooth
IRJET-Smart Phone Based Robot for Domestic Purpose using Bluetooth
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
 
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
 
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...
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# application
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# application
 
Design and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machineDesign and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machine
 
IRJET - Red Herring Reconnaissance Robot
IRJET  -  	  Red Herring Reconnaissance RobotIRJET  -  	  Red Herring Reconnaissance Robot
IRJET - Red Herring Reconnaissance Robot
 
Internet enebled data acquisition and device control
Internet enebled data acquisition and device controlInternet enebled data acquisition and device control
Internet enebled data acquisition and device control
 
IRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal RobotIRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal Robot
 
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
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
 
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
 
Design and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robotDesign and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robot
 
Design and operation of synchronized robotic arm
Design and operation of synchronized robotic armDesign and operation of synchronized robotic arm
Design and operation of synchronized robotic arm
 
IRJET- Industrial Safety Device for Employees in Overhead Bridge Crane us...
IRJET-  	  Industrial Safety Device for Employees in Overhead Bridge Crane us...IRJET-  	  Industrial Safety Device for Employees in Overhead Bridge Crane us...
IRJET- Industrial Safety Device for Employees in Overhead Bridge Crane us...
 
Time Based Smart Speed Breaker using Embedded Systems
Time Based Smart Speed Breaker using Embedded SystemsTime Based Smart Speed Breaker using Embedded Systems
Time Based Smart Speed Breaker using Embedded Systems
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
eSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
eSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
eSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
eSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
eSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
eSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
eSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
eSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
eSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
eSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
eSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
eSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
upoux
 
Generative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdfGenerative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdf
mahaffeycheryld
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
Roger Rozario
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
Software Engineering and Project Management - Software Testing + Agile Method...
Software Engineering and Project Management - Software Testing + Agile Method...Software Engineering and Project Management - Software Testing + Agile Method...
Software Engineering and Project Management - Software Testing + Agile Method...
Prakhyath Rai
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
21UME003TUSHARDEB
 
Open Channel Flow: fluid flow with a free surface
Open Channel Flow: fluid flow with a free surfaceOpen Channel Flow: fluid flow with a free surface
Open Channel Flow: fluid flow with a free surface
Indrajeet sahu
 
AI-Based Home Security System : Home security
AI-Based Home Security System : Home securityAI-Based Home Security System : Home security
AI-Based Home Security System : Home security
AIRCC Publishing Corporation
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
VANDANAMOHANGOUDA
 
Mechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineeringMechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineering
sachin chaurasia
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
ijaia
 
Height and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdfHeight and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdf
q30122000
 
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
sydezfe
 
SCALING OF MOS CIRCUITS m .pptx
SCALING OF MOS CIRCUITS m                 .pptxSCALING OF MOS CIRCUITS m                 .pptx
SCALING OF MOS CIRCUITS m .pptx
harshapolam10
 
Pressure Relief valve used in flow line to release the over pressure at our d...
Pressure Relief valve used in flow line to release the over pressure at our d...Pressure Relief valve used in flow line to release the over pressure at our d...
Pressure Relief valve used in flow line to release the over pressure at our d...
cannyengineerings
 
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Transcat
 
smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...
um7474492
 
Accident detection system project report.pdf
Accident detection system project report.pdfAccident detection system project report.pdf
Accident detection system project report.pdf
Kamal Acharya
 

Recently uploaded (20)

一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
 
Generative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdfGenerative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdf
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
Software Engineering and Project Management - Software Testing + Agile Method...
Software Engineering and Project Management - Software Testing + Agile Method...Software Engineering and Project Management - Software Testing + Agile Method...
Software Engineering and Project Management - Software Testing + Agile Method...
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
 
Open Channel Flow: fluid flow with a free surface
Open Channel Flow: fluid flow with a free surfaceOpen Channel Flow: fluid flow with a free surface
Open Channel Flow: fluid flow with a free surface
 
AI-Based Home Security System : Home security
AI-Based Home Security System : Home securityAI-Based Home Security System : Home security
AI-Based Home Security System : Home security
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
 
Mechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineeringMechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineering
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
Height and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdfHeight and depth gauge linear metrology.pdf
Height and depth gauge linear metrology.pdf
 
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
 
SCALING OF MOS CIRCUITS m .pptx
SCALING OF MOS CIRCUITS m                 .pptxSCALING OF MOS CIRCUITS m                 .pptx
SCALING OF MOS CIRCUITS m .pptx
 
Pressure Relief valve used in flow line to release the over pressure at our d...
Pressure Relief valve used in flow line to release the over pressure at our d...Pressure Relief valve used in flow line to release the over pressure at our d...
Pressure Relief valve used in flow line to release the over pressure at our d...
 
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
 
smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...
 
Accident detection system project report.pdf
Accident detection system project report.pdfAccident detection system project report.pdf
Accident detection system project report.pdf
 

Master slave autonomous surveillance bot for military applications

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 477 MASTER SLAVE AUTONOMOUS SURVEILLANCE BOT FOR MILITARY APPLICATIONS Rajath Kumar M.P1 , Nishanth N Bhonsle2 , Nitin R Hugar3 1 Department of Electronics and Communication Engineering, R. N. Shetty Institute of Technology (RNSIT), Bangalore, India 2 Department of Electronics and Communication Engineering, R. N. Shetty Institute of Technology (RNSIT), Bangalore, India 3 Department of Electronics and Communication Engineering, R. N. Shetty Institute of Technology (RNSIT), Bangalore, India Abstract Defense and surveillance are some of the most important aspects in today's society. In a place where knowledge translates to power, having a little more information can make a lot of difference in the outcome of any conflict. Therefore, the military is always looking for new technologies to improve their preparedness for any event. Knowing their surroundings and the battlefield well beforehand can turn the tables on the battlefront and can possibly save lives. In this paper, the protocol for detection and wireless transmission of this data has been illustrated and the various problem statements regarding locomotion, ranging, defense, temperature, moisture and various other parameters have been resolved and implemented. The intercommunication between master and slave bots is demonstrated and used to transmit and receive data and instructions to one another. The bots perform tasks that would normally be too extreme for humans to do. All the information is also stored as a database while some of the data can also be published for the information of the public. Keywords - Defense, surveillance, sensors communication, master-slave robots --------------------------------------------------------------------***------------------------------------------------------------------ 1. INTRODUCTION Robots are being adopted widely in almost all domains. Recent outburst in the use of robots in the military has drawn a lot of attention towards the research and testing of defense equipment and it is now a rapidly growing technological field. Tasks like mine detection or neutralization of live explosives put human lives at stake. A lot of robots are currently being utilized in military reconnaissance, geo- mapping, planetary exploration, human detection and in many mission based services[7]. Our environment is hostile and unpredictable and thus, the need for unmanned surveillance is acute in geographically difficult regions[2]. Determination of the feasibility of living, the prevailing ambient environmental conditions, terrain mapping, wireless communicability are some of the prime factors that need to be focused upon[9]. The inter-robot communication link enables a quick exchange of information without human intervention, this facilitates a more reliable result[3]. 2. SENSORS 2.1 LM32 Fig1. LM32 circuit diagram LM32 is a dual thermal diode temperature sensor with sensor path TM bus and it is a digital temperature sensor. It measures 3 temperature zones and has a single-wired interface compatible with National Semiconductor’s Path bus. LM32 is pulse width encoded and hence it can be connected to all general purpose microcontrollers. It measures the temperature of its own die and two external devices like a diode connected transistor and a processor thermal diode and it can resolve temperatures to 255°C and down to - 256°C. The temperature is being measured by monitoring the change in resistance as per the change in temperature.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 478 LM32 can be used to give a high output when the temperature exceeds a particular temperature value as well. LM32 eliminates the need of A/D converter and its output is precise and is a balanced digital reading. 2.2 HC-SR04 Fig2. HC-SR04 Pin Diagram HC-SR04 is an ultrasonic sensor that emits high frequency short length sound pulses at regular intervals. When these pulses strike an object, they get reflected back as echo signals and the sensor computes the target based on the time span between the receiving echo and the transmitting pulse[8]. These sensors are excellent in suppressing background interference as time of flight is considered rather than the intensity of sound. Ultrasonic sensor detects all kinds of materials and even transparent materials and thin foils also won’t cause any problem in detection. Ultrasonic sensors can see through dust-laden air and ink mists and even thin deposits on the sensor membrane do not impair its function. The maximum range is 4m and minimum is 2cm. 2.3 LM393 Fig3. LM393 Circuit Diagram LM393 is a simple moisture and humidity sensor used to detect soil moisture or the water content in the soil. It is made up of multiple moisture sensors and it measures the moisture by considering parameters such as electrical resistance or interaction with neurons, as a proxy for moisture content. The sensor goes High when the soil moisture is deficit and vice versa. The sensitivity is adjustable and its operating voltage is 3.3-5V.This module works on an analog output mode which gives scalable analog readings using which the moisture and humidity is calculated. 2.4 L293D Fig4. LM393 Circuit Diagram L293D is a dual h-bridge motor driver integrated circuit. Motor drivers act as current amplifier circuit as they take a low-current signal and provide higher-current signal. This higher current signal is used to drive motors. L293D contains two inbuilt H-bridge driver circuits. The common mode of operation consists of two DC motors that can be driven simultaneously in forward and reverse direction. The motor operations can be controlled by input logic combinations. 00 or 11 will stop the corresponding motor. 01 and 10 will rotate it clockwise and anticlockwise, respectively. Enable pins on the development boards of the corresponding motors must be high for motors to start operating. Enable input being high, the associated driver is enabled. Thus, the outputs become active and work in phase with their inputs. When the enable input is low, driver is disabled, and their outputs are off. 3. DEVELOPMENT BOARDS 3.1 Atmega328 This microcontroller is based on Atmel 8-bit AVR RISC. It comes with 23 general purpose I/O lines,1 KB EEPROM,2KB SRAM, 32 KB ISP flash memory, 32 general purpose registers, 3 timer/counters, internal and external interrupts, SPI serial port, 6-channel 10-bit A/D converter, serial programmable USART, 5 programmable selectable power saving modes, 2-wire serial interface with byte orientation, programmable watchdog timer with internal oscillator and it has read-while-write capabilities. The device operating voltage is between 1.8-5.5 volts. 3.2 Broadcom BCM2835 This System on Chip (SoC) is stacked under the RAM chip and includes ARM1176JZF-S processor operating at 700 MHz, Video Core IV GPU and 512 MB SDRAM. The Level 1 cache is 16KB and Level 2 cache is 128KB. The GPU primarily uses the Level 2 cache. It comes with 4 USB 2.0 ports via integrated USB hub and LAN9512, HDMI video output, Micro Secure Digital Card slot for on board storage, 10/100 wired Ethernet RJ45 for on board network, 40 General Purpose Input-Output (GPIO) pins, Serial Peripheral Interface Bus (SPI), Universal asynchronous receiver/transmitter (UART). Power rating is approximately 650 mA.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 479 4. WORKING 4.1 Master Bot Powered by Broadcom BCM235, the master bot plays a vital role. The master bot controls the slave bot with an instruction set. It is interfaced with a camera module and wifi adaptor. For communication with slave bots, an RF transmitter and Receiver of 434 MHz is interfaced[3]. It has on board storage SD card for storing the received data. Furthermore, it is pre-programmed and data is pre-loaded for autonomous functioning of the bot. 4.2 Social Network Social Networking site, Twitter provides an API to make Twitter-bots, which would enable the master bot to tweet updates or the data it receives from the slave bot. Tweepy is the library that is used [1]. This library is a python library and has built in functions to tweet to the account. At first, the application has to be registered with twitter which provides Consumer API key and Access token which has to be fed into a python script which has Tweepy library imported. A python script is written which enables the bot to publish real time data that it is being fetched when on a operation/mission. The data might be a picture taken from the camera module attached to the bot or readings from the various sensors that is present in the sensor bot. 4.3 Slave Bot The slave bot is a rover interfaced with many necessary sensors for completing all required tasks and is controlled and monitored by Atmega328. It receives instructions from the master bot as to what parameter of the environment has to be scanned and reported to the master. Some of the main functions of this bot are to find out the scalable moisture, exact temperature and humidity parameters of the surrounding environment and also terrain mapping and ranging. The communication link between the slave and the master is established by either a Bluetooth module or a 434MHz transceiver. The master bot sends a particular code which represents the task to be done and reported. The Atmega328 is programmed in such a way that upon reception, the controller checks the ASCII code sent and performs the assigned task or function. The bot movements and sensor values are obtained by the following assigned codes : Value sent ASCII value received Task assigned (master) (slave) 1 49 move forward 2 50 move backward 3 51 move right 4 52 move left 5 53 sense temperature 6 54 sense moisture and humidity 7 55 terrain mapping and ranging 4.4 Metal Detector Fig5. Metal Detector Circuit Diagram A simple metal detector circuit diagram is designed using IC 555, similar to the 555 timer circuits; these circuits detect the metals and magnets. When a magnet is near the choke (10mh) shown in the circuit, the o/p frequency changes. This circuit is powered with a power supply, which provides an o/p DC voltage between 6V to 12V. If a metal is near the coil L1, it produces a change of o/p oscillation frequency, and then generates a buzzing sound. 4.5 Communication 4.5.1 HC05 HC-05 is a class-2 Bluetooth module which can be used on either the master or the slave as a drop-in replacement for wired serial communication. It can be used for a serial port replacement to establish connection between any Bluetooth enabled device and the robot. It operates at a frequency of 2.4GHz and Gaussian frequency shift keying (GFSK). It has a sensitivity of -84dBm and works within a temperature range of -20 to +75 centigrade. if the transmission is asynchronous then it happens at a speed of 2.1 Mbps and if it is synchronous then it happens at speed of 1Mbps. It requires a +3.3VDC 50mA power supply for its operation. 4.5.2 RF434 Transreceiver The RF434 operates at radio frequency and varies in the frequency range of 30 kHz to 300GHz. In this the digital data is amplitude modulated and transmitted over the carrier thus representing Amplitude Shift Keying (ASK). The RF transmission is better than IR as they can travel larger distances than the latter in long range applications. Also, RF signals can travel even when there is an obstruction between the transmitter and the receiver while IR is restricted to line of sight mode. RF is strong and more reliable and uses a specific frequency unlike IR which is likely to be affected by other IR emitting sources. The sensor used in this prototype operates at 434MHz and the transmitter receives serial data and transmits it wirelessly through RF through its antenna at the rate of 1Kbps - 10Kbps. The transmitted data is being received by the receiver operating at the same frequency as that of the transmitter.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 480 5. BLOCK DIAGRAM Fig6. Master Slave Proposed Block Diagram 6. CALCULATIONS 6.1 LM32 The input is read from the sensor and stored in the variable “Value”. 𝑣𝑎𝑙𝑢𝑒 = 𝑖𝑛𝑝𝑢𝑡 This read value is converted into Celsius by using the formulae. 𝑐𝑒𝑙𝑠𝑖𝑢𝑠 = 𝑣𝑎𝑙𝑢𝑒 1024 × 500 Also Celsius value can be expressed in Fahrenheit as 𝑓𝑎𝑕𝑟𝑒𝑛𝑕𝑒𝑖𝑡 = 𝑐𝑒𝑙𝑠𝑖𝑢𝑠 × 9 5 + 32 6.2 HC-SR05 A sound pulse signal and waits for 50 microseconds for the signal to return after echo. Then, it calculates the time taken for the completion of this process and stores this in variable “pulse time”. 𝑝𝑢𝑙𝑠𝑒𝑡𝑖𝑚𝑒 = 𝑖𝑛𝑝𝑢𝑡 The speed of sound is 340 m/s or 29 uS/cm. Since the pulse signal travels out and back we divide by 58 to calculate the distance, D of the object. 𝐷 = 𝑝𝑢𝑙𝑠𝑒𝑡𝑖𝑚𝑒 58 This is repeated for 10 times and the total distance is sum total of all the distance that was calculated. 𝑇𝑜𝑡𝑎𝑙 = 𝐷 + 𝑇𝑜𝑡𝑎𝑙 Average distance, AvgD is the sum total of all the distance divided by the number of times it was iterated in this case it is 10 (n=10). 𝐴𝑣𝑔𝐷 = 𝑇𝑜𝑡𝑎𝑙 𝑛 7. RESULTS Fig7. LM32 Results Fig8. LM393 Results Fig9. HC-SR04 Results
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 481 Fig10. Obstacle Distance v/s Degree Plot Fig11. Proposed Slave Bot Fig12. Proposed Master Bot 8. APPLICATIONS The bot is mainly used for remote area surveillance. It is a reliable source of information about all the parameters necessary to be determined. It enables the general public to get information in real time about the weather conditions of a particular place through social networking medium. It reduces the risks to humans as extreme tasks are carried out by this bot that would be dangerous for humans to do. It is robust and unlike humans, its efficiency is not dependent on environmental factors. It can be used for facial recognition which finds applications in law and order tasks. Navigation and geo mapping is also performed by this bot. The Project can find applications in more extreme situations like surveillance and mapping of the terrain of other planets to find water ambient temperature and sustainability of life on those planets. It can be public warning system during calamities or natural disasters, using social media to raise caution. Medical field can benefit from the use of the bots which can be modified to check and monitor the parameters such as body temperature water content, Blood pressure and pulse rate of the patients remotely thus eliminating the time lapse and allowing doctors to treat more patients at once. 9. CONCLUSION Having artificial intelligence and robotic devices improves efficiency and ease of work in times of peril having robot do all the dangerous work while soldiers control it from a safe distance is the best case scenario. The amount of data provided by the robot gives the soldiers a wealth of information about the battle ground scenario and thus gives them a added advantage. REFERENCES [1]. Ren C Luo, Kuo L Su, Shen H Shen and Kuo H Tsai. “Networked Intelligent Robots Through The Internet Issues and oppurtunities ” Proceedings of the IEEE , vol.91, no.3, pp.371,382, March 2003. [2]. Dr. Michael C Wicks, Mr. John F Spina, Dr. Gerald T CapraroA. “Radar the Next generation – Sensor as Robots “Radar Conference, 2003 Proceedings of the International. [3]. Wei – Hao Hsu, You – Ling Jian, Feng – Li Lian. “Multi – Robot Movement Design Using the Number of Communication Links ”Systems, Man and Cybernetics,2006. SMC ’06. IEEE International [4]. Mr. Sandeep Bhat, Dr. M Meenakshi “Vision Based Robotic System for Military Applications – Design and Real Time Validation “ 2014 Fifth International conference on signal and image processing(ICSIP). [5]. Rice K, Le Moigne J, Jain P. “Analyzing Range Maps Data for Future Space Robotics Applications “Space Mission challenges for Information Technology, 2006. SMC-IT 2006. [6]. HoChung Chang, TaMing Shih. “Visual servo control of a three degree of freedom robotic arm system “Advanced robotics and its social impacts,2008.ARSO 2008.IEEE Workshop on vol.,no.,pp.1,6,2325 Aug 2008.
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 482 [7]. Willis J B, Davis M J. "Design of the Reconnaissance, Surveillance, and Target Acquisition Squadron for the US Army's Interim Brigade Combat Team," Systems, Man, and Cybernetics, 2000 IEEE International Conference on , vol.1, no., pp.478,483 vol.1, 2000 [8]. J. Larson, M. Bruch, R Halterman, J Rogers, R Webster, "Advances in Autonomous Obstacle Avoidance for Unmanned Surface Vehicles", Space and Naval Warfare systems center San Diego CA, 2007. [9]. M.H. Bruch, J. Lum, S. Yee, and N. Tran, "Advances in Autonomy for Small UGVs," SPIE Proc. 5804: Unmanned Ground Vehicle Technology VII, Orlando, FL, 2005, 29-31. [10]. M.H. Bruch, R.T. Laird, and H.R. Everett, "Challenges for deploying man-portable robots into hostile Environments," SPIE Proc. 4195: Mobile Robots XV, Boston, MA, 2000, 5-8.