Research Paper
Research Paper
Road accidents in India, 2016: 17 Figure 1 shows all the interfaces used in the prototype
of the system.
A Report on Road Accidents in India 2016, published
by Transport Research wing under Ministry of Road
Transport & Highways, Government of India, has
revealed that more people died on roads accidents in
India last year, as compared to the number of deaths in
2015.
If the speed of the vehicle is low then the transmitter At this stage the vehicle is prevented from the collision
sends the signal 0, else if it is high it sends 1. with the obstacle. Once the accident is prevented the
driver can restart the engine and proceed further.
The system uses two relay drivers. One for power
OFF/ON, the other relay driver is turned ON depending III. OVERALL ARCHITECTURE
on the speed of the vehicle (whether it is low (0) or high
(1)). The output of the relay is given as input to the Figure 3 and Figure 4 shows the circuit diagram of
microcontroller. the prototype.
If the microcontroller receives the input as 0 (which
means high speed), it enables the ultrasonic sensor.
After the sensor is enabled it begins to detect whether is
there any obstacle(e.g. vehicle, pedestrian, animals,
etc.,) infront of the sensor which is mounted on the
vehicle.
If any obstacle is detected then the distance between the
vehicle and the obstacle is monitored by the ultrasonic
sensor.
If the distance between the vehicle and obstacle is being
reduced (less than 80cm)* and still the speed of the
vehicle is high then the buzzer is turned ON to alert the
driver to reduce the speed.
If the microcontroller still receives the input as 0(high
speed) and the distance is less than 40cm* the system
turns off the engine automatically.
* In real time scenario if the speed of the vehicle is 100 A. ATmega328 and Arduino
kmph (27mps) and the detected distance between the Arduino board designs use a variety of
vehicle and the obstacle is 250 meters then they both microprocessors and controllers. The boards are
can collide with each other in 9 seconds approximately. equipped with sets of digital and
Within this 9 seconds the buzzer is enabled as the initial analog input/output (I/O) pins that may be interfaced to
step to alert the driver and then break is applied at various expansion boards or Breadboards (shields) and
regular interval of time to stop the engine. other circuits.
V. CONCLUSION
REFERENCES