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
- Host: GitHub
- URL: https://github.com/kylecorry31/car-backup-sensor
- Owner: kylecorry31
- License: mit
- Created: 2019-11-02T15:37:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T20:13:39.000Z (over 6 years ago)
- Last Synced: 2025-02-13T10:23:50.011Z (over 1 year ago)
- Language: C++
- Size: 277 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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.