A bumping avoiding module that will alert users during reverse parking in a vehicle. This module can also be used to avoid any movable counterparts bump into obstacles. This module uses ultrasonic sensor which better in detecting obstacle with flat and even on transparent surface. However soft surface or any surface that can absorb sound wave will result in less effective in detection.
Hardware:
- Arduino Uno board
- piezo buzzer (or any buzzer)
- Ultrsonic sensor module
- Red LED
- Green LED
- Jump wire
- 9v Power Supply
Software:
- Arduino IDE
Library:
- No library needed
When the ultrasonic sensor senses an obstacles with distance greater than 10cm, the green will turn on, red light and buzzer are turn off. When the ultrasonic sensor senses an obstacles with distance lesser and equal to 10cm, the green light will turn off, red light and buzzer turn on.