You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
3
+
## Documentation
4
4
5
-
## Installation:
5
+
For further information and detailed documentation, please refer to the [Documentation](https://docs.arduinodenis.com/github/resources-arduino/arduino-projects/project-7-arduino).
6
6
7
-
1. Connect an ultrasonic sensor to the trigger and echo ports defined in the sketch.
8
-
2. Connect a buzzer to the buzzer port defined in the sketch.
9
-
3. Upload the sketch to your Arduino board.
7
+
## License
10
8
11
-
## Usage:
12
-
13
-
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.
14
-
15
-
## Version 1.0 - 2024-02-18
16
-
17
-
- Initial release.
18
-
- Implemented basic functionality to measure distance and activate buzzer.
19
-
20
-
## License:
21
-
22
-
This project is licensed under the [MIT License](LICENSE).
9
+
This script is released under the [MIT License](LICENSE).
0 commit comments