I followed the guide in:
I configured the fan-control.sh script as a systemd service.
I then compile openCV and noticed that the fan RPM is adjusted too frequently (“flutter” at threshold boundaries), this is not optimal because:
- It makes the fan noise much more noticable (RPM change every 5 seconds).
- If temp hovers around 40°C, PWM will bounce between 50 and 100 every 5s, which can shorten fan bearing life.
Can you contribute a kernel patch for this issue for Armbian and optimize the fan speed management?
thanks.