An open API service indexing awesome lists of open source software.

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.

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.