This project implements a temperature and humidity monitoring system using an STM32F103 microcontroller and a DHT22 sensor.
Real-time OS: Built on FreeRTOS with two independent tasks.
Inter-task Communication: Uses Queues to pass sensor data to the display task.
Efficiency: Custom delay_us implementation and critical sections for precise sensor timing.
Output: Data is formatted as integers (to save resources) and sent via UART to a PC terminal.
"Developed by PeterSysEng - Electronics Technician and Programmer"
github.com/PeterSysEng/STM32_FreeRTOS_DHT22