Skip to content

Mohamed-Sejid/parking_managment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parking management system

project-image

This project is a GUI (Graphical User Interface) for a parking system prototype that uses a microcontroller to communicate with the PC using serial communication. The system has 3 Presence sensors and servo motors to control the entrance and access. The LED's on the interface will change color from green to yellow if the spot is no longer free. This project was made using QML and Qt creator C++. The microcontroller end is an STM32f407 that is utilizing FreeRTOS and multiple tasks to check Infrared sensors that will give us an idea on car presence and it will control servo motors for the entrance and exit. Another serial task is created to handle sending and receiving data through UART. This is not a full fetched project it's a semestrial project that was made in a short period of time for academic purposes.The GUI github repo: https://github.com/Mohamed-Sejid/parking_managment

The microcontroller section is made using an STM32F407. The project was made using CubeMX to add HAL, pinout, UART, timers and PWM. The github repo for the project https://github.com/Mehdique/FreeRTOS-Parking

Project Screenshots:

project-screenshot

About

This is a parking management system Graphical User Interface created with QML front end and Qt c++ framework as a backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors