Difference between revisions of "Fan-4020-PWM-5V"

From Waveshare Wiki
Jump to: navigation, search
(Created page with " {{Infobox item |brief=Fan for Jetson Nano, support PWM controlling |img=300px|link=https://www.waveshare.com/fan-4020-pwm-5v.htm |platform=4G |...")
 
Line 1: Line 1:
  
 
{{Infobox item
 
{{Infobox item
|brief=Fan for Jetson Nano, support PWM controlling
 
 
|img=[[File:Fan-4020-PWM-5V-3.jpg|300px|link=https://www.waveshare.com/fan-4020-pwm-5v.htm]]
 
|img=[[File:Fan-4020-PWM-5V-3.jpg|300px|link=https://www.waveshare.com/fan-4020-pwm-5v.htm]]
 
|platform=4G
 
|platform=4G
Line 13: Line 12:
  
 
== Introduction ==
 
== Introduction ==
4G/3G/2G/GSM/GPRS/GNSS HAT for Raspberry Pi, Based on SIM7600E-H
+
Fan for Jetson Nano, support PWM controlling
 
{{Amazon|{{#urlget:amazon|default}}=display
 
{{Amazon|{{#urlget:amazon|default}}=display
 
|More = [https://www.waveshare.com/fan-4020-pwm-5v.htm More]}}
 
|More = [https://www.waveshare.com/fan-4020-pwm-5v.htm More]}}

Revision as of 02:56, 2 July 2019

Fan-4020-PWM-5V
Fan-4020-PWM-5V-3.jpg
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

Introduction

Fan for Jetson Nano, support PWM controlling

More

How to use

Hardware connection

Please connect the Fan to Fan interface of the Jetson Nano Developer Kit, note the direction.

Software setting

  • Running fan: you can use the command below to run the fan in full speed
sudo sh -c 'echo 255 > /sys/devices/pwm-fan/target_pwm' 

【Note】You can change the 255 to other value (0~255) to change the speed of fan

  • You can also set the fan ran when booting by creating and modifying rc.local file
sudo vi /etc/rc.local
  • Add statements below to rc.local file and save
#!/bin/bash
sleep 10
sudo /usr/bin/jetson_clocks
sudo sh -c 'echo 255 > /sys/devices/pwm-fan/target_pwm'
  • Modify file permission
sudo chmod u+x rc.local
  • Then reboot and testing
sudo reboot

【Note】if you are strange to the vi editor, you can also install nano and use it for editing:

sudo apt-get install nano
sudo nano /etc/rc.local

FAQ

Support

If you require technical support, please go to the Support page and open a ticket.