Skip to content

Commit 5d700ad

Browse files
authored
More data (#20)
* first pass on adding more fan data * added table
1 parent 847d061 commit 5d700ad

File tree

4 files changed

+121
-17
lines changed

4 files changed

+121
-17
lines changed

docs/docs/blade/getting-started/assembly.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Place the CM4 onto the connector and press firmly.
8686

8787
<img src="/img/blade/mk4-k-cm4-installed.webp" alt="Blade with CM4 installed" width={'70%'}/>
8888

89-
## Heat Sink (Optional)
89+
## Heat Sink
9090

9191
A heat sink is recommend to get the most out of your CM4. The Compute Blade Heat Sink is built to give your Compute Blade the best performance.
9292

@@ -117,6 +117,6 @@ Do not over tighten the screws. Over tightening will cause the Compute Blade to
117117

118118
The Heat Sink is now fully installed.
119119

120-
## Fan Unit (Optional)
120+
## Fan Unit
121121

122122
If you would like to assemble a fan unit see our fan unit [instructions](/fan-unit/assembly)

docs/docs/blade/index.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ The Compute Blade comes in three different hardware variants.
199199
<td>Input Power (Normal Operation)</td>
200200
<td>2 - 8W</td>
201201
</tr>
202+
<tr>
203+
<td>Ports</td>
204+
<td>USB A</td>
205+
</tr>
202206
<tr>
203207
<td>Security</td>
204208
<td>Support for ZYMKEY 4i, Security Keys</td>
@@ -238,6 +242,10 @@ the Fan Unit will continue to operate, maintaining effective cooling for the rem
238242

239243
<img src="/img/blade/mk4-thermal.svg" alt="mk4 thermal flow" width={'100%'}/>
240244

245+
:::warning
246+
The Compute blade has not been validated without the addition of the [Fan Unit](/fan-unit/)
247+
:::
248+
241249
### Cooling Configuration
242250

243251
**Paired Blades:** Pairs of Compute Blades are physically separated and each pair is cooled by its dedicated Fan Unit.

docs/docs/fan-unit/assembly.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Finally, connect the Fan to the 4-pin fan header on the fan unit board.
3434

3535
### Connecting to Compute Blade
3636
:::info
37-
The Fan Units are designed to work with the [BladeRunner™™️](/bladerunner) enclosures
37+
The Fan Units are designed to work with the [BladeRunner™™️](/bladerunner) enclosures
3838
:::
3939

4040
:::danger

docs/docs/fan-unit/index.mdx

+110-14
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import ThemedImage from '@theme/ThemedImage';
1919
/>
2020

2121

22-
2322
## Fan Units
2423

2524
<Tabs groupId="fanunit" defaultValue="smart">
@@ -50,32 +49,129 @@ import ThemedImage from '@theme/ThemedImage';
5049
- Programmable Button
5150
- Status LEDs
5251
- Temperature Sensors
52+
53+
:::info
54+
When using the Smart Fan Unit PWM Can not be used to control the fan speed
55+
:::
56+
5357
</TabItem>
5458
<TabItem value="sta" label="Standard">
5559
- PWM Compute Blade Interface
5660
- Fan Unit Connector
5761
- PWM Fan Header
62+
63+
:::info
64+
When using the standard Fan Unit only the [port A(left)](/fan-unit/GPIO#blade-connector) can be used for PWM
65+
:::
66+
5867
</TabItem>
5968
</Tabs>
6069

61-
:::info
62-
When using the standard Fan Unit only the left pins can be used for PWM
63-
:::
70+
## Specification
71+
<Tabs groupId="fanunit" defaultValue="smart">
72+
<TabItem value="smart" label="Smart">
73+
<table>
74+
<tbody>
75+
<tr>
76+
<td rowSpan={2}>Compatibility</td>
77+
<td>Compute Blade</td>
78+
</tr>
79+
<tr>
80+
<td>BladeRunner™️ Enclosures</td>
81+
</tr>
82+
<tr>
83+
<td>Storage</td>
84+
<td>16M-Bit Serial Flash Memory</td>
85+
</tr>
86+
<tr>
87+
<td rowSpan={6}>GPIO</td>
88+
<td>2 x UART</td>
89+
</tr>
90+
<tr>
91+
<td>4-Pin 5V PWM Fan Header</td>
92+
</tr>
93+
<tr>
94+
<td>Boot Button</td>
95+
</tr>
96+
<tr>
97+
<td>Programmable Button</td>
98+
</tr>
99+
<tr>
100+
<td>2 x Digital RGB LEDs</td>
101+
</tr>
102+
<tr>
103+
<td>1 x LED</td>
104+
</tr>
105+
<tr>
106+
<td rowSpan={2}>Operating Voltage</td>
107+
<td>5V - Compute Blade Port A or Port B</td>
108+
</tr>
109+
<tr>
110+
<td>5V - USB-C</td>
111+
</tr>
112+
<tr>
113+
<td>Input Power (Max.)</td>
114+
<td>0.5W</td>
115+
</tr>
116+
<tr>
117+
<td>Airflow Control Unit</td>
118+
<td>EMC2101</td>
119+
</tr>
120+
<tr>
121+
<td>Temperature Monitoring Unit</td>
122+
<td>EMC2101</td>
123+
</tr>
124+
<tr>
125+
<td>Fan Dimensions</td>
126+
<td>40x40x20mm</td>
127+
</tr>
128+
<tr>
129+
<td>Dimensions</td>
130+
<td>40x95x43.2mm</td>
131+
</tr>
132+
</tbody>
133+
</table>
64134

65-
## Fan Installation
135+
</TabItem>
136+
<TabItem value="sta" label="Standard">
137+
- PWM Compute Blade Interface
138+
- Fan Unit Connector
139+
- PWM Fan Header
66140

67-
The Fan Units are designed for 5V 40x20mm fans, for example the included [NF-A4x20 5V PWM](https://noctua.at/en/products/fan/nf-a4x20-5v-pwm). To attach the fan to the Fan Unit follow these steps:
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+
:::
68144

69-
1. Connect the plastic [left](https://github.com/uptime-industries/compute-blade/blob/main/fan-unit/fan-bracket/left.stl) and [right](https://github.com/uptime-industries/compute-blade/blob/main/fan-unit/fan-bracket/right.stl) fan brackets to the fan.
70-
The nubs on the bottom of the bracket should face the back of the Fan Unit.
71-
2. Attach the fan to the Fan Unit. Insert the front of the Fan Unit first then press firmly on the back.
72-
3. Connect the fan cable to the [4 Pin Fan Header](https://www.molex.com/en-us/products/part-detail/0470531000)
145+
</TabItem>
146+
</Tabs>
73147

74-
Your fan is now installed in the Fan Unit.
75148

76-
:::tip
77-
Need help with installing your fan unit in a BladeRunner™️? click [here](/bladerunner/)
78-
:::
149+
## The Fan
150+
151+
{/* Add Image of Fan */}
152+
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 |
79175

80176
## Block Scheme
81177

0 commit comments

Comments
 (0)