Skip to content

Parking Assistant is a small Arduino program designed to measure distances and change the color of a small LED matrix. Depending on the distance, the LED matrix will turn off, display green, yellow, red or flash a red "X," indicating the object is too close to the sensor.

License

Notifications You must be signed in to change notification settings

dauble/Parking-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parking Assistant

This is a simple Arduino program designed to measure distances and display colors on a 16x16 bi-color LED matrix.

What is required?

Required Libraries

Installation

HC-SR04

  1. VCC - 5V
  2. Trig - 12
  3. Echo - 11
  4. Grnd - Ground

LED Matrix

  1. VCC - 5V
  2. D - Analog 4
  3. C - Analog 5
  4. Grnd - Ground

Getting Started

Getting started is simple. Copy the code from final-parking.ino into a new Arduino project, compile and upload. Update the distances to your needs in the IF blocks in the main loop() function.

Enjoy!

About

Parking Assistant is a small Arduino program designed to measure distances and change the color of a small LED matrix. Depending on the distance, the LED matrix will turn off, display green, yellow, red or flash a red "X," indicating the object is too close to the sensor.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages