Skip to content

Commit 986d4e8

Browse files
authored
More Fan Information (#21)
* first pass on adding more fan data * added table * add standard fan table * removed duplicate tag * renamed file * renamed file --------- Signed-off-by: William Bowen <wbowen@uptime.industries>
1 parent 5d700ad commit 986d4e8

File tree

2 files changed

+38
-36
lines changed

2 files changed

+38
-36
lines changed
File renamed without changes.

docs/docs/fan-unit/index.mdx

+38-36
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,43 @@ import ThemedImage from '@theme/ThemedImage';
5656

5757
</TabItem>
5858
<TabItem value="sta" label="Standard">
59-
- PWM Compute Blade Interface
60-
- Fan Unit Connector
61-
- PWM Fan Header
59+
<table>
60+
<tbody>
61+
<tr>
62+
<td rowSpan={2}>Compatibility</td>
63+
<td>Compute Blade</td>
64+
</tr>
65+
<tr>
66+
<td>BladeRunner™️ Enclosures</td>
67+
</tr>
68+
<tr>
69+
<td rowSpan={3}>GPIO</td>
70+
<td>2 x Fan Tach</td>
71+
</tr>
72+
<tr>
73+
<td>1 x FAN PWM</td>
74+
</tr>
75+
<tr>
76+
<td>4-Pin 5V PWM Fan Header</td>
77+
</tr>
78+
<tr>
79+
<td>Operating Voltage</td>
80+
<td>5V - Compute Blade Port A or Port B</td>
81+
</tr>
82+
<tr>
83+
<td>Input Power (Max.)</td>
84+
<td>0.5W</td>
85+
</tr>
86+
<tr>
87+
<td>Fan Dimensions</td>
88+
<td>40x40x20mm</td>
89+
</tr>
90+
<tr>
91+
<td>Dimensions</td>
92+
<td>40x95x43.2mm</td>
93+
</tr>
94+
</tbody>
95+
</table>
6296

6397
:::info
6498
When using the standard Fan Unit only the [port A(left)](/fan-unit/GPIO#blade-connector) can be used for PWM
@@ -131,17 +165,6 @@ import ThemedImage from '@theme/ThemedImage';
131165
</tr>
132166
</tbody>
133167
</table>
134-
135-
</TabItem>
136-
<TabItem value="sta" label="Standard">
137-
- PWM Compute Blade Interface
138-
- Fan Unit Connector
139-
- PWM Fan Header
140-
141-
:::info
142-
When using the standard Fan Unit only the [port A(left)](/fan-unit/GPIO#blade-connector) can be used for PWM
143-
:::
144-
145168
</TabItem>
146169
</Tabs>
147170

@@ -150,28 +173,7 @@ import ThemedImage from '@theme/ThemedImage';
150173

151174
{/* Add Image of Fan */}
152175

153-
Fan Units ship with a Noctua [NF-A4x20 5V](https://noctua.at/en/nf-a4x20-5v-pwm) a 5 Volt PWM fan. with a Max power draw of 0.1 Amp
154-
155-
### Specification
156-
| Specification | |
157-
| :--------------------------------------- | :--------------------------------------- |
158-
| Size | 40x40x20 mm |
159-
| Mounting hole spacing | 32x32 mm |
160-
| Connector & pin-configuration | 4-pin PWM |
161-
| Bearing | SSO2 |
162-
| Blade geometry | A-Series with Flow Acceleration Channels |
163-
| Frame technology | AAO (Advanced Acoustic Optimization) |
164-
| Rotational speed (+/- 10%) | 5000 RPM |
165-
| Min. rotational speed @ 20% PWM (+/-20%) | 1100 RPM |
166-
| Airflow | 9.4 m³/h |
167-
| Acoustical noise | 14.9 dB(A) |
168-
| Static pressure | 2.26 mm H₂O |
169-
| Input power (typical) | 0.42 W |
170-
| Input power (max.) | 0.5 W |
171-
| Input current (typical) | 0.08 A |
172-
| Max. input current | 0.1 A |
173-
| Operating voltage | 5 V |
174-
| Voltage PWM signal | 5 V |
176+
Fan Units ship with a Noctua [NF-A4x20 5V](https://noctua.at/en/nf-a4x20-5v-pwm) a 5 Volt PWM fan. See Noctua website for the full [specification](https://noctua.at/en/nf-a4x20-5v-pwm/specification)
175177

176178
## Block Scheme
177179

0 commit comments

Comments
 (0)