Project 7 Arduino

Parking Sensor

This Arduino sketch implements a parking sensor using an ultrasonic sensor. It measures the distance to an object and activates a buzzer to indicate the proximity.

Installation:

  1. Connect an ultrasonic sensor to the trigger and echo ports defined in the sketch.

  2. Connect a buzzer to the buzzer port defined in the sketch.

  3. Upload the sketch to your Arduino board.

Usage:

The sensor measures the distance to an object and activates the buzzer based on the distance. It also displays the distance on the serial monitor.

Version 1.0 - 2024-02-18

  • Initial release.

  • Implemented basic functionality to measure distance and activate buzzer.

License:

This project is licensed under the MIT License.

Last updated