题目: STM32电风扇智能调速器的设计
摘 要
本设计为一种温控风扇系统,具有灵敏的温度感测和显示功能,系统STM32单片机作为控制平台对风扇转速进行控制。可由用户设置高、低温度值,测得温度值在高低温度之间时打开风扇弱风档,当温度升高超过所设定的温度时自动切换到大风档,当温度小于所设定的温度时自动关闭风扇,控制状态随外界温度而定。性能稳定,控制准确。
关键词:单片机;温度传感器;智能控制。
Abstract
This design is a temperature controlled fan system with sensitive temperature sensing and display functions. The STM32 microcontroller serves as the control platform to control the fan speed. The high and low temperature values can be set by the user. When the measured temperature value is between high and low temperatures, the fan’s weak wind gear is turned on. When the temperature rises above the set temperature, it automatically switches to the strong wind gear. When the temperature is less than the set temperature, the fan is automatically turned off. The control status depends on the external temperature. Stable performance and accurate control.
Keywords: microcontroller; Temperature sensor; Intelligent control.
目 录
绪 论 4
1 系统概述 5
1.1 STM32单片机简介 5
- 2 本设计任务和主要内容 5
2 方案论证 6
2.1 温度传感器的选用 6
2.2 控制核心的选择 7
2.3显示电路 7
2.4调速方式 7
2.5控制执行部件 8
3 系统原理 8
3.1 系统总体设计 8
3.2 控制装置原