SlideShare a Scribd company logo
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-06
Eklavya 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 sem
Vatsal 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 year
Vatsal 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 of
eSAT 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 car
IRJET Journal
 
Major
MajorMajor
Android controlled robot
Android controlled robotAndroid controlled robot
Android controlled robot
Satyendra 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 Device
IRJET Journal
 
117_SIRJ_HMS
117_SIRJ_HMS117_SIRJ_HMS
117_SIRJ_HMS
Chandan Raj
 
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 Report
Simarjot 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 Robot
IRJET Journal
 
Paper robot
Paper robotPaper robot
Paper robot
Akhil Ajith
 
IJSRED-V2I2P26
IJSRED-V2I2P26IJSRED-V2I2P26
IJSRED-V2I2P26
IJSRED
 
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
Iaetsd Iaetsd
 
Control robotic module using LIFA
Control robotic module using LIFAControl robotic module using LIFA
Control robotic module using LIFA
Vatsal 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 Robot
IRJET 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 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- 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
IRJET 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 GSM
IRJET Journal
 
IRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCU
IRJET 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 Bluetooth
IRJET Journal
 
IRJET- Intelligent Robot for Surveillance
IRJET- Intelligent Robot for SurveillanceIRJET- Intelligent Robot for Surveillance
IRJET- Intelligent Robot for Surveillance
IRJET 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 Communication
IRJET 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 Person
IRJET Journal
 
IRJET- Portable Surveillance Robot using IoT
IRJET-  	  Portable Surveillance Robot using IoTIRJET-  	  Portable Surveillance Robot using IoT
IRJET- Portable Surveillance Robot using IoT
IRJET 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 Robot
IJSRD
 
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
eSAT 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 Microcontroller
IRJET Journal
 
IRJET - High Frequency Landmine Detection Robot
IRJET -  	  High Frequency Landmine Detection RobotIRJET -  	  High Frequency Landmine Detection Robot
IRJET - High Frequency Landmine Detection Robot
IRJET 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 people
IRJET 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 vision
IRJET 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 Assistance
IRJET 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 STRUCTURE
IRJET 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 Characteristics
IRJET 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 ADAS
IRJET 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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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

一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
sydezfe
 
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
 
Butterfly Valves Manufacturer (LBF Series).pdf
Butterfly Valves Manufacturer (LBF Series).pdfButterfly Valves Manufacturer (LBF Series).pdf
Butterfly Valves Manufacturer (LBF Series).pdf
Lubi Valves
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
PreethaV16
 
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
 
Digital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptxDigital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptx
aryanpankaj78
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
Roger Rozario
 
Beckhoff Programmable Logic Control Overview Presentation
Beckhoff Programmable Logic Control Overview PresentationBeckhoff Programmable Logic Control Overview Presentation
Beckhoff Programmable Logic Control Overview Presentation
VanTuDuong1
 
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUESAN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
drshikhapandey2022
 
AI in customer support Use cases solutions development and implementation.pdf
AI in customer support Use cases solutions development and implementation.pdfAI in customer support Use cases solutions development and implementation.pdf
AI in customer support Use cases solutions development and implementation.pdf
mahaffeycheryld
 
Assistant Engineer (Chemical) Interview Questions.pdf
Assistant Engineer (Chemical) Interview Questions.pdfAssistant Engineer (Chemical) Interview Questions.pdf
Assistant Engineer (Chemical) Interview Questions.pdf
Seetal Daas
 
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptxSENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
b0754201
 
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
 
Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...
pvpriya2
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
Kamal Acharya
 
SCALING OF MOS CIRCUITS m .pptx
SCALING OF MOS CIRCUITS m                 .pptxSCALING OF MOS CIRCUITS m                 .pptx
SCALING OF MOS CIRCUITS m .pptx
harshapolam10
 
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
nedcocy
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
uqyfuc
 
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICSUNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
vmspraneeth
 

Recently uploaded (20)

一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
 
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
 
Butterfly Valves Manufacturer (LBF Series).pdf
Butterfly Valves Manufacturer (LBF Series).pdfButterfly Valves Manufacturer (LBF Series).pdf
Butterfly Valves Manufacturer (LBF Series).pdf
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
 
Accident detection system project report.pdf
Accident detection system project report.pdfAccident detection system project report.pdf
Accident detection system project report.pdf
 
Digital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptxDigital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptx
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
 
Beckhoff Programmable Logic Control Overview Presentation
Beckhoff Programmable Logic Control Overview PresentationBeckhoff Programmable Logic Control Overview Presentation
Beckhoff Programmable Logic Control Overview Presentation
 
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUESAN INTRODUCTION OF AI & SEARCHING TECHIQUES
AN INTRODUCTION OF AI & SEARCHING TECHIQUES
 
AI in customer support Use cases solutions development and implementation.pdf
AI in customer support Use cases solutions development and implementation.pdfAI in customer support Use cases solutions development and implementation.pdf
AI in customer support Use cases solutions development and implementation.pdf
 
Assistant Engineer (Chemical) Interview Questions.pdf
Assistant Engineer (Chemical) Interview Questions.pdfAssistant Engineer (Chemical) Interview Questions.pdf
Assistant Engineer (Chemical) Interview Questions.pdf
 
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptxSENTIMENT ANALYSIS ON PPT AND Project template_.pptx
SENTIMENT ANALYSIS ON PPT AND Project template_.pptx
 
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
 
Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
 
SCALING OF MOS CIRCUITS m .pptx
SCALING OF MOS CIRCUITS m                 .pptxSCALING OF MOS CIRCUITS m                 .pptx
SCALING OF MOS CIRCUITS m .pptx
 
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
 
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICSUNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
 

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.