-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jack Davis
committed
Mar 3, 2020
1 parent
3e6cea3
commit 9169de2
Showing
10 changed files
with
182 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
# Prototype (based on Schmart Board) | ||
# Router Cooling Demo | ||
|
||
The controller is configured to cool a temperature sensor (placed between a desk router and switch) to a specific temperature. | ||
|
||
|
||
## Hardware Requirements | ||
|
||
1. A Teensy Fan Controller (fe. [Breadboard][1], [Schmart Board prototype][2], [Simple PCB][3]) | ||
1. One Teensy 3.x with headers (previously *flashed with Teensy Fan Controller*) | ||
1. A Micro USB cable | ||
1. One 12v power supply (up to 15V should be OK) | ||
1. One PWM PC fan (80mm, 120mm, 140mm) | ||
1. Wires | ||
|
||
[1]: ../hardware/breadboard | ||
[2]: ../hardware/prototype | ||
[3]: ../hardware/simple-pcb | ||
|
||
|
||
## Sensor and fan placement | ||
|
||
- The temperature sensor is placed between the cases of a router stacked on top of a switch | ||
- The fan is pointed at the router/switch | ||
|
||
TODO | ||
|
||
![Router cooling demo - sensor/fan setup](../images/rcd.setup.jpg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.