Smart Fan and Power Expansion Board: Difference between revisions
No edit summary |
Replace <comments/> with <comment-streams /> |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{Deprecated}} | |||
[[File:Smart-fan-diagram-w800.jpg|right|thumb|Raspberry Pi Smart Fan and Power Expansion Board sku:464657]] | [[File:Smart-fan-diagram-w800.jpg|right|thumb|Raspberry Pi Smart Fan and Power Expansion Board sku:464657]] | ||
{{GD Template Impl}} | {{GD Template Impl}} | ||
| Line 16: | Line 17: | ||
2. Output: DC 5V 4A with two channel outputs: | 2. Output: DC 5V 4A with two channel outputs: | ||
OUT1 for external device such as servo, motor, robots, mechanical arm, intelligent card etc. (output interface: HT3.96); | OUT1 for external device such as servo, motor, robots, mechanical arm, intelligent card etc. (output interface: HT3.96); | ||
Max current is 2A, and can be programming control to on/off; please refer to [[ | Max current is 2A, and can be programming control to on/off; please refer to [[#SAMPLE CODE 1 |SAMPLE CODE 1]]; | ||
OUT2 (GPIO output for raspberry pi);Max current is up to 4A if the OUT1 be closed; | OUT2 (GPIO output for raspberry pi);Max current is up to 4A if the OUT1 be closed; | ||
CAN'T be programming control, it will be output to raspberry pi directly if the switch be turned on; | CAN'T be programming control, it will be output to raspberry pi directly if the switch be turned on; | ||
3. Built-in temperature sensor, with active cooling fan, you can control flexibly the ON/OFF of mini fan via I2C command and GPIO programming. please refer to [[ | 3. Built-in temperature sensor, with active cooling fan, you can control flexibly the ON/OFF of mini fan via I2C command and GPIO programming. please refer to [[#SAMPLE CODE 2 |SAMPLE CODE 2]]; | ||
4. Support hardware pwm to control fan, please refer to [[ | 4. Support hardware pwm to control fan, please refer to [[#SAMPLE CODE 3 |SAMPLE CODE 3]]; | ||
Temperature range and accuracy | Temperature range and accuracy | ||
| Line 28: | Line 29: | ||
* -55 ℃ ~ +125 ℃ when the ± 3 ℃ | * -55 ℃ ~ +125 ℃ when the ± 3 ℃ | ||
5. Cooling Fan can be replaced, please refer to [[ | 5. Cooling Fan can be replaced, please refer to [[#FAN SPECIFICATIONS |FAN SPECIFICATIONS]]; | ||
6. Standard HAT size; | 6. Standard HAT size; | ||
| Line 59: | Line 60: | ||
Download it: [[File:Out1-onoff.zip]] | Download it: [[File:Out1-onoff.zip]] | ||
Run this sample code, if you can found the out1 led turns on, after 10 seconds, out1 led turns off, in turn. | Run this sample code, if you can found the out1 led turns on, after 10 seconds, out1 led turns off, in turn. | ||
| Line 163: | Line 161: | ||
</pre> | </pre> | ||
Download it: [[File:smartfan.zip]] | Download it: [[File:smartfan.zip]] | ||
== SAMPLE CODE 3 == | == SAMPLE CODE 3 == | ||
| Line 184: | Line 179: | ||
[[Category:Product Manual]] | [[Category:Product Manual]] | ||
[[Category:Raspberry pi]] | [[Category:Raspberry pi]] | ||
< | <comment-streams id="main" /> | ||