SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
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 900
A REAL-TIME POTHOLE DETECTION APPROACH FOR A SAFETY
TRANSPORTATION SYSTEM
Divyaa T1, Gowtham S1, Nivedha V V1 Dr.V.Balaji2, T. Thomas Leonid2
1UG Students, Department of Electronics and Communication Engineering, K.C.G College of Technology, Karapakkam, Chennai.
2Faculty, Department of Electronics and Communication Engineering, K.C.G College of Technology, Karapakkam, Chennai.
--------------------------------------------------------------------------------***------------------------------------------------------------------------------
ABSTRACT: Roads are the predominant mode of
transportation. Due to lack of maintenance majority of
accidents takes place which is mainly due to potholes. A
pothole is a structural failure in road surface. The pressure
to the road surface increases due to the increased traffic
which creates potholes. In order to reduce accidents
occurred by pothole we propose a pothole detection method
where we detect the pothole and update its location in
Google maps. The module contains two sections, hardware
containing the sensors and the software updating the cloud
database and plotting the location of the potholes on Google
maps. The potholes on the road surface are detected using
an accelerometer sensor. The deviation in accelerometer
values, its corresponding latitude and longitude details from
GPS are uploaded to firebase. The values between certain
ranges from accelerometer sensor which denotes the pothole
are only extracted and are plotted on Google maps. In
addition to this the luminescence and noise level at that area
is determined using LDR and an analog microphone
respectively. The usage of server allows us to take the
complete database whenever required which cannot be done
by thingspeak.
Keywords: Sensor, LDR, Accelerometer, Potholes, GPS.
INTRODUCTION:
Roads are an important mode of transport in India. India
has the second larger road network in the world. Road
network quality is significant factor in the economy
development and well-being of the people in a nation.
Nowadays the use of automobile increases rapidly which
led to several issues and problems such as increase in
pollution, traffic etc. Since the number of automobiles are
increasing day by day, the number of road accidents and
traffic issues are also growing rapidly.
Nowadays, many researches has been undertaken in the
field of automated vehicles and road systems in order to
minimize accidents and traffic issues. The main goal of this
research is to minimize the accidents and makes driving
safer. One of the most important reasons for road
accidents are potholes. A pothole is a structural failure in
road surface. Since the speed of driving is very fast
nowadays, a sudden disturbance on the road surface
makes the vehicle to lose balance and leads to accidents.
An average of 9300 deaths and 25000 were injured in past
three years due to potholes.
In order to reduce such accidents we propose a pothole
detection system where we detect pothole using
accelerometer and update its location on Google maps
using the latitude and longitude from the GPS.
COMPONENTS OF THE PROPOSED SYSTEM:
1. Accelerometer sensor:
An accelerometer is a device that measuresthe
acceleration forces. By calculating the speed increasing
capacity of the vehicle with respect to gravity, an
accelerometer can figure out the angle it is tilted with
respect to the earth. By determining the tilting angle the
accelerometer determine the speed and direction of the
vehicle. Here we use MPU6050 sensor which is a Micro
Electro-Mechanical System (MEMS) consist of three-axis
accelerometer and three-axis gyroscope. This helps to
measure acceleration, velocity, orientation, displacement
and many other motion related parameter of the system. It
uses I2C protocol for communication.
Figure 1 MPU6050 SENSOR
2. GPS module:
The GPS is an electronic device that allows us to
get the longitude and latitude of a particular place along
with its time and speed. It uses the standard NMEA
protocol to transmit the position data via serial port. For
this proposed system we use NEO-6M module. NEO-6M
module is a well-performing complete GPS receiver with
built-in ceramic antenna, which provides a strong satellite
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 901
search capability. It has data backup battery (EEPROM),
which helps the device to store the data even when the
main power supply is switched off.
Figure 2 NEO-6M MODULE
3. GSM module:
Global System for Mobile communication (GSM) is an
electronic device used to provide communication between
two mobile devices or a computing machine. It is digital
cellular technology used to transmit both voice and data
service between two nodes at different frequencies. It uses
time division multiple access (TDMA) technique for
communication process. It improves the spectrum
efficiency and provides high speech quality. It uses
encryption for making the phone calls and short message
service more secure.
Figure 3 GSM MODULE
4. Wifi Module:
The ESP8266 WiFi Module is a self contained SOC with
integrated TCP/IP protocol stack that can give any
microcontroller access to WiFi network. The ESP8266 is
capable of either hosting an application or offloading all
Wi-Fi networking functions from another application
processor. Each ESP8266 module comes pre-programmed
with an AT command set firmware, meaning, you can
simply hook this up to your Arduino device and get about
as much WiFi-ability as a WiFi Shield offers . This module
has a powerful enough on-board processing and storage
capability that allows it to be integrated with the sensors
and other application specific devices through its GPIOs
with minimal development up-front and minimal loading
during runtime. Its high degree of on-chip integration
allows for minimal external circuitry, including the front-
end module, is designed to occupy minimal PCB area. The
ESP8266 supports APSD for VoIP applications and
Bluetooth co-existence interfaces; it contains a self-
calibrated RF allowing it to work under all operating
conditions, and requires no external RF parts. There is an
almost limitless fountain of information available for the
ESP8266, all of which has been provided by amazing
community support.
Figure 4 WIFI MODULE
5. Google Maps:
Google Maps is a web mapping software developedby
Google. Google maps are available as mobile app in every
android phones for the purpose of route navigation. It
provides route for each and every corner in the world. It
offers a route planner, that helps the user to find the route
of a particular destination via public or private transport
and also by walking. It is being used by many
transportation companies and also provides satellite
images of the streets.
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 902
6. LDR and Microphone:
Light Dependent Resistor (photoresistor) is a component
whose changes in resistance depends on the luminescence
capacity of the component.
Figure 5 LDR
A microphone, colloquially named mic or mike, is a device
– a transducer – that converts sound into an electrical
signal. Microphones are used in many applications such as
telephones, hearing aids, public address systems for
concert halls and public events, motion picture production,
live and recorded audio engineering, sound recording,
two-way radios, megaphones, radio and television
broadcasting, and in computers for recording voice, speech
recognition, VoIP, and for non-acoustic purposes such as
ultrasonic sensors or knock sensors. A microphone is used
to detect the
noise level at a
particular
area.
BLOCK DIAGRAM:
An accelerometer sensor is used to detect the deviation
(potholes) in the road surface. The gyroscope present in
MPU6050 can detect rotation about the three axes X, Y and
Z. The values of the three different axes are updated
continuously in the cloud. A threshold value is set. The
values from the gyroscope axes are compared with the
threshold value, any deviation in the values are considered
to be potholes. The values are analyzed. The GPS
interfaced with the accelerometer sensor collect the
deviated values and gives its location with its latitude and
longitude along with time and date. These locations are
located on the Google maps by accessing its API.
OUTPUT:
The proposed system shows the location of pothole the in
Google maps and the values of LDR and microphone along
N
O
D
E
M
C
U
GSM
MIC
GPS
Accelerom
eter
sensor
CLOUD
GMaps
LDR
Figure 6 MICROPHONE
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 903
with latitude and longitude from the server using the URL
as shown below.
Figure 7 SAMPLE OUTPUT IN GMAPS
Figure 8 VALUES UPDATED IN THE CREATED URL
CONCLUSION:
Considering the current road system and traffic, it is
important to a safety system that alert the vehicle driver
about the upcoming pothole in their way. In this proposed
system, we have discussed the pothole detection and the
updating its location in the Google Maps. The propose
system uses accelerometer sensor for the detection of
pothole and GSM module for communication between the
interfaced devices. This module helps to reduce the
number of accidents due to potholes. It makes driving fast
and efficient. This method an overcome the following
dependencies
i) Accelerometer must be calibrated by attempting
several test for detecting the pothole.
ii) Wi-Fi is not mandatory for the working of the
prototype when it use GSM.
REFERENCES:
[1]Ashwini Kharde, Prof. Kore K. S, Akshada Kolhe,
Ashwini Muthal, “Pothole Detection System Based on
Android Device and Ultrasonic Sensor”, International
Journal of Innovative Research in Computer and
Communication Engineering.
[2] Gurpreet Singh, Rajeev Kumar, Poonam Kashtriya,
“Detection of Potholes and Speed Breaker on Road”,
International Conference on Secure Cyber Computing and
Communication (ICSCCC), 2018.
[3] John Wiley & Sons, Introduces an embedded system
design using a modern approach, which requires a unified
view of software and hardware. Volume 6, No.7 17 October
2001
[4]Monica.S, Priyanka Govind Nayak, Pruthvi.J, Soumya.K,
Venkatesh S N Automatic detection of potholes and speed
breakers ISSN (Online): 2347-2820, Volume -6, Issue-3,
2018
[5]Rajeshwari Madly, Santo’s Heber, Praveen raj Patter,
and Varaprasad Golla, Automatic Detection and
Notification of Potholes and Humps on Roads to Aid
Drivers IEEE Sensors Journal, Vol. 15, No. 8, August 2015
[6] Shwetha L, Chaithra C, Sanjay Kumar, Gunasagari G S,
Automatic Detection and Notification of Potholes and
Humps, Volume-7, Issue-6, (June-17) ISSN (O) :2349-3585.
[7]Taehyeong Kim*, Seung-Ki Ryun Review and Analysis of
Pothole Detection Methods Vol. 5, No. 8 August 2014 ISSN
2079-8407 Journal of Emerging Trends in Computing and
Information Sciences

Weitere ähnliche Inhalte

Was ist angesagt?

IRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue SystemIRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue SystemIRJET Journal
 
IRJET - IoT based Smart Vehicle Alert System for Accident Prevention
IRJET -  	  IoT based Smart Vehicle Alert System for Accident PreventionIRJET -  	  IoT based Smart Vehicle Alert System for Accident Prevention
IRJET - IoT based Smart Vehicle Alert System for Accident PreventionIRJET Journal
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET Journal
 
IRJET- Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...
IRJET-  	  Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...IRJET-  	  Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...
IRJET- Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...IRJET Journal
 
IRJET- Automatic Vehicle Accident Detection and Messaging System
IRJET-  	  Automatic Vehicle Accident Detection and Messaging SystemIRJET-  	  Automatic Vehicle Accident Detection and Messaging System
IRJET- Automatic Vehicle Accident Detection and Messaging SystemIRJET Journal
 
Combined IOT and Cloud Computing Solution for Railway Accident Avoidance
Combined IOT and Cloud Computing Solution for Railway Accident AvoidanceCombined IOT and Cloud Computing Solution for Railway Accident Avoidance
Combined IOT and Cloud Computing Solution for Railway Accident AvoidanceIRJET Journal
 
Implementation of embedded real time monitoring temperature and humidity system
Implementation of embedded real time monitoring temperature and humidity systemImplementation of embedded real time monitoring temperature and humidity system
Implementation of embedded real time monitoring temperature and humidity systemJournal Papers
 
Implementation of vehicle ventilation system using node mcu esp8266 for remot...
Implementation of vehicle ventilation system using node mcu esp8266 for remot...Implementation of vehicle ventilation system using node mcu esp8266 for remot...
Implementation of vehicle ventilation system using node mcu esp8266 for remot...Journal Papers
 
Smart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCUSmart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCUIRJET Journal
 
SMART MONITORING OF AUTOMOBILE USING IOT
SMART MONITORING OF AUTOMOBILE USING IOTSMART MONITORING OF AUTOMOBILE USING IOT
SMART MONITORING OF AUTOMOBILE USING IOTJournal For Research
 
IRJET-Railway Track Security System
IRJET-Railway Track Security SystemIRJET-Railway Track Security System
IRJET-Railway Track Security SystemIRJET Journal
 
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET Journal
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 
IRJET- A Vehicle to Vehicle Communication System
IRJET-  	  A Vehicle to Vehicle Communication SystemIRJET-  	  A Vehicle to Vehicle Communication System
IRJET- A Vehicle to Vehicle Communication SystemIRJET Journal
 
IoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular TrafficIoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular TrafficMphasis
 
IRJET - Bridge Monitoring System using IoT
IRJET -  	  Bridge Monitoring System using IoTIRJET -  	  Bridge Monitoring System using IoT
IRJET - Bridge Monitoring System using IoTIRJET Journal
 
IRJET - Density based Traffic Management System
IRJET - Density based Traffic Management SystemIRJET - Density based Traffic Management System
IRJET - Density based Traffic Management SystemIRJET Journal
 
IRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control SystemIRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control SystemIRJET Journal
 

Was ist angesagt? (19)

IRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue SystemIRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue System
 
IRJET - IoT based Smart Vehicle Alert System for Accident Prevention
IRJET -  	  IoT based Smart Vehicle Alert System for Accident PreventionIRJET -  	  IoT based Smart Vehicle Alert System for Accident Prevention
IRJET - IoT based Smart Vehicle Alert System for Accident Prevention
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoT
 
IRJET- Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...
IRJET-  	  Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...IRJET-  	  Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...
IRJET- Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...
 
IRJET- Automatic Vehicle Accident Detection and Messaging System
IRJET-  	  Automatic Vehicle Accident Detection and Messaging SystemIRJET-  	  Automatic Vehicle Accident Detection and Messaging System
IRJET- Automatic Vehicle Accident Detection and Messaging System
 
Combined IOT and Cloud Computing Solution for Railway Accident Avoidance
Combined IOT and Cloud Computing Solution for Railway Accident AvoidanceCombined IOT and Cloud Computing Solution for Railway Accident Avoidance
Combined IOT and Cloud Computing Solution for Railway Accident Avoidance
 
Implementation of embedded real time monitoring temperature and humidity system
Implementation of embedded real time monitoring temperature and humidity systemImplementation of embedded real time monitoring temperature and humidity system
Implementation of embedded real time monitoring temperature and humidity system
 
Implementation of vehicle ventilation system using node mcu esp8266 for remot...
Implementation of vehicle ventilation system using node mcu esp8266 for remot...Implementation of vehicle ventilation system using node mcu esp8266 for remot...
Implementation of vehicle ventilation system using node mcu esp8266 for remot...
 
Smart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCUSmart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCU
 
SMART MONITORING OF AUTOMOBILE USING IOT
SMART MONITORING OF AUTOMOBILE USING IOTSMART MONITORING OF AUTOMOBILE USING IOT
SMART MONITORING OF AUTOMOBILE USING IOT
 
IRJET-Railway Track Security System
IRJET-Railway Track Security SystemIRJET-Railway Track Security System
IRJET-Railway Track Security System
 
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
 
CAN BASE VOLVO AUTOMATION
CAN BASE VOLVO AUTOMATIONCAN BASE VOLVO AUTOMATION
CAN BASE VOLVO AUTOMATION
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
IRJET- A Vehicle to Vehicle Communication System
IRJET-  	  A Vehicle to Vehicle Communication SystemIRJET-  	  A Vehicle to Vehicle Communication System
IRJET- A Vehicle to Vehicle Communication System
 
IoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular TrafficIoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular Traffic
 
IRJET - Bridge Monitoring System using IoT
IRJET -  	  Bridge Monitoring System using IoTIRJET -  	  Bridge Monitoring System using IoT
IRJET - Bridge Monitoring System using IoT
 
IRJET - Density based Traffic Management System
IRJET - Density based Traffic Management SystemIRJET - Density based Traffic Management System
IRJET - Density based Traffic Management System
 
IRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control SystemIRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control System
 

Ähnlich wie IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation System

IRJET- Accident Detection and Vehicle Safety using Zigbee
IRJET-  	  Accident Detection and Vehicle Safety using ZigbeeIRJET-  	  Accident Detection and Vehicle Safety using Zigbee
IRJET- Accident Detection and Vehicle Safety using ZigbeeIRJET Journal
 
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTSMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTIRJET Journal
 
IRJET- Highway Navigation System using Light Fidelity Technology
IRJET- Highway Navigation System using Light Fidelity TechnologyIRJET- Highway Navigation System using Light Fidelity Technology
IRJET- Highway Navigation System using Light Fidelity TechnologyIRJET Journal
 
IRJET- Review Paper on Iot Based Technology in Automobiles
IRJET-  	  Review Paper on Iot Based Technology in AutomobilesIRJET-  	  Review Paper on Iot Based Technology in Automobiles
IRJET- Review Paper on Iot Based Technology in AutomobilesIRJET Journal
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMIRJET Journal
 
Social distance monitoring robot in queue based on IOT
Social distance monitoring robot in queue based on IOTSocial distance monitoring robot in queue based on IOT
Social distance monitoring robot in queue based on IOTIRJET Journal
 
IRJET- Smart Traffic Monitoring System using Ir Sensors based on Microcon...
IRJET-  	  Smart Traffic Monitoring System using Ir Sensors based on Microcon...IRJET-  	  Smart Traffic Monitoring System using Ir Sensors based on Microcon...
IRJET- Smart Traffic Monitoring System using Ir Sensors based on Microcon...IRJET Journal
 
IOT BASED SMART CITY
IOT BASED SMART CITYIOT BASED SMART CITY
IOT BASED SMART CITYIRJET Journal
 
IRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert SystemIRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert SystemIRJET Journal
 
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMVEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMIRJET Journal
 
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLE
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLEDESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLE
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLEIRJET Journal
 
Railway Track Geometry Surveying System
Railway Track Geometry Surveying SystemRailway Track Geometry Surveying System
Railway Track Geometry Surveying SystemIRJET Journal
 
Smart City Based on IoT
Smart City Based on IoTSmart City Based on IoT
Smart City Based on IoTIRJET Journal
 
IRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City ConceptIRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City ConceptIRJET Journal
 
Collision Detection System for Smart Cars
Collision Detection System for Smart CarsCollision Detection System for Smart Cars
Collision Detection System for Smart CarsIRJET Journal
 
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...IRJET Journal
 
IRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET Journal
 
IRJET - Detection of Landmine using Robotic Vehicle
IRJET -  	  Detection of Landmine using Robotic VehicleIRJET -  	  Detection of Landmine using Robotic Vehicle
IRJET - Detection of Landmine using Robotic VehicleIRJET Journal
 

Ähnlich wie IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation System (20)

IRJET- Accident Detection and Vehicle Safety using Zigbee
IRJET-  	  Accident Detection and Vehicle Safety using ZigbeeIRJET-  	  Accident Detection and Vehicle Safety using Zigbee
IRJET- Accident Detection and Vehicle Safety using Zigbee
 
Smart Car
Smart CarSmart Car
Smart Car
 
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTSMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
 
BUS TRACKING SYSTEM
BUS TRACKING SYSTEMBUS TRACKING SYSTEM
BUS TRACKING SYSTEM
 
IRJET- Highway Navigation System using Light Fidelity Technology
IRJET- Highway Navigation System using Light Fidelity TechnologyIRJET- Highway Navigation System using Light Fidelity Technology
IRJET- Highway Navigation System using Light Fidelity Technology
 
IRJET- Review Paper on Iot Based Technology in Automobiles
IRJET-  	  Review Paper on Iot Based Technology in AutomobilesIRJET-  	  Review Paper on Iot Based Technology in Automobiles
IRJET- Review Paper on Iot Based Technology in Automobiles
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
Social distance monitoring robot in queue based on IOT
Social distance monitoring robot in queue based on IOTSocial distance monitoring robot in queue based on IOT
Social distance monitoring robot in queue based on IOT
 
IRJET- Smart Traffic Monitoring System using Ir Sensors based on Microcon...
IRJET-  	  Smart Traffic Monitoring System using Ir Sensors based on Microcon...IRJET-  	  Smart Traffic Monitoring System using Ir Sensors based on Microcon...
IRJET- Smart Traffic Monitoring System using Ir Sensors based on Microcon...
 
IOT BASED SMART CITY
IOT BASED SMART CITYIOT BASED SMART CITY
IOT BASED SMART CITY
 
IRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert SystemIRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert System
 
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMVEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
 
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLE
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLEDESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLE
DESIGN & DEVELOPMENT OF UNMANNED GROUND VEHICLE
 
Railway Track Geometry Surveying System
Railway Track Geometry Surveying SystemRailway Track Geometry Surveying System
Railway Track Geometry Surveying System
 
Smart City Based on IoT
Smart City Based on IoTSmart City Based on IoT
Smart City Based on IoT
 
IRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City ConceptIRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City Concept
 
Collision Detection System for Smart Cars
Collision Detection System for Smart CarsCollision Detection System for Smart Cars
Collision Detection System for Smart Cars
 
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
 
IRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoT
 
IRJET - Detection of Landmine using Robotic Vehicle
IRJET -  	  Detection of Landmine using Robotic VehicleIRJET -  	  Detection of Landmine using Robotic Vehicle
IRJET - Detection of Landmine using Robotic Vehicle
 

Mehr von 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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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
 

Mehr von 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...
 

Kürzlich hochgeladen

Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxsomshekarkn64
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringJuanCarlosMorales19600
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 

Kürzlich hochgeladen (20)

Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineering
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 

IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation System

  • 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 900 A REAL-TIME POTHOLE DETECTION APPROACH FOR A SAFETY TRANSPORTATION SYSTEM Divyaa T1, Gowtham S1, Nivedha V V1 Dr.V.Balaji2, T. Thomas Leonid2 1UG Students, Department of Electronics and Communication Engineering, K.C.G College of Technology, Karapakkam, Chennai. 2Faculty, Department of Electronics and Communication Engineering, K.C.G College of Technology, Karapakkam, Chennai. --------------------------------------------------------------------------------***------------------------------------------------------------------------------ ABSTRACT: Roads are the predominant mode of transportation. Due to lack of maintenance majority of accidents takes place which is mainly due to potholes. A pothole is a structural failure in road surface. The pressure to the road surface increases due to the increased traffic which creates potholes. In order to reduce accidents occurred by pothole we propose a pothole detection method where we detect the pothole and update its location in Google maps. The module contains two sections, hardware containing the sensors and the software updating the cloud database and plotting the location of the potholes on Google maps. The potholes on the road surface are detected using an accelerometer sensor. The deviation in accelerometer values, its corresponding latitude and longitude details from GPS are uploaded to firebase. The values between certain ranges from accelerometer sensor which denotes the pothole are only extracted and are plotted on Google maps. In addition to this the luminescence and noise level at that area is determined using LDR and an analog microphone respectively. The usage of server allows us to take the complete database whenever required which cannot be done by thingspeak. Keywords: Sensor, LDR, Accelerometer, Potholes, GPS. INTRODUCTION: Roads are an important mode of transport in India. India has the second larger road network in the world. Road network quality is significant factor in the economy development and well-being of the people in a nation. Nowadays the use of automobile increases rapidly which led to several issues and problems such as increase in pollution, traffic etc. Since the number of automobiles are increasing day by day, the number of road accidents and traffic issues are also growing rapidly. Nowadays, many researches has been undertaken in the field of automated vehicles and road systems in order to minimize accidents and traffic issues. The main goal of this research is to minimize the accidents and makes driving safer. One of the most important reasons for road accidents are potholes. A pothole is a structural failure in road surface. Since the speed of driving is very fast nowadays, a sudden disturbance on the road surface makes the vehicle to lose balance and leads to accidents. An average of 9300 deaths and 25000 were injured in past three years due to potholes. In order to reduce such accidents we propose a pothole detection system where we detect pothole using accelerometer and update its location on Google maps using the latitude and longitude from the GPS. COMPONENTS OF THE PROPOSED SYSTEM: 1. Accelerometer sensor: An accelerometer is a device that measuresthe acceleration forces. By calculating the speed increasing capacity of the vehicle with respect to gravity, an accelerometer can figure out the angle it is tilted with respect to the earth. By determining the tilting angle the accelerometer determine the speed and direction of the vehicle. Here we use MPU6050 sensor which is a Micro Electro-Mechanical System (MEMS) consist of three-axis accelerometer and three-axis gyroscope. This helps to measure acceleration, velocity, orientation, displacement and many other motion related parameter of the system. It uses I2C protocol for communication. Figure 1 MPU6050 SENSOR 2. GPS module: The GPS is an electronic device that allows us to get the longitude and latitude of a particular place along with its time and speed. It uses the standard NMEA protocol to transmit the position data via serial port. For this proposed system we use NEO-6M module. NEO-6M module is a well-performing complete GPS receiver with built-in ceramic antenna, which provides a strong satellite
  • 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 901 search capability. It has data backup battery (EEPROM), which helps the device to store the data even when the main power supply is switched off. Figure 2 NEO-6M MODULE 3. GSM module: Global System for Mobile communication (GSM) is an electronic device used to provide communication between two mobile devices or a computing machine. It is digital cellular technology used to transmit both voice and data service between two nodes at different frequencies. It uses time division multiple access (TDMA) technique for communication process. It improves the spectrum efficiency and provides high speech quality. It uses encryption for making the phone calls and short message service more secure. Figure 3 GSM MODULE 4. Wifi Module: The ESP8266 WiFi Module is a self contained SOC with integrated TCP/IP protocol stack that can give any microcontroller access to WiFi network. The ESP8266 is capable of either hosting an application or offloading all Wi-Fi networking functions from another application processor. Each ESP8266 module comes pre-programmed with an AT command set firmware, meaning, you can simply hook this up to your Arduino device and get about as much WiFi-ability as a WiFi Shield offers . This module has a powerful enough on-board processing and storage capability that allows it to be integrated with the sensors and other application specific devices through its GPIOs with minimal development up-front and minimal loading during runtime. Its high degree of on-chip integration allows for minimal external circuitry, including the front- end module, is designed to occupy minimal PCB area. The ESP8266 supports APSD for VoIP applications and Bluetooth co-existence interfaces; it contains a self- calibrated RF allowing it to work under all operating conditions, and requires no external RF parts. There is an almost limitless fountain of information available for the ESP8266, all of which has been provided by amazing community support. Figure 4 WIFI MODULE 5. Google Maps: Google Maps is a web mapping software developedby Google. Google maps are available as mobile app in every android phones for the purpose of route navigation. It provides route for each and every corner in the world. It offers a route planner, that helps the user to find the route of a particular destination via public or private transport and also by walking. It is being used by many transportation companies and also provides satellite images of the streets.
  • 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 902 6. LDR and Microphone: Light Dependent Resistor (photoresistor) is a component whose changes in resistance depends on the luminescence capacity of the component. Figure 5 LDR A microphone, colloquially named mic or mike, is a device – a transducer – that converts sound into an electrical signal. Microphones are used in many applications such as telephones, hearing aids, public address systems for concert halls and public events, motion picture production, live and recorded audio engineering, sound recording, two-way radios, megaphones, radio and television broadcasting, and in computers for recording voice, speech recognition, VoIP, and for non-acoustic purposes such as ultrasonic sensors or knock sensors. A microphone is used to detect the noise level at a particular area. BLOCK DIAGRAM: An accelerometer sensor is used to detect the deviation (potholes) in the road surface. The gyroscope present in MPU6050 can detect rotation about the three axes X, Y and Z. The values of the three different axes are updated continuously in the cloud. A threshold value is set. The values from the gyroscope axes are compared with the threshold value, any deviation in the values are considered to be potholes. The values are analyzed. The GPS interfaced with the accelerometer sensor collect the deviated values and gives its location with its latitude and longitude along with time and date. These locations are located on the Google maps by accessing its API. OUTPUT: The proposed system shows the location of pothole the in Google maps and the values of LDR and microphone along N O D E M C U GSM MIC GPS Accelerom eter sensor CLOUD GMaps LDR Figure 6 MICROPHONE
  • 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 903 with latitude and longitude from the server using the URL as shown below. Figure 7 SAMPLE OUTPUT IN GMAPS Figure 8 VALUES UPDATED IN THE CREATED URL CONCLUSION: Considering the current road system and traffic, it is important to a safety system that alert the vehicle driver about the upcoming pothole in their way. In this proposed system, we have discussed the pothole detection and the updating its location in the Google Maps. The propose system uses accelerometer sensor for the detection of pothole and GSM module for communication between the interfaced devices. This module helps to reduce the number of accidents due to potholes. It makes driving fast and efficient. This method an overcome the following dependencies i) Accelerometer must be calibrated by attempting several test for detecting the pothole. ii) Wi-Fi is not mandatory for the working of the prototype when it use GSM. REFERENCES: [1]Ashwini Kharde, Prof. Kore K. S, Akshada Kolhe, Ashwini Muthal, “Pothole Detection System Based on Android Device and Ultrasonic Sensor”, International Journal of Innovative Research in Computer and Communication Engineering. [2] Gurpreet Singh, Rajeev Kumar, Poonam Kashtriya, “Detection of Potholes and Speed Breaker on Road”, International Conference on Secure Cyber Computing and Communication (ICSCCC), 2018. [3] John Wiley & Sons, Introduces an embedded system design using a modern approach, which requires a unified view of software and hardware. Volume 6, No.7 17 October 2001 [4]Monica.S, Priyanka Govind Nayak, Pruthvi.J, Soumya.K, Venkatesh S N Automatic detection of potholes and speed breakers ISSN (Online): 2347-2820, Volume -6, Issue-3, 2018 [5]Rajeshwari Madly, Santo’s Heber, Praveen raj Patter, and Varaprasad Golla, Automatic Detection and Notification of Potholes and Humps on Roads to Aid Drivers IEEE Sensors Journal, Vol. 15, No. 8, August 2015 [6] Shwetha L, Chaithra C, Sanjay Kumar, Gunasagari G S, Automatic Detection and Notification of Potholes and Humps, Volume-7, Issue-6, (June-17) ISSN (O) :2349-3585. [7]Taehyeong Kim*, Seung-Ki Ryun Review and Analysis of Pothole Detection Methods Vol. 5, No. 8 August 2014 ISSN 2079-8407 Journal of Emerging Trends in Computing and Information Sciences