An open API service indexing awesome lists of open source software.

https://github.com/kylecorry31/car-backup-sensor

An arduino based sensor module for a car
https://github.com/kylecorry31/car-backup-sensor

Last synced: about 1 year ago
JSON representation

An arduino based sensor module for a car

Awesome Lists containing this project

README

          

# Car backup sensor
An Arduino powered backup sensor for cars.

This project is adds a backup sensor for cars which beeps faster the closer you get to an object behind the car. It is not wired into the reverse lights, which means it will run regardless of whether the car is in reverse.

Disclaimer: Do not rely on this as a safety measure for your car. I am not responsible for any damage you cause by not looking into your mirrors / backup camera, etc.

## Materials Used
- Arduino Uno
- Piezoelectric buzzer
- JSN-SR04T waterproof ultrasonic sensor
- Wire tubing (optional)
- USB A cable (15 ft)
- Solder or breadboard (either)

## Libraries Required
- [Kalman Filter](https://github.com/kylecorry31/kalman-filter)

## Instructions
1. Assemble the circuit shown below.
![Schematic](assets/schematic.png)

2. Upload this sketch to the Arduino after installing the required library.

3. Run the ultrasonic sensor to the rear exterier of your car and connect it to it's breakout board on the inside with the Arduino.

4. Plug the Arduino's USB cable into a car outlet.

5. Start your car, and the circuit should beep when you are getting close to an object.