https://github.com/juicychicken877/UltrasonicSensorModule
Arduino Project
https://github.com/juicychicken877/UltrasonicSensorModule
9v-battery arduino hc-sr04-ultrasonic-sensor lcd-display project transistor
Last synced: 9 months ago
JSON representation
Arduino Project
- Host: GitHub
- URL: https://github.com/juicychicken877/UltrasonicSensorModule
- Owner: juicychicken877
- Created: 2024-11-03T17:41:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T17:52:00.000Z (over 1 year ago)
- Last Synced: 2025-05-30T18:06:32.562Z (about 1 year ago)
- Topics: 9v-battery, arduino, hc-sr04-ultrasonic-sensor, lcd-display, project, transistor
- Language: C++
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About The Project
Distance from an object is measured by Ultrasonic Sensor Module HC-SR04 View Datasheet, which is displayed in centimeters by I2C 1602 LCD Display. The distance is also visualized by LEDs which light up depending on the distance.
# See For Yourself
See Circuit Diagram: /funky_gogo_lappi/circuit_diagram.pdf
See Circuit Design: /funky_gogo_lappi/circuit_design.png
Elements used: /funky_gogo_lappi/elements.png
Source code: /funky_gogo_lappi/funky_gogo_lappi.ino
Made with Arduino Uno.