https://github.com/hadson0/bluequeue
Electronic queue system for the electronics laboratory at UTFPR Campus Toledo using a Blue Pill stm32 microcontroller, where infrared controls manage the queue, and Python UI displays status. Implemented in C with PlatformIO.
https://github.com/hadson0/bluequeue
c python stm32
Last synced: 4 months ago
JSON representation
Electronic queue system for the electronics laboratory at UTFPR Campus Toledo using a Blue Pill stm32 microcontroller, where infrared controls manage the queue, and Python UI displays status. Implemented in C with PlatformIO.
- Host: GitHub
- URL: https://github.com/hadson0/bluequeue
- Owner: hadson0
- Created: 2023-11-17T22:27:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T18:17:22.000Z (almost 2 years ago)
- Last Synced: 2025-07-17T00:26:25.084Z (12 months ago)
- Topics: c, python, stm32
- Language: C
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electronic Queue System
## Overview
This project involves the development of an electronic queue management system using a Blue Pill STM32 microcontroller. The system is designed to streamline queue management in the electronics laboratory at UTFPR Campus Toledo. It utilizes infrared controls for queue registration and management, and displays the queue status through a Python user interface (UI).
## Features
- **Infrared Control Integration**: Teams and the professor use infrared controls to manage and monitor the queue. Teams enter the queue using their controls, while the professor uses a control to call students from the queue.
- **Queue Display**: The queue status and related information are displayed via a Python UI.
- **Microcontroller Code**: Implemented using C and PlatformIO, with no third-party libraries.
- **UI Implementation**: Python-based user interface with Tkinter.
## Acknowledgements
This project was developed in collaboration with Professor Luis Carlos Mathias from UTFPR Campus Toledo.