Skip to content

A small Arduino project using distance sensor, LED display screen and potentiometer

Notifications You must be signed in to change notification settings

QuanZhang-William/Arduino-Parking-Assistance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Arduino-Parking-Assistance

A small Arduino project using distance sensor, LED display screen and potentiometer

This project uses distance sensor to detect the distance between obstacle and the system. The result is displayed on a LED display screen. A red warning LED will light up if the obstacle is too close to the system. User is also able to adjust the lightness of warning LED via a potentiometer.

We also implemented a Java program to talk to arduino via serial connection. Readings from arduino is streaming to the Java program through the connection which is then directed and stored in database by using JDBC.

Please note the Java code uses code template from: http://playground.arduino.cc/Interfacing/Java

About

A small Arduino project using distance sensor, LED display screen and potentiometer

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages