-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
20 lines (12 loc) · 779 Bytes
/
README
File metadata and controls
20 lines (12 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This is a simple and really cheap way to control pwm computer fans. (4-pin connector)
It also allows to read the tacho value.
Finished:
-Hardware
-Python script for adjusting and reading the speed
TODO:
-Get sensor values from mainboard and disks, then adjust fan speed accordingly.
Hardware:
There are some schematics in the hardware folder. If you have any questions don't hesitate to contact me.
The hardware is based on the V-USB project (http://www.obdev.at/products/vusb) and uses their design with zener diodes (with-zener.png). No additional components (except for pin headers) are needed.
I used an Attiny2313 because it has 4 PWM channels and you can configure interrupts on PORTB, which are used for tacho detection.
The design should work on bigger ATmegas.