Back to Browse

STM32 FreeRTOS DHT22 Sensor Project

28 views
May 10, 2026
2:08

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

Download

0 formats

No download links available.

STM32 FreeRTOS DHT22 Sensor Project | NatokHD