Skip to content

Car Parking Sensor system using ATmega32 and ultrasonic sensor. It helps detect obstacles while parking by measuring the distance and providing visual (LEDs) and auditory (buzzer) warnings. Developed as part of the Embedded Diploma at Edges For Training.

Notifications You must be signed in to change notification settings

malak-emad/Car_Parking_Sensor_ATmega32

Repository files navigation

Car Parking Sensor Using ATmega32

This project is a Car Parking Sensor system designed to help drivers avoid obstacles while parking. It uses an ultrasonic sensor to measure the distance between the car and nearby objects, displaying the result on an LCD screen and providing LED and buzzer-based warnings.

Features:

  • Ultrasonic Distance Measurement: Uses an ultrasonic sensor to measure the distance between the car and an obstacle.
  • LCD Display: Shows the distance in centimeters and warns the driver when objects are too close ("Stop" warning when <= 5 cm).
  • LED Indicators: Red, green, and blue LEDs progressively light up as the object gets closer.
  • Buzzer: Sounds when the distance to the object is less than or equal to 5 cm.

Hardware Components:

  • ATmega32 Microcontroller
  • HC-SR04 Ultrasonic Sensor: Measures distance using ultrasonic waves.
  • 16x2 LCD Display: Displays the distance in real-time.
  • LEDs: Indicate proximity (Red, Green, Blue).
  • Buzzer: Alerts when the object is too close.

About

Car Parking Sensor system using ATmega32 and ultrasonic sensor. It helps detect obstacles while parking by measuring the distance and providing visual (LEDs) and auditory (buzzer) warnings. Developed as part of the Embedded Diploma at Edges For Training.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages