PWM_fan_controller

所属分类:单片机开发
开发工具:C
文件大小:576KB
下载次数:0
上传日期:2017-06-19 12:56:11
上 传 者sh-1993
说明:  智能风扇控制器使用STM32 MCU冷却LED灯。控制器有3个主要功能。1.GPIO发生器...
(A smart fan controller use a STM32 MCU to cooling a LED light . The controller have 3 main function. 1.A GPIO generate a 25KHz PWM signal to control the fan speed. 2.The fan speed increase with temperature increasing. 3.When the temperature over 80 degress celsius, a buzzer sound. When the tmeperature over 100 degress celsius, the LED light)

文件列表:
CORE (0, 2017-05-16)
CORE\core_cm3.c (16489, 2017-05-16)
CORE\core_cm3.h (83896, 2017-05-16)
CORE\startup_stm32f10x_hd.s (15145, 2017-05-16)
HARDWARE (0, 2017-05-16)
HARDWARE\ADC (0, 2017-05-16)
HARDWARE\ADC\adc.c (3415, 2017-05-16)
HARDWARE\ADC\adc.h (282, 2017-05-16)
HARDWARE\DS18B20 (0, 2017-05-16)
HARDWARE\DS18B20\ds18b20.c (3264, 2017-05-16)
HARDWARE\DS18B20\ds18b20.h (700, 2017-05-16)
HARDWARE\KEY (0, 2017-05-16)
HARDWARE\KEY\key.c (1769, 2017-05-16)
HARDWARE\KEY\key.h (1148, 2017-05-16)
HARDWARE\LCD (0, 2017-05-16)
HARDWARE\LCD\font.h (34712, 2017-05-16)
HARDWARE\LCD\lcd.c (82427, 2017-05-16)
HARDWARE\LCD\lcd.h (7325, 2017-05-16)
HARDWARE\LED (0, 2017-05-16)
HARDWARE\LED\led.c (1263, 2017-05-16)
HARDWARE\LED\led.h (616, 2017-05-16)
HARDWARE\RTC (0, 2017-05-16)
HARDWARE\RTC\rtc.c (7450, 2017-05-16)
HARDWARE\RTC\rtc.h (824, 2017-05-16)
STM32F10x_FWLib (0, 2017-05-16)
STM32F10x_FWLib\inc (0, 2017-05-16)
STM32F10x_FWLib\inc\misc.h (8762, 2017-05-16)
STM32F10x_FWLib\inc\stm32f10x_adc.h (21207, 2017-05-16)
STM32F10x_FWLib\inc\stm32f10x_bkp.h (7360, 2017-05-16)
STM32F10x_FWLib\inc\stm32f10x_can.h (26862, 2017-05-16)
STM32F10x_FWLib\inc\stm32f10x_cec.h (6363, 2017-05-16)
STM32F10x_FWLib\inc\stm32f10x_crc.h (2068, 2017-05-16)
STM32F10x_FWLib\inc\stm32f10x_dac.h (14916, 2017-05-16)
STM32F10x_FWLib\inc\stm32f10x_dbgmcu.h (3699, 2017-05-16)
STM32F10x_FWLib\inc\stm32f10x_dma.h (20315, 2017-05-16)
STM32F10x_FWLib\inc\stm32f10x_exti.h (6640, 2017-05-16)
... ...

# PWM_fan_controller [![software version](https://img.shields.io/badge/software%20-v0.6-green.svg)](https://github.com/jack0915/PWM_fan_controller) [![hardware version](https://img.shields.io/badge/hardware-v0.0-yellow.svg)](https://github.com/jack0915/PWM_fan_controller) [![Author](https://img.shields.io/badge/POWER%20BY-Jack%20Liang-blue.svg?)](https://github.com/jack0915/PWM_fan_controller) **** ## Project description A smart fan controller use a STM32 MCU to cooling a LED light . The controller have 3 main function. 1.A GPIO generate a 25KHz PWM signal to control the fan speed. 2.The fan speed increase with temperature increasing. 3.When the temperature over 80 degress celsius, a buzzer sound. When the tmeperature over 100 degress celsius, the LED light power will be cut off update on 16th May,2017 **** The NTC temperature has been read correctly. the DS18B20 digital sensor use to calibrate the NTC temperature. Due to the lookup table only have 1 degree accuracy, the NTC temperature lower than DS18B20 2 degrees. **** In this application, the temperature does not need a high accuracy. **** Further job would update the lookup table and expand the array. The interpolation algorithm can also increase the accuracy. ****

近期下载者

相关文件


收藏者