Fan-4020-PWM-5V

From Diustou Wiki
Revision as of 09:41, 22 March 2021 by Admin (talk | contribs) (Text replacement - "\{\{Amazon \|More.*More\]\}\}" to "")
Fan-4020-PWM-5V
Fan-4020-PWM-5V-3.jpg
Information

Categories: Jetson

Brand: Waveshare

Description
Features

---

Interfaces

---

Related products

{{{related}}}

Introduction

Fan for Jetson Nano, support PWM controlling


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

Question:
What functions do the four wires of Fan-4020-PWM-5V separately?
Answer:

Black -> GND; Red -> Vcc; Blue -> Tach; Yellow -> PWM The color of Tach and PWM may be different among different batch, it is all to the actual products.


Icon-mail.png Contact us

Working hours: 09:00-18:00 (UTC+8 Monday to Saturday)