Surveillance Robotin Hazardous Placeusing Io TTechnology
Surveillance Robotin Hazardous Placeusing Io TTechnology
Surveillance Robotin Hazardous Placeusing Io TTechnology
net/publication/349802540
CITATIONS READS
19 389
4 authors, including:
All content following this page was uploaded by Akilan .T on 10 May 2023.
Abstract—This paper deals with human surveillance through very cost effective. Arduino Uno micro-controller is used
the technology based on IoT featuring robotics using an Arduino while creating a robotic car and is interfaced by embedded C
UNO microcontroller that is controlled by a smartphone and a programming language. Various Sensors work simultaneously
PC. The objective is to develop a spy robotic car which is suited and acts.
to provide an act of continuous surveillance in hazardous
environment. The robot is capable to record the real-time When any obstruction is detected, the PIR sensor detects
streaming in day time and night time as well through wireless movement while surveillance of any person or animal in a
camera. Those movements of the robot are controlled manually hazardous place. The ultrasonic sensor is required to calculate
at the user end. This robot reduces human intervention directly distance of an object by sending its waves. In Robotic industry
in a hazardous place where continuous supervision and security Internet of things (IOT) has proved its prominent
is necessary. The complete system comprises of various sensors functionalities that deploy internet connectivity to different
like PIR sensor, ultrasonic sensor, and gas sensor interfaced with devices. Internet is used as a medium to transfer the data from
Arduino board. Spy robot monitor the live streaming the robot to the user [2]. Working combination of Arduino and
information and transfer it to the connected Android device. Internet of things is a great achievement in various areas. This
Android application can control the navigation of the robot from robot is mainly built to solve the problem of threats in
a large distance using WIFI communication. Further troubling and deadly places and can also be used in domestic
advancement of this project will lead to usage of spy robots even
areas in hospitals, school and movie theaters etc.
in defense and mining areas. Border areas require complete and
uninterrupted supervision for country’s safety and security from II. LITERATURE SURVEY
enemies and using spy robots can beworthwhile.
In [1], Jignesh Patolia, Haard Mehta, Hitesh Patel,
Keywords— Arduino board, Gas Sensor, PIR sensor, Ultrasonic Patel.V.T discusses a system for observing the human
Sensor, Wireless Camera. movement in the war region and war border area which can
minimize the risk of human life as soldiers of armed forces
I. INTRODUCTION can assess the situation of the area prior enter into it. The war
Robot is a hardware device which is mainly made to do field robot comprises Arduino Uno board was interfaced with
various tasks and reduce human efforts. Software and L293D, HC-05 and night vision wireless camera. Camera is
hardware constitute to make machinery which is called robot. placed on the top of the robot and can monitor minimum of
Robotic technology is the future to deploy risky and life 100 m transmission distance. It has the feature of rotating 360
threatening tasks. As human’s life is precious and also human degrees by the means of android application. That android
cannot reach everywhere so here comes the need of robots to application is created through MIT app inventor and is used
help the humans to overcome their limitations. As robots for the total navigation control of the robot.
provide accurate results this has become a great advancement In [2], G. Anandravisekar, A. Anto Clinton, T. Mukesh
in robot industry. Robots are very helpful in hazardous places Raj, L. Naveen, M. Mahendran has proposed a robot which
as it’s not possible to humans to reach out there in areas of execute the act of continuous supervision in the household
enemies and places full of threats. Android Operating system areas. It is capable to reduce the human labour as well as
is very much helpful in operating robotic system through human error. The robot is controlled by mobile or laptop
smart phones easily [1]. The activities assigned to the robotic through IoT with help of Cayenne software. It is used to send
system are controlled manually by human. Surveillance is very instruction to the robotic system. Arduino interfaced with
essential in hazardous environment which is dangerous for ESP-8266 Wi-Fi module for unlimited range of operation
human beings as these are life threatening. Places that required receives those commands. DC motors, ultrasonic sensor to
continuous monitoring are mining areas, urban disasters, detect any obstruction, IR sensors and wireless camera that
hostages situation, explosions and many more. Arduino provides audio and video streaming data to the user end are
technology is advancement while dealing with robots also it’s used in this project.
776
2020 2nd International Conference on Advances in Computing, Communication Control and Networking (ICACCCN)
F. Ultrasonic Sensor
Ultrasonic sensor use to transforms the electrical energy
Fig. 7. ESP8266 Connectivity
into acoustic waves or sound waves and conversely. An
ultrasonic wave is also an acoustic wave signal which is
B. Arduino IDE
travelling at a frequency more than 18kHz. The generation of
ultrasonic waves at 40 kHz frequency is done by HC SR04 This Arduino IDE is an open source and cross platform
ultrasonic sensor[6,7]. A microcontroller is used for software, it can be used for write programs, compile it and
transmission with an ultrasonic sensor and further direct a burn into Arduino boards. The Arduino Integrated
signal to the ultrasonic sensor for the measuring of distance. Development Environment consists of two different sections,
As the Duty cycle of this trigger signal is 10µS and when one is compiler and another is editor. Text editor is used to
triggered, the sensor used to generate the eight acoustic wave making the codes[13]. These codes are called as sketch and
bursts and initiates a time counter. As soon as the reflected .hex file is saved. Arduino IDE is compatible with Windows,
signal received the timer stops. The HC-SR04 ultrasonic MAC and LINUX operating system. It is suitable and simple
sensor is shown in figure 6. to make by the programming codes which helps the robot to
make the movement and it may very helpful for the sensors to
777
2020 2nd International Conference on Advances in Computing, Communication Control and Networking (ICACCCN)
be interfaced with microcontroller to do the appropriate action The wheels of the robot are added with the DC motors,
which is going to be performed further. each have 30 rpm speed. Each motor implemented here is
needed 12v power supply to run in good speed, which is
V. SYSTEM ARCHITECTURE supplied by external battery mounted in the robot side. These
The proposed surveillance robotic system comprises of motors which are interfaced with the Arduino controller
Arduino uno board which is integral part, incorporated with through the relay driver. Two motors was accessed by four
several sensors for the working of the robot to its full relays. Different sensors like Ultrasonic sensor, PIR sensor,
potential. The various sensors are basically used for displaying MQ-135 gas sensor are connected to the system which
the sensory information, which will enhance the functionality increases the efficiency as they will stop the system to become
of the robot to a great extent. The robot is operated by the user a complete failure in the case anyhow camera breaks or does
sitting at remote location through the internet. The complete not work. ESP8266 Wi- Fi module is interfaced with Arduino
navigation of the robot is managed manually by the user with board to provide the internet connectivity[14]. For connection
the help of Android smartphone or laptop with Blynk software of the robot system to the internet through BLYNK software
installed in it[15]. The movement of the robot depends on the itself. All the communication between the smartphone and the
visual feedback coming from the camera implanted on the hardware is easily managed through the customized dashboard
robot. [Fig. 8] and Fig. 9 shows the complete Interfacing created with the help of Blynk. The microcontroller is
diagram of the robot. organised using the Arduino IDE software. Coding in Arduino
IDE is not complicated as it consists of various inbuilt
WIFI Internet
Mobile/PC
functions and commandslish units as identifiers in trade, such
as “3.5-inch disk drive.”
Ultra Sonic
PIR
sensor
sensor
ARDUIN
O UNO
Gas sensor
Motor
Driver Camera
Relay DC Motor
778
2020 2nd International Conference on Advances in Computing, Communication Control and Networking (ICACCCN)
Fig. 12. Interfacing MQ 135 gas sensor with Arduino Uno in the desired direction properly like left, right, forward
779
2020 2nd International Conference on Advances in Computing, Communication Control and Networking (ICACCCN)
Journal of Computer Applications (0975–8887) Vol.73, No.10, July Recent Trends In Electronics Information & Communication
2013, pp.11-17. Technology, May 19-20,2017
[12] Kuppusamy, P., Rajkumar, K., Maheswar, R., Sheeba Rani, S., & Amiri, [14] K. RajKumar, C. Saravana Kumar, C. Yuvashree, Mr. Senthil Murugan
I. (2020). A long-reach radio over free space optics (Ro-FSO) system ,”Portable Surveillance Robot using IoT”. Department of ECE,
using hybrid orthogonal frequency division multiplexing (OFDM)- Valliammai Engineering College, Tamilnadu, India. “
multibeam concept with enhanced detection, Journal of Optical International Research Journal of Engineering and Technology
Communications (published online ahead of print 2020), (IRJET)”, March2019
000010151520190292. doi: https://doi.org/10.1515/joc-2019-0292 [15] S Bagul, Vikram C Udawant, Kalpana V Kapade and 4 Jayesh M Zope,
[13] Ghanem Osman Elhaj Abdalla, T. Veeramanikandasamy “IOT Based Surveillance Robot”, International Journal of Trend in
“Implementation of Spy Robot for A Surveillance System using Internet Research and Development(IJTRD) Mar-Apr2018.
Protocol of Raspberry Pi”2017 2nd IEEE International Conference On
780