SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2675
RED HERRING RECONNAISSANCE ROBOT
S.VINODHINI1, P.LOGESH2, M.AASIR AHMED3, S.MOHAMED MUAAZ4
1Assistant Professor, EIE Department, Bannari Amman Institute of Technology, Tamilnadu, India
2,3,4BE Student, EIE Department, Bannari Amman Institute of Technology, Tamilnadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Camouflaging is the way of concealing the
existence of objects with the help of materials which disguise
themselves with the environment. In this project, the existing
problem of spying robot in lackingthefeatureofcamouflaging
is rectified. Initially, an application has been developed using
MIT app inventor which is used for transmitting the signal to
HC 05 Bluetooth module which is interfaced with the
ARDUINO. Then the control signal is transferred from
ARDUINO to the DC motor through the Motor Driver Shield.
For camouflaging purpose, two mobiles are interconnected
using video call and placed beside the robot which helps the
robot to blend with the environment. For spying purpose, two
mobiles are connected using the sameemail idandthecamera
of Mobile 1 is controlled using Mobile 2 whichhelpstomonitor
the environment
Key Words: Spying, Camouflaging, DC motor, Robot, video
call, email id.
1. INTRODUCTION:
1.1 Introduction to Robotics
Robotics is a branch that born due to the
combination of science, Technology, Engineering and
Mathematics. Robotics deals with the construction, design
and working of robots. The main purpose of robots is to
reduce the human efforts and time to increase productivity
in the fields like Manufacturing, Controlling and Quality
checking. The term “ROBOT” is firstly used in a play named
R.U.R by a Czech writer. This term is already in use and it is
derived from the word “robota” which has a synonym of
“forced laborer” in a Slavic language.
1.2 Robots in Defense:
Robots play a very important role in the field of
defense. They are fully or semi autonomous in nature and
used mainly for surveillance, spying, finding & neutralizing
the explosive mines. They are used rarely in attacking
enemies too but their control will be in the hands of
controlling officials to avoid endangering the lives of
innocent human targets. In 2005, U.S Military forces used
SWORDS (Special Weapons Observation Remote
Reconnaissance Direct Action System) machines to observe
the grounds of Iraq which marked them as first armed
robots used to see action on the grounds.
1.2 Robots for Espionage:
Spying plays an important role in gaining
information about enemies and devise plan according to
them. In old days, humans used to spy on their enemies to
know about their strength and weakness. Still today, if
people are found guilty they will be hanged to death. This
results in downfall of the mission’s aim. Toavoidthat, robots
are used for sabotaging, without creatingdoubts.Robotslike
radio controlled robot models which are the bio mimics of
dolphins help us take footages of underwater animals
without creating dubious to those animals. Despite of their
shape and size of UAV & UGV, they can be easily spotted by
their enemies. To overcome this, we proposed a method to
include camouflage feature to these robots which
appropriately reduces the probability of being caught.
2. HARDWARE COMPONENTS:
2.1 Bluetooth Module:
Radio waves are used for communication
without using any cables or hardwires.Bluetoothisa similar
technology that uses radiowavestocommunicateoversmall
distances. Radio waves are sent and received using
Bluetooth in a band of 79 different frequencies, where they
are operated on the frequency of 2.45 GHZ. Bluetooth is far
more secure than other wireless technologies as it works
under low range. It frequently changes its frequency from
one frequency to another frequency to using a technique
known as Spread-Spectrum frequency hopping. The devices
which are paired in Bluetooth shifts its frequency thousand
times a second to avoidinterference.Here,Bluetoothmodule
named HC-05 is used as a communication device, which is
used to transfer data between microcontrollers and
computers or mobile phones. HC 05 can act both as a slave
and master. It can work under the range of 10m or 33ft.
Data is transferred at a baud rate of 9600. The module
communicates with other microcontrollers with the help of
USART. The HC 05 which is shown in Fig -1 can operate
under two modes as data mode or command mode.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2676
Fig -1: Bluetooth Module HC 05
2.2 Arduino UNO:
Arduino Uno is an open source platform created
by Arduino.cc based on the Atmega 328p microcontroller. It
has 14 digital Input/output pins out of which 6 pins are
PWM pins. It has 6 analog pins named from A0-A5 to get
analog input from the instruments. LanguagederivedfromC
& C++ can be used to program the software that runs on this
board. For that, it has an environment known as Arduino
IDE. The Arduino board which is shown in Fig -2 operates
under 5v power supply. It also has 16 MHz clock speeded
Crystal Oscillator, voltageregulator,Serial communicationto
support the microcontroller. It has a total of three pins
dedicated for power supplies out of which one can provide
supply voltage of 3.3v and other two pins having a supply
voltage of 5v. It also has three built in ground pins which are
connected internally. The microcontroller board can also
support communication protocols like UART, I2C,SPI by
having pins for them too.
Fig-2: Arduino UNO
2.3 L293D Motor Driver Shield:
L293D motor driver shield which is based on the
chip L293D is used as an expansion board for the Arduino to
control the dc motors. So the motor driver expansion board
got its name Shield. It can control up to four DC motorortwo
stepper or two servo motors. It has two built in L293D chips
as shown in Fig -3 which helps it to control DC motors at the
same time. It has also a inbuiltShiftregister named79HC595
which helps in controlling the direction of motor drivers by
expanding the 3 pins of Arduino to 8 pins. It can supply upto
600mA or 0.6A to each DC motor.
Fig – 3: L293D Motor Driver Shield
2.3 DC Motor:
Battery operated DC motor works based on the
principle of converting the electrical energy into a
mechanical energy. As shown in Fig-4 gear assembly which
helps in reducing the torque by increasing the speed of the
shaft. It consists of dual shaft mechanism which helps in
fitting the wheels on both the side of the dc motor. It runs
under 300 rpm which helps in getting the desired speed.
Fig - 4: DC Motors
2.4 Lithium Ion Battery:
Lithium ion battery is a kind of rechargeable
battery that can employable in the areas like electronics
aerospace and military applications. As shown in Fig -5 has
dimension of 18mm in length and 6.5mm in width which
makes it call by the name 18650 Li-ion battery. It can be
recharged within 2 hrs. A charging cycle marks the battery’s
expected life by tracking the process of charging and
discharging. It has around 500 charge cycles.
Fig – 5:Lithium Ion Battery
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2677
3. METHODOLOGY:
3.1 Hardware Implementation:
Fig – 6: Circuit Diagram for Movement Of Robot.
As shown in Fig –6 the bluetooth Module HC 05 is
interfaced with Atmega 328p microcontroller byconnecting
the Tx pin of bluetooth module to Rx pin of Arduino Uno and
Rx pin of Bluetooth Module to Tx pin of Arduino Uno. The
Bluetooth module is powered by connecting its Vcc and Gnd
to respective 5v and Gnd pins of Arduino board. The Motor
Driver Shield is interfaced with Arduino by placing it on top
of the Arduino board.The positive and negative terminals of
DC motors are connected to the respective motor terminals
of two channels present in it. Likewise , other DC motors are
also connected to their respective channel terminals. The
circuit is energized by connecting the Lithium ion battery in
the External Power Supply terminal througha ToggleSwitch
which helps in controlling the supply of energy the circuit.
3.2 Working Process:
A mobile app is developedforcommunicatingwith
bluetooth module to control the movement of robot. The
Arduino recognizes the sent data to the bluetooth module
and take respective actions to the DC motors through Motor
Driver Shield.
The camouflage effect for the robot is created by
placing two Smartphones beside the robot. Those devices
are connected using the live video transmission through
internet. The camera of the left smartphone detects the
object in the left side of the robot and displays it on the
smartphone on the right side of the robot. And the camera of
the right Smartphone detects the object in the right side of
the robot and displays it on the smartphone placed on the
left side of the robot. Thus using the normal video call effect
as a concealer to this robot.
For spying purpose, a smartphone is placed in the
robot. The camera of that smartphone is controlled by
another Smartphone by installing the same application
named SeeciTv in that smartphones which uses the same
email Id to establish connection between them.
4. RESULT AND DISCUSSION:
The existing methods of robots used in espionage
cannot be used in live environment and itcanonlybeusedin
backgrounds with Red, Blue & Green color. So the existing
method does not satisfy the feature of camouflage entirely
which lags the efficiency of espionage. Thus a robot is
designed which blends with the environment according to
surrounding surfaces and can be easily be hidden from
enemies to keep the information confidential using
camouflage technique.
Fig – 7:Bluetooth app for controlling robot
Fig – 8: Robot with Camouflaging Feature
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2678
Fig – 9: Monitoring of Espionage
As shown in the Fig -7 an application for controlling
the movement of the robot is created using MIT App
inventor. The application is scanned for any nearby
Bluetooth devices to pair with it. Then the Bluetoothmodule
HC-05 is selected from the list of nearby scanned devices
displayed and the message changes from NOT CONNECTED
to CONNECTED. Then the application is connected with the
HC-05 Bluetooth module. The application has several
buttons which are used for determining the movement and
direction of the robot. If the robot has to move forward then
the FORWARD button is selected in the application and the
selected command is displayed in the serial monitor for the
user information. Similarly if the robot has to move
backward then the BACKWARD button is selected, if the
robot has to move left then the LEFT button is selected, if
the robot has to move right then the RIGHT button is
selected and if the STOP button is selected then the robot
becomes motionless. The two camera devices are placed
besides the robot for creating the camouflaging effect which
helps in blending with the environmentasshownintheFig–
8. The surrounding environment is monitored using the
camera device placed on the robot as shown in Fig – 9. Thus
it helps in monitoring the enemyareaswithoutanydifficulty.
5. CONCLUSION:
As per the present scenario human interaction on
technology and future trends, robots are going to be used as
perfect replacement of human being in armed forces.
Modern spy robots are bio inspired and are developed to
mimic the wild animals for spying the enemy’s premises.
Many organizations develop bio inspired robots such as
dolphin, vulture, and monkey and alsodevelopmicrodrones
which are designed to look like bugs and beetles commonly
called as “Insectothopters”. Even though the robots and
drones of the current generation are bio inspired, it can be
detectable irrespective of their design and shapes. The
proposed method comprises the feature of camouflage
where the robot creates a distraction to the observer and
blend with the environment. This enhances the defense
strategies and to perform counterintelligence tasks against
the enemies. It can also be used in the field of wildlife
photography for capturing andrecordingthewildanimalsto
reduce the dangerous human –animal conflicts which costs
in the loss of human lives. It will be very useful in the areas
that prone to human losses like LOC (Line of Control) will be
monitored.
REFERENCES:
[1] Nelson Rai, Deepak Rasaily (March 2016), “Bluetooth
Remote Controlled Car using Arduino”International Journal
of Engineering Trends and Technology,vol.33,No.8.
[2] Hitesh Shinde, Kriti Sonawane (2018), “CamouflageColor
Changing Robot”, International Journal for Research in
Applied Science and Engineering Technology,vol.6, Issue
4,pp.3627-3631.
[3] M.K.Keshavarajan, T.Kathiravan (March 2018), “Design
and Implementation of Spy Robot with Camouflage
Technique”, International Journal ofScienceTechnology and
Engineering, vol.4,Issue 9,pp.99-1o2.
[4] Deepak Patil, Himali Patil, Abhijeet Patil, Sunil Kalal,
(February 2015), “Camouflage Technique Based
Multifunctional Army Robot”, International Journal of
Advance Research in Electronics and Communication
Engineering,vol.4,Issue 9,pp.259-261.
[5] Dr.Shantanu K.Dixit, (April 2014) “Design and
Implentation of e-surveillance Robot for Video Monitoring
and living Body Detection ”, International Journal of
Scientific and Research Publication,Vol.4,Issue
4,ISSN,pp.2250-3153.

More Related Content

What's hot

MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06
MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06
MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06Eklavya Sharma
 
Floor cleaning robot report vatsal shah_ec_7th sem
Floor cleaning robot report vatsal shah_ec_7th semFloor cleaning robot report vatsal shah_ec_7th sem
Floor cleaning robot report vatsal shah_ec_7th semVatsal N Shah
 
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual)  vatsal shah-ec_4th yearFloor cleaning robot(autonomus mannual)  vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th yearVatsal N Shah
 
IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...
IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...
IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...IRJET Journal
 
Intelligent vehicle control based on identification of
Intelligent vehicle control based on identification ofIntelligent vehicle control based on identification of
Intelligent vehicle control based on identification ofeSAT Publishing House
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic carIRJET Journal
 
Android controlled robot
Android controlled robotAndroid controlled robot
Android controlled robotSatyendra Gupta
 
Pick and Place Robotic Arm using Android Device
Pick and Place Robotic Arm using Android DevicePick and Place Robotic Arm using Android Device
Pick and Place Robotic Arm using Android DeviceIRJET Journal
 
Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...
Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...
Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...IJERA Editor
 
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET Journal
 
Bluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project ReportBluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project ReportSimarjot Singh Kalsi
 
IRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled RobotIRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled RobotIRJET Journal
 
IJSRED-V2I2P26
IJSRED-V2I2P26IJSRED-V2I2P26
IJSRED-V2I2P26IJSRED
 
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
 
Control robotic module using LIFA
Control robotic module using LIFAControl robotic module using LIFA
Control robotic module using LIFAVatsal N Shah
 
IRJET- Smart Monitoring System for Industrial Automation (IoT Based)
IRJET- Smart Monitoring System for Industrial Automation (IoT Based)IRJET- Smart Monitoring System for Industrial Automation (IoT Based)
IRJET- Smart Monitoring System for Industrial Automation (IoT Based)IRJET Journal
 
IRJET - Pick and Place Surveillance Robot
IRJET -  	  Pick and Place Surveillance RobotIRJET -  	  Pick and Place Surveillance Robot
IRJET - Pick and Place Surveillance RobotIRJET Journal
 

What's hot (20)

MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06
MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06
MOBILE CONTROLLED ROBOTIC ARM USING ARDUINO AND HC-06
 
Floor cleaning robot report vatsal shah_ec_7th sem
Floor cleaning robot report vatsal shah_ec_7th semFloor cleaning robot report vatsal shah_ec_7th sem
Floor cleaning robot report vatsal shah_ec_7th sem
 
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual)  vatsal shah-ec_4th yearFloor cleaning robot(autonomus mannual)  vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
 
IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...
IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...
IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...
 
Intelligent vehicle control based on identification of
Intelligent vehicle control based on identification ofIntelligent vehicle control based on identification of
Intelligent vehicle control based on identification of
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic car
 
Major
MajorMajor
Major
 
Android controlled robot
Android controlled robotAndroid controlled robot
Android controlled robot
 
Pick and Place Robotic Arm using Android Device
Pick and Place Robotic Arm using Android DevicePick and Place Robotic Arm using Android Device
Pick and Place Robotic Arm using Android Device
 
117_SIRJ_HMS
117_SIRJ_HMS117_SIRJ_HMS
117_SIRJ_HMS
 
Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...
Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...
Controlling and Reducing of Speed for Vehicles Automatically By Using Rf Tech...
 
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
 
Bluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project ReportBluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project Report
 
IRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled RobotIRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled Robot
 
Paper robot
Paper robotPaper robot
Paper robot
 
IJSRED-V2I2P26
IJSRED-V2I2P26IJSRED-V2I2P26
IJSRED-V2I2P26
 
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
 
Control robotic module using LIFA
Control robotic module using LIFAControl robotic module using LIFA
Control robotic module using LIFA
 
IRJET- Smart Monitoring System for Industrial Automation (IoT Based)
IRJET- Smart Monitoring System for Industrial Automation (IoT Based)IRJET- Smart Monitoring System for Industrial Automation (IoT Based)
IRJET- Smart Monitoring System for Industrial Automation (IoT Based)
 
IRJET - Pick and Place Surveillance Robot
IRJET -  	  Pick and Place Surveillance RobotIRJET -  	  Pick and Place Surveillance Robot
IRJET - Pick and Place Surveillance Robot
 

Similar to IRJET - Red Herring Reconnaissance Robot

IRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying RobotIRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying RobotIRJET 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
 
IRJET- Artificial Intelligence based Voice Controlled Robot
IRJET- Artificial Intelligence based Voice Controlled RobotIRJET- Artificial Intelligence based Voice Controlled Robot
IRJET- Artificial Intelligence based Voice Controlled RobotIRJET Journal
 
Spy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSMSpy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSMIRJET Journal
 
IRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET Journal
 
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 BluetoothIRJET Journal
 
IRJET- Intelligent Robot for Surveillance
IRJET- Intelligent Robot for SurveillanceIRJET- Intelligent Robot for Surveillance
IRJET- Intelligent Robot for SurveillanceIRJET Journal
 
Pick and Place Robotic Arm utilizing Microcontroller and Wireless Communication
Pick and Place Robotic Arm utilizing Microcontroller and Wireless CommunicationPick and Place Robotic Arm utilizing Microcontroller and Wireless Communication
Pick and Place Robotic Arm utilizing Microcontroller and Wireless CommunicationIRJET Journal
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonIRJET Journal
 
IRJET- Portable Surveillance Robot using IoT
IRJET-  	  Portable Surveillance Robot using IoTIRJET-  	  Portable Surveillance Robot using IoT
IRJET- Portable Surveillance Robot using IoTIRJET Journal
 
Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...
Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...
Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...Associate Professor in VSB Coimbatore
 
White Line Follower Using Fire Bird V Robot
White Line Follower Using Fire Bird V RobotWhite Line Follower Using Fire Bird V Robot
White Line Follower Using Fire Bird V RobotIJSRD
 
Master slave autonomous surveillance bot for military applications
Master slave autonomous surveillance bot for military applicationsMaster slave autonomous surveillance bot for military applications
Master slave autonomous surveillance bot for military applicationseSAT Journals
 
IRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using MicrocontrollerIRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using MicrocontrollerIRJET Journal
 
IRJET - High Frequency Landmine Detection Robot
IRJET -  	  High Frequency Landmine Detection RobotIRJET -  	  High Frequency Landmine Detection Robot
IRJET - High Frequency Landmine Detection RobotIRJET Journal
 
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
 
Embedded system-based intelligent wheelchairs for disabled people
Embedded system-based intelligent wheelchairs for disabled peopleEmbedded system-based intelligent wheelchairs for disabled people
Embedded system-based intelligent wheelchairs for disabled peopleIRJET Journal
 
Military Spying & Bomb Diffusing Robot with Night vision
Military Spying & Bomb Diffusing Robot with Night visionMilitary Spying & Bomb Diffusing Robot with Night vision
Military Spying & Bomb Diffusing Robot with Night visionIRJET Journal
 
IRJET- Unmanned Ground Vehicle for Military Assistance
IRJET-  	  Unmanned Ground Vehicle for Military AssistanceIRJET-  	  Unmanned Ground Vehicle for Military Assistance
IRJET- Unmanned Ground Vehicle for Military AssistanceIRJET Journal
 
IRJET- 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
 

Similar to IRJET - Red Herring Reconnaissance Robot (20)

IRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying RobotIRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying 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- Artificial Intelligence based Voice Controlled Robot
IRJET- Artificial Intelligence based Voice Controlled RobotIRJET- Artificial Intelligence based Voice Controlled Robot
IRJET- Artificial Intelligence based Voice Controlled Robot
 
Spy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSMSpy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSM
 
IRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCU
 
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 Robot for Surveillance
IRJET- Intelligent Robot for SurveillanceIRJET- Intelligent Robot for Surveillance
IRJET- Intelligent Robot for Surveillance
 
Pick and Place Robotic Arm utilizing Microcontroller and Wireless Communication
Pick and Place Robotic Arm utilizing Microcontroller and Wireless CommunicationPick and Place Robotic Arm utilizing Microcontroller and Wireless Communication
Pick and Place Robotic Arm utilizing Microcontroller and Wireless Communication
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled Person
 
IRJET- Portable Surveillance Robot using IoT
IRJET-  	  Portable Surveillance Robot using IoTIRJET-  	  Portable Surveillance Robot using IoT
IRJET- Portable Surveillance Robot using IoT
 
Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...
Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...
Zigbee Controlled Multi Functional Surveillance Spy Robot for Military Applic...
 
White Line Follower Using Fire Bird V Robot
White Line Follower Using Fire Bird V RobotWhite Line Follower Using Fire Bird V Robot
White Line Follower Using Fire Bird V Robot
 
Master slave autonomous surveillance bot for military applications
Master slave autonomous surveillance bot for military applicationsMaster slave autonomous surveillance bot for military applications
Master slave autonomous surveillance bot for military applications
 
IRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using MicrocontrollerIRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using Microcontroller
 
IRJET - High Frequency Landmine Detection Robot
IRJET -  	  High Frequency Landmine Detection RobotIRJET -  	  High Frequency Landmine Detection Robot
IRJET - High Frequency Landmine Detection Robot
 
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...
 
Embedded system-based intelligent wheelchairs for disabled people
Embedded system-based intelligent wheelchairs for disabled peopleEmbedded system-based intelligent wheelchairs for disabled people
Embedded system-based intelligent wheelchairs for disabled people
 
Military Spying & Bomb Diffusing Robot with Night vision
Military Spying & Bomb Diffusing Robot with Night visionMilitary Spying & Bomb Diffusing Robot with Night vision
Military Spying & Bomb Diffusing Robot with Night vision
 
IRJET- Unmanned Ground Vehicle for Military Assistance
IRJET-  	  Unmanned Ground Vehicle for Military AssistanceIRJET-  	  Unmanned Ground Vehicle for Military Assistance
IRJET- Unmanned Ground Vehicle for Military Assistance
 
IRJET- 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 ...
 

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

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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
(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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall 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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 

Recently uploaded (20)

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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
(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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 

IRJET - Red Herring Reconnaissance Robot

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2675 RED HERRING RECONNAISSANCE ROBOT S.VINODHINI1, P.LOGESH2, M.AASIR AHMED3, S.MOHAMED MUAAZ4 1Assistant Professor, EIE Department, Bannari Amman Institute of Technology, Tamilnadu, India 2,3,4BE Student, EIE Department, Bannari Amman Institute of Technology, Tamilnadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Camouflaging is the way of concealing the existence of objects with the help of materials which disguise themselves with the environment. In this project, the existing problem of spying robot in lackingthefeatureofcamouflaging is rectified. Initially, an application has been developed using MIT app inventor which is used for transmitting the signal to HC 05 Bluetooth module which is interfaced with the ARDUINO. Then the control signal is transferred from ARDUINO to the DC motor through the Motor Driver Shield. For camouflaging purpose, two mobiles are interconnected using video call and placed beside the robot which helps the robot to blend with the environment. For spying purpose, two mobiles are connected using the sameemail idandthecamera of Mobile 1 is controlled using Mobile 2 whichhelpstomonitor the environment Key Words: Spying, Camouflaging, DC motor, Robot, video call, email id. 1. INTRODUCTION: 1.1 Introduction to Robotics Robotics is a branch that born due to the combination of science, Technology, Engineering and Mathematics. Robotics deals with the construction, design and working of robots. The main purpose of robots is to reduce the human efforts and time to increase productivity in the fields like Manufacturing, Controlling and Quality checking. The term “ROBOT” is firstly used in a play named R.U.R by a Czech writer. This term is already in use and it is derived from the word “robota” which has a synonym of “forced laborer” in a Slavic language. 1.2 Robots in Defense: Robots play a very important role in the field of defense. They are fully or semi autonomous in nature and used mainly for surveillance, spying, finding & neutralizing the explosive mines. They are used rarely in attacking enemies too but their control will be in the hands of controlling officials to avoid endangering the lives of innocent human targets. In 2005, U.S Military forces used SWORDS (Special Weapons Observation Remote Reconnaissance Direct Action System) machines to observe the grounds of Iraq which marked them as first armed robots used to see action on the grounds. 1.2 Robots for Espionage: Spying plays an important role in gaining information about enemies and devise plan according to them. In old days, humans used to spy on their enemies to know about their strength and weakness. Still today, if people are found guilty they will be hanged to death. This results in downfall of the mission’s aim. Toavoidthat, robots are used for sabotaging, without creatingdoubts.Robotslike radio controlled robot models which are the bio mimics of dolphins help us take footages of underwater animals without creating dubious to those animals. Despite of their shape and size of UAV & UGV, they can be easily spotted by their enemies. To overcome this, we proposed a method to include camouflage feature to these robots which appropriately reduces the probability of being caught. 2. HARDWARE COMPONENTS: 2.1 Bluetooth Module: Radio waves are used for communication without using any cables or hardwires.Bluetoothisa similar technology that uses radiowavestocommunicateoversmall distances. Radio waves are sent and received using Bluetooth in a band of 79 different frequencies, where they are operated on the frequency of 2.45 GHZ. Bluetooth is far more secure than other wireless technologies as it works under low range. It frequently changes its frequency from one frequency to another frequency to using a technique known as Spread-Spectrum frequency hopping. The devices which are paired in Bluetooth shifts its frequency thousand times a second to avoidinterference.Here,Bluetoothmodule named HC-05 is used as a communication device, which is used to transfer data between microcontrollers and computers or mobile phones. HC 05 can act both as a slave and master. It can work under the range of 10m or 33ft. Data is transferred at a baud rate of 9600. The module communicates with other microcontrollers with the help of USART. The HC 05 which is shown in Fig -1 can operate under two modes as data mode or command mode.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2676 Fig -1: Bluetooth Module HC 05 2.2 Arduino UNO: Arduino Uno is an open source platform created by Arduino.cc based on the Atmega 328p microcontroller. It has 14 digital Input/output pins out of which 6 pins are PWM pins. It has 6 analog pins named from A0-A5 to get analog input from the instruments. LanguagederivedfromC & C++ can be used to program the software that runs on this board. For that, it has an environment known as Arduino IDE. The Arduino board which is shown in Fig -2 operates under 5v power supply. It also has 16 MHz clock speeded Crystal Oscillator, voltageregulator,Serial communicationto support the microcontroller. It has a total of three pins dedicated for power supplies out of which one can provide supply voltage of 3.3v and other two pins having a supply voltage of 5v. It also has three built in ground pins which are connected internally. The microcontroller board can also support communication protocols like UART, I2C,SPI by having pins for them too. Fig-2: Arduino UNO 2.3 L293D Motor Driver Shield: L293D motor driver shield which is based on the chip L293D is used as an expansion board for the Arduino to control the dc motors. So the motor driver expansion board got its name Shield. It can control up to four DC motorortwo stepper or two servo motors. It has two built in L293D chips as shown in Fig -3 which helps it to control DC motors at the same time. It has also a inbuiltShiftregister named79HC595 which helps in controlling the direction of motor drivers by expanding the 3 pins of Arduino to 8 pins. It can supply upto 600mA or 0.6A to each DC motor. Fig – 3: L293D Motor Driver Shield 2.3 DC Motor: Battery operated DC motor works based on the principle of converting the electrical energy into a mechanical energy. As shown in Fig-4 gear assembly which helps in reducing the torque by increasing the speed of the shaft. It consists of dual shaft mechanism which helps in fitting the wheels on both the side of the dc motor. It runs under 300 rpm which helps in getting the desired speed. Fig - 4: DC Motors 2.4 Lithium Ion Battery: Lithium ion battery is a kind of rechargeable battery that can employable in the areas like electronics aerospace and military applications. As shown in Fig -5 has dimension of 18mm in length and 6.5mm in width which makes it call by the name 18650 Li-ion battery. It can be recharged within 2 hrs. A charging cycle marks the battery’s expected life by tracking the process of charging and discharging. It has around 500 charge cycles. Fig – 5:Lithium Ion Battery
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2677 3. METHODOLOGY: 3.1 Hardware Implementation: Fig – 6: Circuit Diagram for Movement Of Robot. As shown in Fig –6 the bluetooth Module HC 05 is interfaced with Atmega 328p microcontroller byconnecting the Tx pin of bluetooth module to Rx pin of Arduino Uno and Rx pin of Bluetooth Module to Tx pin of Arduino Uno. The Bluetooth module is powered by connecting its Vcc and Gnd to respective 5v and Gnd pins of Arduino board. The Motor Driver Shield is interfaced with Arduino by placing it on top of the Arduino board.The positive and negative terminals of DC motors are connected to the respective motor terminals of two channels present in it. Likewise , other DC motors are also connected to their respective channel terminals. The circuit is energized by connecting the Lithium ion battery in the External Power Supply terminal througha ToggleSwitch which helps in controlling the supply of energy the circuit. 3.2 Working Process: A mobile app is developedforcommunicatingwith bluetooth module to control the movement of robot. The Arduino recognizes the sent data to the bluetooth module and take respective actions to the DC motors through Motor Driver Shield. The camouflage effect for the robot is created by placing two Smartphones beside the robot. Those devices are connected using the live video transmission through internet. The camera of the left smartphone detects the object in the left side of the robot and displays it on the smartphone on the right side of the robot. And the camera of the right Smartphone detects the object in the right side of the robot and displays it on the smartphone placed on the left side of the robot. Thus using the normal video call effect as a concealer to this robot. For spying purpose, a smartphone is placed in the robot. The camera of that smartphone is controlled by another Smartphone by installing the same application named SeeciTv in that smartphones which uses the same email Id to establish connection between them. 4. RESULT AND DISCUSSION: The existing methods of robots used in espionage cannot be used in live environment and itcanonlybeusedin backgrounds with Red, Blue & Green color. So the existing method does not satisfy the feature of camouflage entirely which lags the efficiency of espionage. Thus a robot is designed which blends with the environment according to surrounding surfaces and can be easily be hidden from enemies to keep the information confidential using camouflage technique. Fig – 7:Bluetooth app for controlling robot Fig – 8: Robot with Camouflaging Feature
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2678 Fig – 9: Monitoring of Espionage As shown in the Fig -7 an application for controlling the movement of the robot is created using MIT App inventor. The application is scanned for any nearby Bluetooth devices to pair with it. Then the Bluetoothmodule HC-05 is selected from the list of nearby scanned devices displayed and the message changes from NOT CONNECTED to CONNECTED. Then the application is connected with the HC-05 Bluetooth module. The application has several buttons which are used for determining the movement and direction of the robot. If the robot has to move forward then the FORWARD button is selected in the application and the selected command is displayed in the serial monitor for the user information. Similarly if the robot has to move backward then the BACKWARD button is selected, if the robot has to move left then the LEFT button is selected, if the robot has to move right then the RIGHT button is selected and if the STOP button is selected then the robot becomes motionless. The two camera devices are placed besides the robot for creating the camouflaging effect which helps in blending with the environmentasshownintheFig– 8. The surrounding environment is monitored using the camera device placed on the robot as shown in Fig – 9. Thus it helps in monitoring the enemyareaswithoutanydifficulty. 5. CONCLUSION: As per the present scenario human interaction on technology and future trends, robots are going to be used as perfect replacement of human being in armed forces. Modern spy robots are bio inspired and are developed to mimic the wild animals for spying the enemy’s premises. Many organizations develop bio inspired robots such as dolphin, vulture, and monkey and alsodevelopmicrodrones which are designed to look like bugs and beetles commonly called as “Insectothopters”. Even though the robots and drones of the current generation are bio inspired, it can be detectable irrespective of their design and shapes. The proposed method comprises the feature of camouflage where the robot creates a distraction to the observer and blend with the environment. This enhances the defense strategies and to perform counterintelligence tasks against the enemies. It can also be used in the field of wildlife photography for capturing andrecordingthewildanimalsto reduce the dangerous human –animal conflicts which costs in the loss of human lives. It will be very useful in the areas that prone to human losses like LOC (Line of Control) will be monitored. REFERENCES: [1] Nelson Rai, Deepak Rasaily (March 2016), “Bluetooth Remote Controlled Car using Arduino”International Journal of Engineering Trends and Technology,vol.33,No.8. [2] Hitesh Shinde, Kriti Sonawane (2018), “CamouflageColor Changing Robot”, International Journal for Research in Applied Science and Engineering Technology,vol.6, Issue 4,pp.3627-3631. [3] M.K.Keshavarajan, T.Kathiravan (March 2018), “Design and Implementation of Spy Robot with Camouflage Technique”, International Journal ofScienceTechnology and Engineering, vol.4,Issue 9,pp.99-1o2. [4] Deepak Patil, Himali Patil, Abhijeet Patil, Sunil Kalal, (February 2015), “Camouflage Technique Based Multifunctional Army Robot”, International Journal of Advance Research in Electronics and Communication Engineering,vol.4,Issue 9,pp.259-261. [5] Dr.Shantanu K.Dixit, (April 2014) “Design and Implentation of e-surveillance Robot for Video Monitoring and living Body Detection ”, International Journal of Scientific and Research Publication,Vol.4,Issue 4,ISSN,pp.2250-3153.