Surveillance Car Bot Future of Surveillance Car Bot

DOI : 10.17577/IJERTV10IS100113

Download Full-Text PDF Cite this Publication

Text Only Version

Surveillance Car Bot Future of Surveillance Car Bot

Nakshtra Popli

Electrical and Electronic Engineering Department Dr. Akhilesh Das Gupta Institute of Technology and Management

New Delhi, India

Kailash Masiwal

Electrical and Electronic Engineering Department Dr. Akhilesh Das Gupta Institute of Technology and Management

New Delhi, India

Sarthak Batra

Electrical and Electronic Engineering Department Dr. Akhilesh Das Gupta Institute of Technology and Management

New Delhi, India

Chaitanya Mamgain

Electrical and Electronic Engineering Department Dr. Akhilesh Das Gupta Institute of Technology and Management

New Delhi, India

AbstractWe will discuss how to control a robot-controlled car utilizing a Wi-Fi module and a mobile phone in this paper. For spying purposes, a new version of a wirelessly operated car has been proposed. This robot is a portable espionage robot with a wireless communication system. A camera, motor drivers, batteries, and two moving wheels make up the spy robot. The AI- Thinker ESP32-CAM module has an ESP32-S processor, an OV2640 camera, and a microSD card slot. Images captured by the camera can be stored on a MicroSD card slot. The HTTP communication protocol will be utilised to receive video streaming from the OV2640 camera via a web browser in this case. The web page will also have buttons for moving the car left, right, forward, and backward. We used two DC motors with Robot chassis and L293D motor driver module to make this Robotic car, in addition to the ESP32-Camera module. The signals from the user's smartphone are utilised to move the vehicle in this vehicle, and the video is live streamed via a camera mounted on the robot. The user's smart phone receives this live streaming data over the Wi-Fi wireless infrastructure.

Keywords: Camera(ESP32-CAM), Smart Phone , Wireless Camera (OV2640 camera), Motor Driver

  1. INTRODUCTION

    With the rapid growth of information technology, a range of video surveillance systems have become commonplace in daily life for surveillance and security purposes. Closed-circuit television (CCTV), often known as video surveillance, is an example of how video cameras send video signals to a limited number of monitors. When CCTV was initially introduced, its low quality and high installation costs restricted its use. Another common example is the dashboard camera. In the event of a car accident or vandalism, dashboard cameras can provide video proof. A CCTV is typically installed for surveillance in areas that require monitoring, such as banks and hospitals or areas where security is required. Therefore, its coverage is limited. On the other hand, as a car dashboard camera is installed inside a car, it can record while the car is moving. To perform car tracking efficiently, these two types of devices should be considered together. In the case of CCTV, as its location is fixed and its hardware performance is superb, it is highly effective for the monitoring of car movements in a predefined area.

    To have the ability of both, our system is proposed in such a way that it can be used effectively to handle traditional surveillance tasks that are typically both time-consuming and labor-intensive. For instance, one of the typical steps for the police to determine the movement of a stolen vehicle is to start with the CCTV and dashboard cameras in the vicinity and gradually expand to a greater area. Investigating all the CCTV records and dashboard cameras involved would require significant amounts of human labor and time. In the case of our system, based on the car number, time of the crime, and place, we can easily formulate a query to determine the detailed track of the stolen car. In addition, our system can be highly effective for other popular applications such as traffic congestion analysis by region, searching for optimal driving routes, access points and evacuation exits during accidents and planning new road construction.

    Based on our findings, we propose a spy camera car system (integrated video-based automobile tracking system) that can collect video and display the user's real-time environment. To make the robot a surveillance robot vehicle, we propose combining a camera with the robot using the ESP32-CAM module. Apart from the ESP32-Camera module, we will build this Robotic car with two DC motors, a Robot chassis, and an L293D motor driver module.

  2. LITERATURE SURVEY

    V SHANKAR Intelligent combat robot 2015: It has been described as developing a robotic vehicle for remote operation using RF technology and a wireless camera for monitoring purposes. The robot and camera can send real-time footage with night vision capabilities through a wireless network. This type of robot could be useful in war zones for spying purposes. In this technology, a robot can only be operated from a distance of ten meters. Robot with Bluetooth control: With the increased speed, a new classification technique was presented to improve the robot's range. The camera's link was frequently lost with this technology.

    Jovita Serrao and Awab Fakih – mobile operated vehicle: It's a notion in which a human can operate a vehicle remotely or wirelessly using an Android app without having to sit inside it. A car powered by a battery and a controller with Bluetooth connectivity are included in the project. The system is made

    up of a controller with a Bluetooth communication IC that will be connected to the vehicle's motors and other components. When an android app that is connected to this system via Bluetooth is turned on, the vehicle can be controlled via wireless orders from the app. Bluetooth's range of operation is around 10 meters or 33 feet.

    Dr. S. Bhargavi and S. Manjunath Electronics and Communication: The goal of this research is to reduce human casualties in terrorist attacks like the one on September 11, 2001. The combat robot was created to deal with such heinous terror acts. This robot is radio-controlled, self-powered, and equipped with all of the controls found in a typical car. It's been outfitted with a wireless camera so that it can keep an eye on the adversary from afar if necessary. It has the ability to enter enemy territory invisibly and transmit all information to us via its small camera eyes. This spy robot can be deployed at high- end hotels, shopping malls, and jewellery showrooms, among other places where intruders or terrorists may pose a threat.

    Hebah H.O.Nasereddin and Amjad Abdullah Abdelkarim

    ,they have used the Bluetooth technology to control robot using Smartphone. In this proposed experiment robot is controlled using Bluetooth which has two modes: The first mode DDM called direct drive mode, in this case robot moves in all directions as per the user requirement the other mode is MBM called map based mode, in which MBA allows user to draw initial point and end point and obstacle, in order to calculate shortest path. So user can choose or use one of two modes to control robot using wireless communication

  3. METHODOLOGY WITH BLOCK DIAGRAM Any robot's structure, or body, on which its whole control circuits and actuators are to be attached, is a basic requirement. The fundamental goal of our design is to move the device in response to the button. As a result, we created a simple robot that can go forward, backward, left, and right by simply pressing a button

    Components used:

    • ESP32-CAM

    • FTDI Programmer

    • DC Motors (2)

    • Motor Driver (L293D)

    • Battery

    As the ESP32-CAM lacks a USB port,an FTDI board is required to upload the code. The ESP32's VCC and GND pins are wired to the FTDI board's VCC and GND pins. The ESP32's Tx and Rx are linked to the FTDI board's Rx and Tx. Through the L293D module, two DC motors are connected to ESP32. The IO4, IO2, IO14, and IO15 pins of the ESP32 are connected to the module pins.

    The surveillance bot ESP32-CAM module has an ESP32-S processor, an OV2640 camera, and a microSD card slot. Images captured by the camera can be stored on a MicroSD card slot. The HTTP communication protocol will be utilised to receive video streaming from the OV2640 camera via a web browser in this case. As indicated in the image above, the web page will also feature buttons to move the car in the Left, Right, Forward, and Reverse directions.

    Disconnect GPIO 0 from GND after uploading the code.

    Use a baud rate of 115200, open the Serial Monitor. On the ESP32-CAM, press the RST button on the on-board RST button.

    The IP address of the ESP32-CAM should be displayed in the Serial Monitor.

    Remove the FTDI programmer from the ESP32-CAM. Connect the ESP32-CAM to the Pan/Tilt platform again, switch on the power, and hit the RST button on the ESP32- CAM on-board.

    You should open up your router settings. There you will find some settings, including something along the lines of Forwarding or Port Forwarding.

    The important thing to note here is the "Port Range" and the "Device" or "IP address".

    In "Port Range" you should type 80-81.

    For "Device" you should select your ESP32-CAM device. In some routers you should put the IP address of your ESP32- CAM instead of a device name.

    The live video captured by the camera will be sent to the android application by which we will decide the movement of our vehicle.

  4. EXPECTED OUTCOMES

  1. Although these robots simply offer us with the live footage of the scene, it can't engage or offer facts about different aspects. However, there are numerous uses of this bot for analysing diverse situations which might be dangerous or inaccessible to humans.

    There are many situations, like mining accidents, urban disasters etc., that require the usage of remotely controlled surveillance robots for assessing the harm and developing the strategy, for viable access points and evacuation exits required to face the task and save lives.

    Human surveillance is carried through skilled work forces in close sensitive regions of war area or adversary territory in order to constantly look for changes. Whereas there's usually added risks of losing work force in the time of getting caught by the adversary. With developed technology in pasted years, there it is possibility to keep the important regions under surveillance remotely by the use of robots instead of human. Some regions want to be positioned under video surveillance for a brief time, and consequently equipping them with desk bound CCTV systems isn't always viable. Such demanding situations regularly rise up in agricultural settings. For example, the fields may only need to be positioned under video surveillance whilst the vegetation are attaining maturity. Surveillance of pastures is effective only when farm animals are roaming round them. In addition, pastures, fields, and hills which can be most desirable for surveillance do now no longer, in maximum cases, have an energy supply. For the agricultural sector, cellular video surveillance by the usage of the Surveillance Robot Car is a lot more helpful than opting for desk bound surveillance structures. Mobile robots do now no longer require setting up highly-priced infrastructure, setting up poles, or laying down cable and hence becomes much more convenient and economical.

  2. APPLICATION WITH SCOPE

    In any circumstance involving technology nowadays is a must, robots is one of the future necessity , virtual safety is a requirement.

    • PATROLLING

      Regularly Patrolling the streets to keep people safe and assist in notifying the authorities as soon as possible.

      There is a very slim probability of receiving inaccurate or biassed information.

      Identifying, collecting, and rapidly submitting information to authorities if it matches any person's criminal history in its criminal database.

      For instance, if some criminal is on the run, the bot can send police a message with its last location.

    • APPLICATION IN THE MILITARY

      Certain places are only for gathering information and monitoring, thus this surveillance car bot can surely be used; with advanced upgrades, we can provide data instantly and carry out military action as needed.

    • APPLICATIONS FOR TRAFFIC

      It can be used to monitor traffic rules, persons wearing helmets or not, and car seat-belts.

      In covid circumstances, people wear masks and maintain social distance.

    • CONCERNS ABOUT THE ENVIRONMENT

Cleanliness is encouraged, and online fines for not following standards and fouling the environment.

Playing brief voice notes to remind individuals to follow the rules and keep the area clean.

REFERENCES

  1. Kim M., Kang K.C., Lee H. Formal Verification of Robot Movements

    – a Case Study on Home Service Robot SHR100. In the Proceedings of the IEEE International Conference on Robotics and Automation (ICRA), 4739-4744p, 2005.

  2. Loukianov A.A., Kimura H, Sugisaka M. Implementing distributed control system for intelligent mobile robot. 8th International Symposium on Artificial Life and Robotics, Oita, Japan, January 24 26 2003,

  3. JIovine J. PIC Robotics: A beginners guide to robotics projects using the PIC micro. McGraw-Hill, 2004.

  4. Khatun M.S., Zarrin J. Bluetooth Wireless Monitoring, Managing and Control forInter Vehicle in Vehicular Ad-Hoc Networks Helia. Department of Computer and Communication System Engineering,

    Faculty of Engineering, University Putra

  5. http://www.electronicshub.org/remote- operated-spy-robot-circuit/

  6. Butnaru T., Girbacia F., Tirziu F., Talab D. Mobile Robot System Controlled Through Mobile Communications. Product Engineering, Springer, 2004.

  7. Perotoni M.B., Garibello B.E., Barbin S.E. Low Cost Planner Antenna for a Mobile Robot. IEEE802.11, 2006

  8. Taipalus T., Kazuhiro K. Development of service robot for fetching objects in home environment. In the Proceedings of the IEEE International Symposium on Computational Intelligence in Robotics and Automation (CIRA), 451-456p, 2005.

  9. Lenser S., Veloso, M. Sensor resetting localization for poorly modeled mobile robots. In the Proceedings of the International Conference on Robotics and Automation (ICRA), 12251232p, 2000.

Leave a Reply