Tag Archive: parking


Within the framework of the course “Software Engineering I – Laboratory” (Department of Informatics and Communications, T.E.I. of Central Macedonia) we developed as a semester assignment a parking management application.

Both the graphical user interface (GUI) and the application are implemented with Qt in C++. Specifically, with this application, the end user can manage a variety of customers, customer cards, vehicles, transactions, parking, vehicle fees, etc.

Continue reading

This project refers to an Arduino sketch which uses an ultrasonic sensor for calculating the time return of the ultrasonic signal emitted by the sensor and the object reflecting the signal back. Then, with the help of appropriate physicomathematical formulas, it performs calculation of the distance between the sensor and the object causing the reflection signal. The distance is displayed in an appropriate LCD display both in inches and in centimeters. This system could be used in security doors, on cars as a helper to park or anywhere else where distance at close proximity is important.

Continue reading

This project refers to an Arduino sketch which uses an ultrasonic sensor for calculating the time return of the ultrasonic signal emitted by the sensor and the object reflecting the signal back. Then, with the help of appropriate physicomathematical formulas, it performs calculation of the distance between the sensor and the object causing the reflection signal. Also, the system includes a piezo speaker used to produce a tune when an object is detected too close nearby. This system could be used in security doors, on cars as a helper to park or anywhere else where distance at close proximity is important.

Continue reading