- Energy Meter GSM with Arduino (part 2)Posted 4 days ago
- Energy Meter GSM with Arduino (part 1)Posted 1 week ago
- ARDULOCK: a keyboard with RFID modulePosted 1 month ago
- Autofocus Glasses/Phoropter Using Variable Focus Liquid LensPosted 3 months ago
- Home Automation & Lights controlling SystemPosted 3 months ago
- Solar TrackerPosted 3 months ago
- LTspice inverter simulation with thermal effectsPosted 3 months ago
- AI in LEGO EV3 Maze-Driving RobotPosted 3 months ago
- Temperature predicting using boltiotPosted 3 months ago
- Sparkly Air SensorPosted 3 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!