IRJET-V11I4132
IRJET-V11I4132
IRJET-V11I4132
INTRODUCTION
Because of hazards like speed breakers and potholes, road safety is an important issue on a worldwide scale. Because they
are often unexpected and may cause serious accidents, especially while travelling at high speeds, these road hazards
provide unique challenges. This project suggests an Internet of Things (IoT) system that uses GPS, an ESP32 camera, and
Arduino to detect potholes and speed breakers and send out alerts when they are detected. In order to improve road
safety, the system would notify drivers in real-time of impending hazards like potholes and speed breakers so that they
may take appropriate measures. With the use of Internet of Things (IoT) technology, the system can identify dangers and
have productive conversations with drivers, which might make roads safer for everyone. A global positioning system
(GPS) module, an ESP32 camera (for image processing), and an Arduino (for data analysis and alert production) are the
main components of the project. Images of the road are taken by the ESP32 camera and are analysed in real-time to
identify speed breakers and potholes. Accurate location alerts based on the vehicle's position are made possible via the
GPS module. Hardware component research and development, danger identification using image processing techniques,
and an intuitive interface for drivers to see warnings are all part of the system's purview. To make sure the technology
works and is reliable under different road conditions, we will test it thoroughly. Summarising, the Internet of Things (IoT)-
based warning system for potholes and speed breakers is an innovative strategy for road safety that might drastically cut
down on accidents caused by these issues. The technology may save lives and make roads safer by alerting drivers in a
timely manner.
© 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 793
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 11 Issue: 04 | Apr 2024 www.irjet.net p-ISSN: 2395-0072
Power Supply:
An essential component of the project's execution is the power supply. Both the base unit and the charging unit get their
DC power source from the mains line. A 12V-012V transformer with a center-tapped secondary is ideal for this application.
We are receiving a 5V power supply from this transformer. The 7805 positive voltage regulator is used in its design to
provide a controlled output of +5V. A maximum current of 800 milliamps may be supplied by this three-pin voltage
regulator.
© 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 794
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 11 Issue: 04 | Apr 2024 www.irjet.net p-ISSN: 2395-0072
GPS: Worldwide Locating Locating an object with pinpoint accuracy is possible via system tracking. Vehicles, mobile
phones, and specialised GPS units (which might be stationary or mobile) are all potential locations for a GPS tracking
system. Position data is the key to how global positioning systems (GPS) function. Also, it may follow a person's or a car's
whereabouts. One business may use a GPS monitoring device to keep tabs on a delivery truck's whereabouts, while
another could use it to keep tabs on a child's whereabouts or even valuable assets while they're in transit. Multiple
methods exist for using a GPS tracking system. From a business standpoint, GPS systems are often used to track the
whereabouts of cars throughout their travels. Passive tracking involves storing the data inside the GPS system itself; active
tracking, often called 2-Way GPS, involves regularly transmitting the data to a central database or system using a modem
within the GPS system unit.
ULTRASONIC SENSOR
A device that uses ultrasonic sound waves to determine the distance to an object is known as an ultrasonic sensor. The
transducer in an ultrasonic sensor allows it to transmit and receive ultrasonic pulses, which in turn provide data on the
proximity of an item. To detect objects, ultrasonic sensors emit a sound wave at a frequency that is audible to humans but
not to other animals. The sensor's transducer takes the role of a microphone, transmitting and receiving ultrasonic waves.
Similar to other ultrasonic sensors, ours employ a single transducer to both transmit and receive the echo. By timing the
transmission and reception of an ultrasonic pulse, the sensor may calculate the distance to an object.
This module operates on a very basic basis. At 40 kHz, it emits an ultrasonic pulse that, if it encounters an impediment or
anything in its path, will return to the sensor. You can figure out how far something is by plugging in its travel time and the
speed of sound.
© 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 795
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 11 Issue: 04 | Apr 2024 www.irjet.net p-ISSN: 2395-0072
For the purpose of detecting transparent objects, ultrasonic sensors are an excellent choice. Infrared sensor applications,
for example, have difficulty with this use case because to target translucence while measuring liquid levels.
Unless the item is very fluffy, like wool, which would absorb sound, ultrasonic sensors can detect its existence regardless
of its colour, surface, or composition.
Ultrasonic sensors are dependable alternatives to optical technology for detecting transparent and other types of
materials.
ARDUINO UNO
Along with the AT-omega328, Arduino is an open-source microcontroller.It serves as the central nervous system or
foundation of this undertaking. It has six analogue pins and fourteen input/output pins. These pins are used for connecting
everything to the Arduino. The arduino processes the incoming signal and outputs the result as it gets it. The code has to
be created on the computer, compiled in the programme, and then sent to the arduino via a cable after it's finished.
Built on top of the Microchip ATmega328P microprocessor, the Arduino Uno is an open-source board that was created by
the folks over at Arduino.cc.[2] inthe third Several expansion boards (shields) and other circuits may be interfaced with
the board's sets of digital and analogue input/output (I/O) pins.[1] Utilising a type B USB connection, the board may be
programmed with the Arduino IDE (Integrated Development Environment). It has 14 digital I/O pins, 6 of which are
capable of PWM output, and 2 analogue I/O pins.This device may be powered using either the USB cable or an external 9-
volt battery. It is compatible with voltages ranging from 7 to 20 volts. It resembles Leonardo and Arduino Nano. You can
get the hardware reference design on the Arduino website; it's given under a Creative Commons Attribution Share-Alike
2.5 licence. Some hardware versions additionally provide layout and manufacturing files.
We picked the Italian word "uno"—meaning "one"—to commemorate the first release of the Arduino software.[1] Early
versions of the Arduino IDE (version1.0) and the Uno board (the first in a series of USB-based Arduino boards) served as
the foundation for subsequent versions of the software.[4] The on-board ATmega328 comes with a boot loader already
written into it, so you may upload fresh code to it without using an external hardware programmer.
Although it still uses the original STK500 protocol for communication, the Uno deviates from all previous boards by not
using the FTDI USB-to-serial driver chip. The Atmega16U2 (or Atmega8U2 up to R2), which is a USB-to-serial converter, is
instead used.
ELECTRIC BUZZER
You may find mechanical, electromechanical, or piezoelectric beepers, buzzers, and other devices that use sound to
communicate. In its most basic form, this is a tool for making sound out of spoken word. Direct current (DC) powers a wide
variety of electronic equipment, including computers, printers, alarms, timers, and more. Sounds like sirens, bells, music,
and alarms are all within its capabilities.
© 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 796
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 11 Issue: 04 | Apr 2024 www.irjet.net p-ISSN: 2395-0072
JOYSTICK MODULE
A joystick module is compatible with a wide variety of microcontrollers, including Raspberry Pi, Arduino, and many more.
All that's needed is to link the microcontroller's ADC Pins to the axis pins VRx and VRy. To activate the switch, just plug it
into the microcontroller's digital pin. To attach the joystick, follow the block diagram below. The phrase "joystick" conjures
images of gaming controllers in our minds. The joystick has several practical uses in the realm of electronics. Robot control
and do-it-yourself projects based on the Arduino platform make heavy use of these modules. We know that the module
may be used to feed the analogue input depending on movement or direction since it produces analogue output. You may
also control its movement by connecting it to a moveable camera.
© 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 797
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 11 Issue: 04 | Apr 2024 www.irjet.net p-ISSN: 2395-0072
RESULTS
© 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 798
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 11 Issue: 04 | Apr 2024 www.irjet.net p-ISSN: 2395-0072
CONCLUSION
Potentially useful for improving road safety, the Internet of Things (IoT)-based pothole & speed breaker alarm system
employs GPS and an ESP32 camera connected to an Arduino board. It may improve road conditions and help avoid
accidents by alerting drivers in real-time.
FUTURE SCOPE
Adding more sensors to identify different types of traffic dangers is a potential future improvement. A more precise
method of detecting speed breakers and potholes is to use machine learning techniques. To top it all off, the system may be
expanded for city-wide deployment, resulting in a robust traffic safety network.
REFERENCES
[1] A. Mednis, G. Strazdins, R. Zviedris, G. Kanonirs and L. Selavo, "Real time pothole detection using Android smartphones
with accelerometers," 2011 International Conference on Distributed Computing in Sensor Systems and Workshops
(DCOSS), Barcelona, 2011, pp. 1-6.
[2] Rajeshwari S., Santhosh Hebbar, Varaprasad G., “Implementing Intelligent Traffic Control System for Congestion
Control, Ambulance Clearance and Stolen Vehicle Detection”, IEEE Sensors Journal, Vol.15, No.2, pp.1109-1113, 2015.
[3] I. S. Jacobs and C. P. Bean, “Fine particles, thin films and exchange anisotropy,” in Magnetism, vol. III, G. T. Rado and H.
Suhl, Eds. New York: Academic, 1963, pp. 271–350.
[4] Sudarshan S. Rode, Shonil Vijay, Prakhar Goyal, Purushottam Kulkarni, Kavi Arya, “Pothole Detection and Warning
System”, In Proceedings of International Conference on Electronic Computer Technology, pp.286- 290, 2009.
[5] Faith Orhan, P. Erhan Eren, “Road Hazard Detection and Sharing with Multimodal Sensor Analysis on Smartphones”, In
Proceedings ofInternational Conference on Next Generation Mobile Apps, Services and Technologies, pp. 56-61, 2013.
[6] Moazzam, K. Kamal, S. Mathavan, S. Usman, M. Rahman, “Metrology and Visualization of Potholes using the Microsoft
Kinect Sensor”, In Proceedings of IEEE Conference on Intelligent Transport System, pp.1284-1291, 2013.
[7] He Youquan, Wang Jian, Qiu Hanxing, Zhang Wei, Xie Jianfang, “A Research of Pavement Potholes Detection Based on
Three-Dimensional Project Transformation”, In Proceedings of International Congress on Image and Signal Processing,
pp.1805-1808, 2011.
© 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 799