Update with more info
This commit is contained in:
parent
2d38da819a
commit
c213843b8c
1 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,7 @@
|
||||||
# Universal K80 Cooling
|
# Universal K80 Cooling
|
||||||
|
|
||||||
|
This is a universal cooling software, which uses an Arduino Uno, PWM fan, and Python 3. It was designed for use with a Tesla K80, but should work with any NVIDIA GPU.
|
||||||
|
|
||||||
This will determine the speed your fan (connected to your Arduino) should run at based on the highest temperature
|
This will determine the speed your fan (connected to your Arduino) should run at based on the highest temperature
|
||||||
between your GPUs, then will send that speed to your Arduino.
|
between your GPUs, then will send that speed to your Arduino.
|
||||||
|
|
||||||
|
@ -9,12 +11,11 @@ Make sure to set the port in the .py file you use!
|
||||||
|
|
||||||
### How to use
|
### How to use
|
||||||
1. Connect the Arduino to the fan according to this diagram:
|
1. Connect the Arduino to the fan according to this diagram:
|
||||||
|
|
||||||
![PWM connected to pin 9, TACH not connected](Images/arduino-fan-diagram.png)
|
![PWM connected to pin 9, TACH not connected](Images/arduino-fan-diagram.png)
|
||||||
2. Run `tx_speed.py`, and upload `rx_speed.ino` to your Arduino Uno.
|
2. **Set the port variable**
|
||||||
3. **Set the port variable**
|
|
||||||
1. Instructions for finding the port are in the Python code.
|
1. Instructions for finding the port are in the Python code.
|
||||||
4Revel in your success!
|
3. Run `tx_speed.py`, and upload `rx_speed.ino` to your Arduino Uno.
|
||||||
|
4. Revel in your success!
|
||||||
1. If you plan to use this constantly, make sure to create a service that starts the Python code on boot.
|
1. If you plan to use this constantly, make sure to create a service that starts the Python code on boot.
|
||||||
|
|
||||||
### My setup
|
### My setup
|
||||||
|
|
Loading…
Reference in a new issue