Road Condition Monitoring And Automatic Reporting System
Abstract
Road conditions play a crucial role in ensuring the safety and comfort of commuters. Potholes, humps, and uneven road surfaces pose significant risks, leading to accidents, vehicle damage, and increased maintenance costs. This project aims to develop an automated road condition monitoring system using Arduino UNO as the main controller. The system incorporates ultrasonic and IR sensors to detect potholes and humps, while an ESP32 CAM module captures images of detected irregularities.
A GPS module determines the exact location of these hazards, and a GSM module sends alerts with location details to a registered mobile number. Additionally, the system features a pothole-filling mechanism that activates when a pothole is detected.
All detected data, including images and locations, are stored on an SD card for future reference. The project status is displayed on an LCD screen, providing real-time updates. The entire system is programmed using embedded C language, ensuring efficient and automated operation. This smart road monitoring and maintenance system can significantly improve road safety, assist in timely maintenance, and reduce accident risks caused by poor road condition.
Future improvements include integrating pothole detection with smart vehicles, enhancing AI accuracy, and enabling real-time navigation alerts. Collaboration with authorities can ensure quicker road repairs, improving overall safety.