Car Backup Sensor

by Ayush Menon in Circuits > Arduino

207 Views, 2 Favorites, 0 Comments

Car Backup Sensor

Quick-Guide-Park-Sensor-Vlg.jpg
20230619_141225.jpg

I can explain a basic Arduino Uno circuit for a car backup sensor. The circuit will use ultrasonic sensors to detect obstacles behind the car and provide feedback to the driver.

Supplies

Screenshot (226).png

Components needed:

  1. Arduino Uno board
  2. Ultrasonic sensors (HC-SR04)
  3. Jumper wires
  4. motor h-bridge
  5. temperature sensor
  6. LDR
  7. 3 1k ohm resistors
  8. 2 220 ohm resistor
  9. Buzzer or LED (for feedback)

20230619_141225.jpg

Circuit connections:

  1. Connect the VCC pin of the ultrasonic sensor to the 5V pin on the Arduino Uno.
  2. Connect the GND pin of the ultrasonic sensor to the GND pin on the Arduino Uno.
  3. Connect the TRIG pin of the ultrasonic sensor to any digital pin (e.g., Pin 2) on the Arduino Uno.
  4. Connect the ECHO pin of the ultrasonic sensor to another digital pin (e.g., Pin 3) on the Arduino Uno.
  5. Connect the positive terminal of the buzzer or anode of the LED to a digital pin (e.g., Pin 4) on the Arduino Uno.
  6. Connect the negative terminal of the buzzer or cathode of the LED to the GND pin on the Arduino Uno.
  7. Connect power and ground to h bridge and connect it to the arduino.
  8. Connect Temperature sensor to power and ground and connect to arduino.

Screenshot (228).png
Screenshot (229).png
Screenshot (230).png
Screenshot (231).png
Screenshot (232).png
Screenshot (233).png
Screenshot (234).png
Screenshot (227).png

code^^