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
The example works; but if you remove temp override then the actual board does not actually function with the LUT as it should
See:
pi@octopi:~ $ python ./fancontrol.py
LUT: 20 deg C => 0.0% duty cycle
23 deg C => 20.0% duty cycle
25 deg C => 50.0% duty cycle
28 deg C => 75.0% duty cycle
30 deg C => 100.0% duty cycle
Internal temperature: 25 C
Currently running at 1781.590234 RPM
Internal temperature: 26 C
Currently running at 1779.242175 RPM
Internal temperature: 26 C
Currently running at 1781.590234 RPM
Internal temperature: 26 C
Currently running at 1772.234985 RPM
I can take a look at the code next week to see if I spy anything
The text was updated successfully, but these errors were encountered:
The example works; but if you remove temp override then the actual board does not actually function with the LUT as it should
See:
I can take a look at the code next week to see if I spy anything
The text was updated successfully, but these errors were encountered: