Fan-4020-PWM-5V
| ||
Introduction
Fan-4020-PWM-5V is for Jetson Nano and supports 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 at full speed.
sudo sh -c 'echo 255 > /sys/devices/pwm-fan/target_pwm'
【Note】You can change the 255 to another value (0~255) to change the speed of fan.
- You can also set the fan run 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 with the vi editor, you can also install nano and use it for editing:
sudo apt-get install nano sudo nano /etc/rc.local
Resource
FAQ
Black -> GND; Red -> Vcc; Blue -> Tach; Yellow -> PWM.
The color of Tach and PWM may be different among different batches, it is all to the actual products.
{{{5}}}
Support
Technical Support
If you need technical support or have any feedback/review, please click the Submit Now button to submit a ticket, Our support team will check and reply to you within 1 to 2 working days. Please be patient as we make every effort to help you to resolve the issue.
Working Time: 9 AM - 6 PM GMT+8 (Monday to Friday)