SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1595
Pick and Place Surveillance Robot
Mr. Parag Barke1, Mr. Prathamesh Bodas2, Mr. Gauresh Bowlekar3, Mr. Amish Hingu4
6Guided By: Dr. Sanjay Deshmukh
1,2,3,4Rajiv Gandhi Institute of Technology, Juhu Versova Link Road, Andheri (West), MUMBAI 400053
--------------------------------------------------------------------------***-------------------------------------------------------------------------
Abstract-Robotics is a vast field used for many
purposes. Robots have become peculiar in out daily life.
This project is based on robotics and many of similar
functions. The main function of this is robotic arm.
Robotic arm is a mechanism in which it can lift things
and can move in 360 degrees. It has one elbow and one
hand like structure to lift things. To move the objects
from one place to another we'll use a normal 2 tire and a
ball caster mechanism. Theo wheels will be connected to
2 motors. The third function is of object detection. We
are using object detection to analyze the obstacles which
interrupt the mobility of robot. The range of the device
used for object detection is 4 m. The fourth function used
is camera surveillance in which using the pi camera we
can monitor the movement while moving the robot. All
these functions will be controlled by raspberry pi.
Raspberry pi is 1.4GHz 64-bit quad-core processor, dual-
band wireless LAN, Bluetooth 4.2/BLE, faster Ethernet,
and Power-over-Ethernet support.
key Words: Arduino NANO, raspberry-pi, robotic
arm, Obstacle, USB camera, Ultrasonic sensor
1. INTRODUCTION:
A robot is an electromechanical machine that is
controlled by computer program to perform different
types of operations. Industrial robots have designed to
reduce human efforts and time and improve productivity
and to reduce manufacturing cost. Android app can
control the motion of the robot from a long-distance
using Bluetooth communication to interface controller
and android. Arduino NANO ATmega328P can be
interfaced to the Bluetooth module though UART
protocol and code is written in embedded C language. As
per the commands received from android app the
motion of the robot and movement of an arm can be
controlled. Pick and Place robots can be
reprogrammable and they can provide multiple
applications. Another function of this robot is camera
surveillance. Raspberry Pi 3 is used for camera
surveillance. Raspbian OS has to be installed so that the
image and videos can be seen to the android phones
directly. The purpose of this work is to design and
implement an Android Controlled Bluetooth based Robot
which can be used for Surveillance, home automation,
wheelchairs, military and hostages Rescue applications.
2. METHODOLOGY:
2.1 Arduino Nano Board:
Fig.-1: Arduino NANO
Arduino Nano Board is the brain of robot loaded by a
program written in embedded c language to do the
required functioning and it is interfaced with
Bluetooth module. The motor drivers are used to
make the system work as required.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1596
2.2 DC Motor
Fig. -2: DC Motor
HC -05 Bluetooth module D.C. motor is controlled by DC
voltages and moves in every direction i.e. forward,
backward, left and right according to the polarity of voltage
applied. All the mechanical movements which robot
performs is accomplished by an electric motor. Electric
motor is used to power devices. An example of small motor
applications are motors used in automobiles, robot, hand
and food blenders.
2.3 Power adaptor:
This is used to give appropriate DC power supply (11 V) to
Arduino NANO, Driver IC sensors and other passive
components of the Robot.
Fig. -3: Power adaptor with 11 V battery.
2.4 HC-05 Bluetooth module:
This module is capable of communicating with pc,
mobile or any other Bluetooth enabled device. It is
interfaced with the Arduino NANO over the serial
UART port of micro-controller. Bluetooth is a wireless
communications protocol running at 2.4 GHz, with
client-server architecture, suitable for forming (PAN)
personal area networks. Bluetooth is an integral
feature designed for low power devices. Bluetooth is a
standardized feature that is available in all
Smartphone running on android, laptops and
computers. It is very handy as it can be easily fitted
with a module to allow Bluetooth based
communication.
Fig. -4 HC 05Blutooth Module
2.5. Ultrasonic sensor HC-SR04: :
The ultrasonic sensor is used for obstacle detection.
Ultrasonic sensor transmits the ultrasonic waves from its
sensor head and again receives the ultrasonic waves
reflected from an object. ultrasonic sensors can be use in
instruction alarm system, automatic door openers. The
ultrasonic sensor is very compact in size and has a very
high performance. It has both the transmitter and receiver.
It consists of four pins VCC pin to offer a 5V supply to the
sensor, trigger pin gives a TTL pulses and echo pin to get
the output from the sensor and ground pin. Ultrasonic
sensor HC-SR04 is shown in Fig. 5
Fig. -5: Ultrasonic sensor HC-SR04
2.5 Raspberry Pi 3B plus:
Raspberry Pi is used for transmitting images or videos
from use camera to the monitor or android phone. The
surveillance is carry out wirelessly with the help of Wi-Fi
or ip Address of a Raspberry Pi. Raspberry pi is
connected with the dongle which enables raspberry pi to
transmit over the web network. Raspberry Pi uses an SD
card for booting and for memory because it doesn’t have
an inbuilt hard disk for storage. Raspberry Pi require 5
volt supply with minimum of 700- 1000 mA current and
it is powered through micro USB cable. ARM11 only
requires 3.3 volt of supply which it takes with the help of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1597
the linear regulator. 5 volt is required for the USB ports.
It operates at 700M Hz. We use python to write code into
the raspberry pi.
Fig. -6: Raspberry pi 3B Plus
2.6 Motor Driver IC L298N :
IC L298N can be used with motors which have a voltage
range of between 5 and 35V DC. With the help of IC
L298N it is quite easy to control one or two DC motors.
The L298N module has two screw terminal blocks for
the motor A and B, and another screw terminal block for
the Ground pin, the VCC for motor and a 5V pin which
can either be an input or output.
Fig. -7: Motor Driver IC L298N
3. SYSTEM ARCHITECTURE:
3.1 Pick and Place arm and Robot:
Fig. -8: Block diagram of proposed system
A robot can be controlled using Bluetooth module HC-05
and Arduino Nano Board with android Smartphone
device. The data receive by the Bluetooth module from
android smart phone is fed input to the controller. The
controller acts accordingly on the DC motor of the robot.
The robot can move in all the four directions using the
android phone. Android smart phone can connect to the
nano board with the help of Bluetooth.
Fig.9 -: Sequence Diagram1
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1598
In above Fig 9 an interaction of a user with the robot has
been shown. A user can interact with robot with the help
of application. In this project we made an app named
“Roboarm” on MIT Inventor. User can install this app on
their android Smartphone and can control the
movements of arm or give the directions to the robot.
Fig. -10: Deployment Diagram
Fig. -11: Communication Diagram
3.2 Camera Surveillance:
Fig.12: Flow Chart of the working
4 Software Implementation:
4.1 MIT App Inventor:
App Inventor for Android is an open-source web
application provided by Google and now maintained by
the Massachusetts Institute of Technology. It allows
computer program to create software applications for
the Android operating system. MIT App Inventor is an
innovative beginner's introduction to programming and
app creation that transforms the complex language of
text-based coding into visual, drag-and-drop building
blocks. The simple graphical interface grants even an
inexperienced person to create a basic, fully functional
app within an hour.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1599
Fig. -13: Working of MIT APP Inventor
App Inventor involves three steps :
(i) App inventor designer,
(ii) App Inventor Blocks editor,
(iii) An emulator or Android Phone.
The set-up process for the software is very easy. Also the
system requirements are very basic. It is compatible
with Windows and Linux Operating systems. Browsers
required for the software are Mozilla Firefox 3.6 or
higher, Apple Safari 5.0 or higher, Google Chrome 4.0 or
higher.
4.2 App Inventor Designer
The first phase of an application design passes through
App Inventor Designer. The design is accessible through
the web page and all the ingredients for the app are
available on the left side of the window. An ingredient
contains elements like a screen for the app, buttons for
tapping, text boxes, images, labels, animations and many
more. The extreme right side of the designer allows
users to view the screen and components added to the
screen. The properties section of the window allows
users to modify the properties of components. Adding the
components to the screen is drag and drop process. The
alignment of the components can be selected through
alignment options. Several non-visible components are also
added to the screen, which can be explored later in the
block’s editor. On the left of the screen is a list of the
components which can be dragged and dropped onto the
Android screen.
Fig. -14: App inventor Designer(Robot)
Fig. -15: Inventor App inventor Block Editor
4.3 An emulator or Android phone:
The last part of the application design is testing the
application App Inventor gives the option of testing the
application in an emulator which is very similar to the
real device but with some limitations. The user can
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1600
connect the application to the emulator via the connect
option and test how the application functions in real
world. Also the user can directly connect the android
phone to the computer via USB connecter and test the
application. Real time testing is the best option for
monitoring the application function.
4.4. Android Application:
Roboarm is the name of the android application designed
for this project. It was designed through App Inventor. The
basic function of the application is to control the robot & to
control the movement of the pick and place arm. It has
different buttons integrated to it. Each button has different
functions.
Fig. -16: Inventor App on mobile (Robot)
Fig. -17: Inventor App on mobile (Arm)
Fig.18 -: Android phone-controlled robot
7. Applications:
 This project can be used at homes for
many purposes like picking up and placing
some objects from one to other.
 Since spying on someone is a sensitive task
instead of humans this robot can help in
spying operations.
 Making video surveillance of any disaster
affected area where human beings cannot
go.
 This pick and place surveillance robot can
be use as a prototype in various industries
as well as in military .
8. Conclusions:
An operating system of smart phone is android which
can develop effective remote control program. This
program uses blue-tooth module to communicate with
robot. It has proven to allow for meaningful two-way
communication between the Android phone and the
robot which would allow a non-expert to interact with
and adjust the functionality of a system which uses
ATmega328P controller intended to make the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1601
application of interactive objects or environments more
accessible.
Also, the ultrasonic sensor was studied and the HcSR-04
ultrasonic sensor was selected to sense the obstacle and
avoidance them.
In this project we used raspberry pi 3B+ which is
working on Raspbian OS. As the communication is done
with the help of internet so limitation of range of
operation does not arise and thus we can monitor any
remote areas. One can easily monitor as well as control
the activity of the robotic unit wirelessly with the help of
raspberry pi. The surveillance is always has been a quite
sensitive task and it includes so many risks. So, it’s better
to use robot for this job instead of people to reduce
human efforts and risks. And if you are able to control
the robots with efficiency and accuracy then you can
guarantee yourself with good results and success. This
system is a good step for secure surveillance using
robots.
9. References:
[1] Arpit Sharma1, Reetesh Varma2, Saurabh
Gupta3 and Sukhdeep Bhatia4, “Android Phone
Controlled Robot Using Bluetooth” IJEEE ISSN
0974-2174, Volume 7, Number 5 (2014, pp. 443-
448)
[2] “Design and Implementation of Multi Handling
Pick and Place Robotic Arm”, Mohd Ashiq
Kamaril, Yusuff, Reza Ezucin Samin, Babul
Salam.
[3] Anusha S, Sandhya G.S “Obstacle detection and
their movement for Automobiles”, International
journal of innovative technology and Research
volume-4, Issue-6, October 2016
[4] https://create.arduino.cc/projecthub/albertoz/
obstacle-avoiding-robot-fb30e4
[5] www.circuitdigest.com/webcontrolled robotic
surveillance car

More Related Content

What's hot

IRJET- Wi-Fi Control First Person View Robot (FPV)
IRJET- Wi-Fi Control First Person View Robot (FPV)IRJET- Wi-Fi Control First Person View Robot (FPV)
IRJET- Wi-Fi Control First Person View Robot (FPV)
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
 
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATIONBLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
Varun Divekar
 
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET Journal
 
Wireless robo Report
Wireless robo  ReportWireless robo  Report
Wireless robo Report
Sumit Saini
 
android controlled robot
android controlled robotandroid controlled robot
android controlled robot
sunny080593
 
Presentation slides of android controlled robot
Presentation slides of android controlled robotPresentation slides of android controlled robot
Presentation slides of android controlled robot
ankit8743
 
Bluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project ReportBluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project Report
Simarjot Singh Kalsi
 
Android mobile phone controlled bluetooth robot
Android mobile phone controlled bluetooth robotAndroid mobile phone controlled bluetooth robot
Android mobile phone controlled bluetooth robot
Disha Akash
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry Pi
IRJET Journal
 
IRJET- Wireless Video Surveillance Robot
IRJET-  	  Wireless Video Surveillance RobotIRJET-  	  Wireless Video Surveillance Robot
IRJET- Wireless Video Surveillance Robot
IRJET Journal
 
Android controlled robot
Android controlled robotAndroid controlled robot
Android controlled robot
Satyendra Gupta
 
IRJET- Home Automation using Arduino and IoT
IRJET-  	  Home Automation using Arduino and IoTIRJET-  	  Home Automation using Arduino and IoT
IRJET- Home Automation using Arduino and IoT
IRJET Journal
 
IRJET - IoT based Anti Theft Detection and Alerting System using Raspberry Pi
IRJET - IoT based Anti Theft Detection and Alerting System using Raspberry PiIRJET - IoT based Anti Theft Detection and Alerting System using Raspberry Pi
IRJET - IoT based Anti Theft Detection and Alerting System using Raspberry Pi
IRJET Journal
 
Android mobile cotrolled robot (wi fi)
Android mobile cotrolled robot (wi fi)Android mobile cotrolled robot (wi fi)
Android mobile cotrolled robot (wi fi)
SSGMCE SHEGAON
 
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry PiIRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
IRJET Journal
 
Bluetooth controlled android car
Bluetooth controlled android car Bluetooth controlled android car
Bluetooth controlled android car
doaamarzook
 
Final Report11
Final Report11Final Report11
Final Report11
sonu kumar
 
Brian black book
Brian black bookBrian black book
Brian black book
BRIAN D'SOUZA
 
Android controlled robot
Android controlled robotAndroid controlled robot
Android controlled robot
Ben Johnke
 

What's hot (20)

IRJET- Wi-Fi Control First Person View Robot (FPV)
IRJET- Wi-Fi Control First Person View Robot (FPV)IRJET- Wi-Fi Control First Person View Robot (FPV)
IRJET- Wi-Fi Control First Person View Robot (FPV)
 
IRJET- Portable Surveillance Robot using IoT
IRJET-  	  Portable Surveillance Robot using IoTIRJET-  	  Portable Surveillance Robot using IoT
IRJET- Portable Surveillance Robot using IoT
 
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATIONBLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
 
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
 
Wireless robo Report
Wireless robo  ReportWireless robo  Report
Wireless robo Report
 
android controlled robot
android controlled robotandroid controlled robot
android controlled robot
 
Presentation slides of android controlled robot
Presentation slides of android controlled robotPresentation slides of android controlled robot
Presentation slides of android controlled robot
 
Bluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project ReportBluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project Report
 
Android mobile phone controlled bluetooth robot
Android mobile phone controlled bluetooth robotAndroid mobile phone controlled bluetooth robot
Android mobile phone controlled bluetooth robot
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry Pi
 
IRJET- Wireless Video Surveillance Robot
IRJET-  	  Wireless Video Surveillance RobotIRJET-  	  Wireless Video Surveillance Robot
IRJET- Wireless Video Surveillance Robot
 
Android controlled robot
Android controlled robotAndroid controlled robot
Android controlled robot
 
IRJET- Home Automation using Arduino and IoT
IRJET-  	  Home Automation using Arduino and IoTIRJET-  	  Home Automation using Arduino and IoT
IRJET- Home Automation using Arduino and IoT
 
IRJET - IoT based Anti Theft Detection and Alerting System using Raspberry Pi
IRJET - IoT based Anti Theft Detection and Alerting System using Raspberry PiIRJET - IoT based Anti Theft Detection and Alerting System using Raspberry Pi
IRJET - IoT based Anti Theft Detection and Alerting System using Raspberry Pi
 
Android mobile cotrolled robot (wi fi)
Android mobile cotrolled robot (wi fi)Android mobile cotrolled robot (wi fi)
Android mobile cotrolled robot (wi fi)
 
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry PiIRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
 
Bluetooth controlled android car
Bluetooth controlled android car Bluetooth controlled android car
Bluetooth controlled android car
 
Final Report11
Final Report11Final Report11
Final Report11
 
Brian black book
Brian black bookBrian black book
Brian black book
 
Android controlled robot
Android controlled robotAndroid controlled robot
Android controlled robot
 

Similar to IRJET - Pick and Place Surveillance Robot

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
 
IRJET- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart CarIRJET- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart Car
IRJET Journal
 
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
IRJET Journal
 
IRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic System
IRJET Journal
 
REVIEW ON WIRELESS VOICE CONTROLLED ROBOT
REVIEW ON WIRELESS VOICE CONTROLLED ROBOTREVIEW ON WIRELESS VOICE CONTROLLED ROBOT
REVIEW ON WIRELESS VOICE CONTROLLED ROBOT
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- 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
 
Android Controlled Air Conditioner Remote
Android Controlled Air Conditioner RemoteAndroid Controlled Air Conditioner Remote
Android Controlled Air Conditioner Remote
IRJET Journal
 
IRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying RobotIRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying Robot
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
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising System
IRJET Journal
 
IoT BASED ON WIRELESS HOME AUTOMATION
IoT BASED ON WIRELESS HOME AUTOMATIONIoT BASED ON WIRELESS HOME AUTOMATION
IoT BASED ON WIRELESS HOME AUTOMATION
IRJET Journal
 
ROBOT ARM WITH SMARTPHONE CONTROL
ROBOT ARM WITH SMARTPHONE CONTROLROBOT ARM WITH SMARTPHONE CONTROL
ROBOT ARM WITH SMARTPHONE CONTROL
IRJET Journal
 
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
 
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
 
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
IRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling System
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
IRJET Journal
 
Arduino Based Bluetooth Controlled Robotic Car
Arduino Based Bluetooth Controlled Robotic CarArduino Based Bluetooth Controlled Robotic Car
Arduino Based Bluetooth Controlled Robotic Car
IRJET Journal
 
Automatic Spraying and Painting Robo
Automatic Spraying and Painting RoboAutomatic Spraying and Painting Robo
Automatic Spraying and Painting Robo
IRJET Journal
 
Bluetooth Controlled Garbage Collection Robot Arm
Bluetooth Controlled Garbage Collection Robot ArmBluetooth Controlled Garbage Collection Robot Arm
Bluetooth Controlled Garbage Collection Robot Arm
IRJET Journal
 
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
 

Similar to IRJET - Pick and Place Surveillance Robot (20)

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- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart CarIRJET- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart Car
 
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
 
IRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic System
 
REVIEW ON WIRELESS VOICE CONTROLLED ROBOT
REVIEW ON WIRELESS VOICE CONTROLLED ROBOTREVIEW ON WIRELESS VOICE CONTROLLED ROBOT
REVIEW ON WIRELESS VOICE CONTROLLED ROBOT
 
IRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCU
 
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...
 
Android Controlled Air Conditioner Remote
Android Controlled Air Conditioner RemoteAndroid Controlled Air Conditioner Remote
Android Controlled Air Conditioner Remote
 
IRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying RobotIRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying Robot
 
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
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising System
 
IoT BASED ON WIRELESS HOME AUTOMATION
IoT BASED ON WIRELESS HOME AUTOMATIONIoT BASED ON WIRELESS HOME AUTOMATION
IoT BASED ON WIRELESS HOME AUTOMATION
 
ROBOT ARM WITH SMARTPHONE CONTROL
ROBOT ARM WITH SMARTPHONE CONTROLROBOT ARM WITH SMARTPHONE CONTROL
ROBOT ARM WITH SMARTPHONE CONTROL
 
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- 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- Smart Energy Meter Billing, Monitoring and Controlling System
IRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling System
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
 
Arduino Based Bluetooth Controlled Robotic Car
Arduino Based Bluetooth Controlled Robotic CarArduino Based Bluetooth Controlled Robotic Car
Arduino Based Bluetooth Controlled Robotic Car
 
Automatic Spraying and Painting Robo
Automatic Spraying and Painting RoboAutomatic Spraying and Painting Robo
Automatic Spraying and Painting Robo
 
Bluetooth Controlled Garbage Collection Robot Arm
Bluetooth Controlled Garbage Collection Robot ArmBluetooth Controlled Garbage Collection Robot Arm
Bluetooth Controlled Garbage Collection Robot Arm
 
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
 

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

Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
PauloRodrigues104553
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
nooriasukmaningtyas
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 

Recently uploaded (20)

Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 

IRJET - Pick and Place Surveillance Robot

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1595 Pick and Place Surveillance Robot Mr. Parag Barke1, Mr. Prathamesh Bodas2, Mr. Gauresh Bowlekar3, Mr. Amish Hingu4 6Guided By: Dr. Sanjay Deshmukh 1,2,3,4Rajiv Gandhi Institute of Technology, Juhu Versova Link Road, Andheri (West), MUMBAI 400053 --------------------------------------------------------------------------***------------------------------------------------------------------------- Abstract-Robotics is a vast field used for many purposes. Robots have become peculiar in out daily life. This project is based on robotics and many of similar functions. The main function of this is robotic arm. Robotic arm is a mechanism in which it can lift things and can move in 360 degrees. It has one elbow and one hand like structure to lift things. To move the objects from one place to another we'll use a normal 2 tire and a ball caster mechanism. Theo wheels will be connected to 2 motors. The third function is of object detection. We are using object detection to analyze the obstacles which interrupt the mobility of robot. The range of the device used for object detection is 4 m. The fourth function used is camera surveillance in which using the pi camera we can monitor the movement while moving the robot. All these functions will be controlled by raspberry pi. Raspberry pi is 1.4GHz 64-bit quad-core processor, dual- band wireless LAN, Bluetooth 4.2/BLE, faster Ethernet, and Power-over-Ethernet support. key Words: Arduino NANO, raspberry-pi, robotic arm, Obstacle, USB camera, Ultrasonic sensor 1. INTRODUCTION: A robot is an electromechanical machine that is controlled by computer program to perform different types of operations. Industrial robots have designed to reduce human efforts and time and improve productivity and to reduce manufacturing cost. Android app can control the motion of the robot from a long-distance using Bluetooth communication to interface controller and android. Arduino NANO ATmega328P can be interfaced to the Bluetooth module though UART protocol and code is written in embedded C language. As per the commands received from android app the motion of the robot and movement of an arm can be controlled. Pick and Place robots can be reprogrammable and they can provide multiple applications. Another function of this robot is camera surveillance. Raspberry Pi 3 is used for camera surveillance. Raspbian OS has to be installed so that the image and videos can be seen to the android phones directly. The purpose of this work is to design and implement an Android Controlled Bluetooth based Robot which can be used for Surveillance, home automation, wheelchairs, military and hostages Rescue applications. 2. METHODOLOGY: 2.1 Arduino Nano Board: Fig.-1: Arduino NANO Arduino Nano Board is the brain of robot loaded by a program written in embedded c language to do the required functioning and it is interfaced with Bluetooth module. The motor drivers are used to make the system work as required.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1596 2.2 DC Motor Fig. -2: DC Motor HC -05 Bluetooth module D.C. motor is controlled by DC voltages and moves in every direction i.e. forward, backward, left and right according to the polarity of voltage applied. All the mechanical movements which robot performs is accomplished by an electric motor. Electric motor is used to power devices. An example of small motor applications are motors used in automobiles, robot, hand and food blenders. 2.3 Power adaptor: This is used to give appropriate DC power supply (11 V) to Arduino NANO, Driver IC sensors and other passive components of the Robot. Fig. -3: Power adaptor with 11 V battery. 2.4 HC-05 Bluetooth module: This module is capable of communicating with pc, mobile or any other Bluetooth enabled device. It is interfaced with the Arduino NANO over the serial UART port of micro-controller. Bluetooth is a wireless communications protocol running at 2.4 GHz, with client-server architecture, suitable for forming (PAN) personal area networks. Bluetooth is an integral feature designed for low power devices. Bluetooth is a standardized feature that is available in all Smartphone running on android, laptops and computers. It is very handy as it can be easily fitted with a module to allow Bluetooth based communication. Fig. -4 HC 05Blutooth Module 2.5. Ultrasonic sensor HC-SR04: : The ultrasonic sensor is used for obstacle detection. Ultrasonic sensor transmits the ultrasonic waves from its sensor head and again receives the ultrasonic waves reflected from an object. ultrasonic sensors can be use in instruction alarm system, automatic door openers. The ultrasonic sensor is very compact in size and has a very high performance. It has both the transmitter and receiver. It consists of four pins VCC pin to offer a 5V supply to the sensor, trigger pin gives a TTL pulses and echo pin to get the output from the sensor and ground pin. Ultrasonic sensor HC-SR04 is shown in Fig. 5 Fig. -5: Ultrasonic sensor HC-SR04 2.5 Raspberry Pi 3B plus: Raspberry Pi is used for transmitting images or videos from use camera to the monitor or android phone. The surveillance is carry out wirelessly with the help of Wi-Fi or ip Address of a Raspberry Pi. Raspberry pi is connected with the dongle which enables raspberry pi to transmit over the web network. Raspberry Pi uses an SD card for booting and for memory because it doesn’t have an inbuilt hard disk for storage. Raspberry Pi require 5 volt supply with minimum of 700- 1000 mA current and it is powered through micro USB cable. ARM11 only requires 3.3 volt of supply which it takes with the help of
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1597 the linear regulator. 5 volt is required for the USB ports. It operates at 700M Hz. We use python to write code into the raspberry pi. Fig. -6: Raspberry pi 3B Plus 2.6 Motor Driver IC L298N : IC L298N can be used with motors which have a voltage range of between 5 and 35V DC. With the help of IC L298N it is quite easy to control one or two DC motors. The L298N module has two screw terminal blocks for the motor A and B, and another screw terminal block for the Ground pin, the VCC for motor and a 5V pin which can either be an input or output. Fig. -7: Motor Driver IC L298N 3. SYSTEM ARCHITECTURE: 3.1 Pick and Place arm and Robot: Fig. -8: Block diagram of proposed system A robot can be controlled using Bluetooth module HC-05 and Arduino Nano Board with android Smartphone device. The data receive by the Bluetooth module from android smart phone is fed input to the controller. The controller acts accordingly on the DC motor of the robot. The robot can move in all the four directions using the android phone. Android smart phone can connect to the nano board with the help of Bluetooth. Fig.9 -: Sequence Diagram1
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1598 In above Fig 9 an interaction of a user with the robot has been shown. A user can interact with robot with the help of application. In this project we made an app named “Roboarm” on MIT Inventor. User can install this app on their android Smartphone and can control the movements of arm or give the directions to the robot. Fig. -10: Deployment Diagram Fig. -11: Communication Diagram 3.2 Camera Surveillance: Fig.12: Flow Chart of the working 4 Software Implementation: 4.1 MIT App Inventor: App Inventor for Android is an open-source web application provided by Google and now maintained by the Massachusetts Institute of Technology. It allows computer program to create software applications for the Android operating system. MIT App Inventor is an innovative beginner's introduction to programming and app creation that transforms the complex language of text-based coding into visual, drag-and-drop building blocks. The simple graphical interface grants even an inexperienced person to create a basic, fully functional app within an hour.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1599 Fig. -13: Working of MIT APP Inventor App Inventor involves three steps : (i) App inventor designer, (ii) App Inventor Blocks editor, (iii) An emulator or Android Phone. The set-up process for the software is very easy. Also the system requirements are very basic. It is compatible with Windows and Linux Operating systems. Browsers required for the software are Mozilla Firefox 3.6 or higher, Apple Safari 5.0 or higher, Google Chrome 4.0 or higher. 4.2 App Inventor Designer The first phase of an application design passes through App Inventor Designer. The design is accessible through the web page and all the ingredients for the app are available on the left side of the window. An ingredient contains elements like a screen for the app, buttons for tapping, text boxes, images, labels, animations and many more. The extreme right side of the designer allows users to view the screen and components added to the screen. The properties section of the window allows users to modify the properties of components. Adding the components to the screen is drag and drop process. The alignment of the components can be selected through alignment options. Several non-visible components are also added to the screen, which can be explored later in the block’s editor. On the left of the screen is a list of the components which can be dragged and dropped onto the Android screen. Fig. -14: App inventor Designer(Robot) Fig. -15: Inventor App inventor Block Editor 4.3 An emulator or Android phone: The last part of the application design is testing the application App Inventor gives the option of testing the application in an emulator which is very similar to the real device but with some limitations. The user can
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1600 connect the application to the emulator via the connect option and test how the application functions in real world. Also the user can directly connect the android phone to the computer via USB connecter and test the application. Real time testing is the best option for monitoring the application function. 4.4. Android Application: Roboarm is the name of the android application designed for this project. It was designed through App Inventor. The basic function of the application is to control the robot & to control the movement of the pick and place arm. It has different buttons integrated to it. Each button has different functions. Fig. -16: Inventor App on mobile (Robot) Fig. -17: Inventor App on mobile (Arm) Fig.18 -: Android phone-controlled robot 7. Applications:  This project can be used at homes for many purposes like picking up and placing some objects from one to other.  Since spying on someone is a sensitive task instead of humans this robot can help in spying operations.  Making video surveillance of any disaster affected area where human beings cannot go.  This pick and place surveillance robot can be use as a prototype in various industries as well as in military . 8. Conclusions: An operating system of smart phone is android which can develop effective remote control program. This program uses blue-tooth module to communicate with robot. It has proven to allow for meaningful two-way communication between the Android phone and the robot which would allow a non-expert to interact with and adjust the functionality of a system which uses ATmega328P controller intended to make the
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1601 application of interactive objects or environments more accessible. Also, the ultrasonic sensor was studied and the HcSR-04 ultrasonic sensor was selected to sense the obstacle and avoidance them. In this project we used raspberry pi 3B+ which is working on Raspbian OS. As the communication is done with the help of internet so limitation of range of operation does not arise and thus we can monitor any remote areas. One can easily monitor as well as control the activity of the robotic unit wirelessly with the help of raspberry pi. The surveillance is always has been a quite sensitive task and it includes so many risks. So, it’s better to use robot for this job instead of people to reduce human efforts and risks. And if you are able to control the robots with efficiency and accuracy then you can guarantee yourself with good results and success. This system is a good step for secure surveillance using robots. 9. References: [1] Arpit Sharma1, Reetesh Varma2, Saurabh Gupta3 and Sukhdeep Bhatia4, “Android Phone Controlled Robot Using Bluetooth” IJEEE ISSN 0974-2174, Volume 7, Number 5 (2014, pp. 443- 448) [2] “Design and Implementation of Multi Handling Pick and Place Robotic Arm”, Mohd Ashiq Kamaril, Yusuff, Reza Ezucin Samin, Babul Salam. [3] Anusha S, Sandhya G.S “Obstacle detection and their movement for Automobiles”, International journal of innovative technology and Research volume-4, Issue-6, October 2016 [4] https://create.arduino.cc/projecthub/albertoz/ obstacle-avoiding-robot-fb30e4 [5] www.circuitdigest.com/webcontrolled robotic surveillance car