- Terminus FE1.1 USB hub board: the solution to connect four USB devicesPosted 3 months ago
- Understanding the Mechanics of 3D PrintingPosted 4 months ago
- SDS011 the Air Quality SensorPosted 5 months ago
- NIXIE STYLE LED DISPLAYPosted 8 months ago
- TOTEM: learning by experimentingPosted 9 months ago
- Google Assistant Voice Controlled Switch – NodeMCU IOT ProjePosted 9 months ago
- Water Softener Salt Level MonitorPosted 9 months ago
- Sparkly Air SensorPosted 9 months ago
- Ultra sonic distance finder with live statusPosted 9 months ago
- Windows interface to have total control over lampsPosted 9 months ago
DIY an Arduino Ultrasonic Garage Parking Assistant
Recently, low-cost microcontrollers like the Arduino have opened new doors for makers looking to do fun and interesting things with their vehicles.
If you’ve ever had to park your car in a small garage or cramped space, you probably understand the frustration of not knowing how much room to leave behind and in front of your car. Instructables user rclymer set out to solve that problem with an Arduino, some LEDs, and a low-cost distance sensor.
As you pull your car closer to the sensor, the Arduino-based project displays green, yellow, and red lights to let you know when it’s time to stop.
If you then want to make it smaller, cheaper and more permanent, plus, not have to leave your Arduino in it, flash the software over to an ATtiny85-20PU.
All you need is:
- Arduino(any will do)
- Project housing
- HC-SR04 Ultrasonic distance sensor
- Breadboard
- RGB LED (He prefers one that has a high brightness rating and is frosted)
- Button
- resistors ~ 220 ohm (this all really depends on the strength of the LED you choose)
- resistor ~ 10k ohm ( button)
- Jumpers
- Power supply – You have a few options here depending on whether you chose to leave the Arduino board inside or use the ATtiny85
If you choose to use the ATtiny then you will need
- ATtiny85
- DC input jack
- 5V regulator
- 2x 10uf electrolytic capacitors
or - Breadboard power supply
Best of all, you can easily modify the project’s code to set different target distances. A self-proclaimed environmentalist, Rclymer even programmed a power-save mode to save electricity.
Not bad at all!