0% found this document useful (0 votes)
17 views1 page

IOT Vehicle Accident Detection Alert System Using Arduino

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

IOT Vehicle Accident Detection Alert System Using Arduino

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Description

This system integrates advanced safety and monitoring features into a vehicle setup. Safety
measures include an alcohol detection sensor that stops the vehicle upon detecting alcohol
and displays the level on an LCD. An accelerometer triggers an alarm during accidents,
notifying nearby help and sending GPS coordinates via WiFi to a relative's app. Users can
respond via a switch to stop alarms if conscious. This setup ensures enhanced vehicle safety
and rapid response capabilities in critical situations.

Working

This system has various components to ensure vehicle safety. Upon powering on the circuit, a
7805-voltage regulator ensures stable 5V supply to all components, connected from a battery
which is charged by a solar panel. The Arduino initializes and controls the vehicle's two 12V
DC motors with a L293D motor driver. Movement commands such as left, right, forward,
and backward are transmitted wirelessly from a mobile app through a Bluetooth HC-05
module.

Safety features include an MQ3 sensor for alcohol detection. When alcohol is detected from
the driver, the vehicle's automatically gets stopped, and the alcohol level is displayed on an
LCD screen. Another important component, the accelerometer, monitors the vehicle's axis. In
the event of an accident or abnormal movement, a buzzer (siren) is activated to alert nearby
assistance. Simultaneously, the LCD displays relevant details, and GPS coordinates are
transmitted using an ESP8266-01 Wi-Fi module to a designated app, ensuring immediate
assistance and location tracking.

During emergencies, the project displays a message on the LCD screen "Are you okay?" The
accelerometer-triggered siren can be stopped by the user pressing a switch if he is conscious,
which will reset the alarm.

You might also like