https://github.com/gedex/automatic-fan
Automatic fan that adjust its PWM based on temperature.
https://github.com/gedex/automatic-fan
Last synced: 11 months ago
JSON representation
Automatic fan that adjust its PWM based on temperature.
- Host: GitHub
- URL: https://github.com/gedex/automatic-fan
- Owner: gedex
- License: mit
- Created: 2013-05-20T08:29:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-20T08:43:23.000Z (about 13 years ago)
- Last Synced: 2025-07-24T16:14:23.501Z (12 months ago)
- Language: C
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Automatic FAN
=============
FAN that can be set with lower and upper temperature-thresholds so it can adjust
its FAN speed. The controller is ATMega8535 interfaced with LM35 that sampled with
built-in ADC. The FAN can be connected to [H-Bridge](http://en.wikipedia.org/wiki/H_bridge) driver.
## Compile it
The `source.c` is compiled with [CodeVisionAVR](http://hpinfotech.ro/html/cvavr.htm).