You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fan control may not like certain fans. I have tested mine (Easycargo cooler kit from amazon) and it doesnt like low PWM values. Looks like min of 5-7 for spin.
Can we add a config file to fan control for simple on (10) off (0) control of fan?
I will work on the code now, but may be easier for a current dev.
The text was updated successfully, but these errors were encountered:
A while ago I did exactly what you described, see attached fancontrol.go (for uploading I had to rename it to fancontrol.txt). It switches the fan to 100% above 50 degrees, and off below 45. You can certainly modify this according to you own needs.
If the fan doesn't spin up at a low PWM level, all else held equal, the temperature will continue to be above the setpoint (50ºC).
If the temperature is above the setpoint, the PWM level is increased gradually until it reaches "full on".
If the failsafe temperature (65ºC) is ever reached, the fan is turned on 100% and fancontrol stops attempting to control the fan using PWM.
These things together mean that the fan will eventually spin up. If the fan doesn't respond well to low duty PWM, then it just will take more time to spin up.
Stratux version: v1.6r1
Stratux config:
SDR
GPS
type:
AHRS
power source:
usb cable:
EFB app and version: (e.g., WingX Pro7 8.6.2)
EFB platform: (e.g., iOS 9.2)
EFB hardware: (e.g., iPad Mini 2)
Description of your issue:
Fan control may not like certain fans. I have tested mine (Easycargo cooler kit from amazon) and it doesnt like low PWM values. Looks like min of 5-7 for spin.
Can we add a config file to fan control for simple on (10) off (0) control of fan?
I will work on the code now, but may be easier for a current dev.
The text was updated successfully, but these errors were encountered: