Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robthree/parkingsensor
Proof-of-concept Parking sensor - See https://gathering.tweakers.net/forum/list_messages/1967946
https://github.com/robthree/parkingsensor
arduino breadboard car circuits distance-sensor diy electronics-projects esp8266 garage hc-sr04 parking-sensor platformio proof-of-concept proximity-sensor rgb-led ultrasonic-sensor wemos-d1-mini
Last synced: 5 days ago
JSON representation
Proof-of-concept Parking sensor - See https://gathering.tweakers.net/forum/list_messages/1967946
- Host: GitHub
- URL: https://github.com/robthree/parkingsensor
- Owner: RobThree
- License: mit
- Created: 2020-01-14T23:14:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T23:18:39.000Z (about 5 years ago)
- Last Synced: 2024-12-07T04:41:01.670Z (2 months ago)
- Topics: arduino, breadboard, car, circuits, distance-sensor, diy, electronics-projects, esp8266, garage, hc-sr04, parking-sensor, platformio, proof-of-concept, proximity-sensor, rgb-led, ultrasonic-sensor, wemos-d1-mini
- Language: C++
- Size: 3.72 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ParkingSensor
A simple, proof of concept, car-parking sensor that will tell you when you're too close to the wall (or other obstacles). This project has it's origins [here](https://gathering.tweakers.net/forum/list_messages/1967946) (Dutch). The schema is a bit messy; I currently don't have a decent circuit editor... Sorry 'bout that!
With a little effort this circuit can be extended with another HC SR-04 sensor and LED, but I'll leave that up to the reader.
![Circuit](circuit/schema.png)
## Bill of Materials
You'll need:
* 2x [HC SR-04](https://www.aliexpress.com/item/32703532280.html)
* 2x [RGB LED](https://www.aliexpress.com/item/32271669442.html) (or [2x red LED and 2x green LED](https://www.aliexpress.com/item/32892747183.html)
* 4x [220Ω resistor](https://www.aliexpress.com/item/32816049069.html)
* 1x [Wemos D1 mini](https://www.aliexpress.com/item/32863218532.html)
* 1x [Breadboard](https://www.aliexpress.com/item/32256273855.html)
* [Some wires](https://www.aliexpress.com/item/32909050779.html)
* [USB cable](https://www.aliexpress.com/item/32720252498.html) to program the D1 mini or a [3.3V/5.0V power supply](https://www.aliexpress.com/item/1951850466.html) once programmedRecommended:
* [Multimeter](https://www.aliexpress.com/item/33004463675.html) for troubleshooting
* [Project box](https://www.aliexpress.com/item/32889586884.html)## Demo
Click the image below to play the video
[![Watch the video](https://i3.ytimg.com/vi/jdl6SVCwzJ4/hqdefault.jpg)](https://youtu.be/jdl6SVCwzJ4)