Go to Polygence Scholars page
Kadhir Umachandar's cover illustration
Polygence Scholar2024
Kadhir Umachandar's profile

Kadhir Umachandar

Class of 2025Sammamish, WA

About

Projects

  • "Is it possible to create a cheap and effective proximity sensor for a vehicle using an Arduino and distance sensor? This proposed system could act as a collision prevention system by sounding an alarm if the distance between an object and a vehicle decreases to a dangerous level." with mentor Henry (Working project)

Kadhir's Symposium Presentation

Project Portfolio

Is it possible to create a cheap and effective proximity sensor for a vehicle using an Arduino and distance sensor? This proposed system could act as a collision prevention system by sounding an alarm if the distance between an object and a vehicle decreases to a dangerous level.

Started June 5, 2023

Abstract or project description

According to the National Highway Traffic Safety Administration (NHTSA), front-impact car collisions are the most common type of car accidents. These accidents are caused by inattentiveness by the driver and can be easily prevented by a warning. Most new cars have this kind of front collision detection system built in, but some older cars do not. Since this technology is usually expensive, the goal of this project is to build an affordable device that can be attached to a car that functions very similarly to the built-in collision detection system in newer cars. For this device, different types of sensors could be used. One sensor is the ultrasonic sensor, which uses sound waves to measure distance and detect objects. Another sensor is an infrared (IR) distance sensor, which shoots a beam of IR light to reflect off an object. The distance is then calculated using triangulation of the beam of light. Another sensor is the time of flight distance sensor, which shoots a beam of light or a laser and measures the time it takes to reflect to calculate distance and detect objects. Using one of these sensors, one may program a device that can sound an alarm when the vehicle they are driving gets dangerously close to an object in front of them. Because sound radiates isotropically, ultrasonic sensors are typically better than IR/laser sensors in detecting rough or bumpy objects. Therefore an ultrasonic sensor is used for this project. For the alarm, there are various buzzers one can use. One example is the Piezo buzzer, which produces sound by using a piezo crystal, a special material that changes shape when voltage is applied to it. Another is the magnetic buzzer, where a current is driven through a coil of wire to produce a magnetic field. This causes a flexible ferromagnetic disk to move, creating a sound. By combining an Arduino, an ultrasonic sensor, and a piezo buzzer, we present a device that can help prevent a car collision at a low cost compared to the high-end collision detection systems of newer cars while providing similar functionality. The proposed alarm system can detect vehicles, bikes, and people at distances between 1 and 20 feet at 90% accuracy. Also, this system will sound an alarm when the distance between the sensor and the object in front of it is less than 7 feet, which is half of the typical following distance for cars.

References: https://www.seeedstudio.com/blog/2019/12/23/distance-sensors-types-and-selection-guide/ https://maxbotix.com/blogs/blog/advantages-limitations-ultrasonic-sensors#:~:text=They%20have%20greater%20accuracy%20than%20many%20other%20methods,it%20easy%20to%20detect%20external%20or%20deep%20objects https://maxbotix.com/pages/lv-maxsonar-ez-datasheet https://www.iihs.org/topics/fatality-statistics/detail/passenger-vehicle-occupants#crash-types https://www.insurancepanda.com/faq/are-backup-cameras-required-in-new-vehicles/ https://www.drive-safely.net/safe-following-distance/ https://sensorpartners.com/en/knowledge-base/everything-about-the-operation-principles-of-ultrasonic-sensors/ https://www.electricity-magnetism.org/piezo-buzzers/

Useful links for further research: https://arxiv.org/pdf/2302.00876.pdf https://www.instructables.com/Arduino-Based-Collision-Detection-Warning-System/ https://learn.adafruit.com/halloween-pumpkin/overview