TinyFanControl-Firmware/eeprom_config/config_ft817.yaml

36 lines
1.1 KiB
YAML

# Values for the cooler of the FT-817 radio.
flags:
USE_DCDC_CONTROL: false
config:
# temperature corridor definition
CORRIDOR_MIN_TEMPERATURE: 40.0
CORRIDOR_MAX_TEMPERATURE: 45.0
# The fan is started when temperature rises above this temperature.
FAN_START_TEMPERATURE: 42.0
# The fan is stopped when the temperature falls below this point.
FAN_OFF_TEMPERATURE: 30.0
# Emergency temperature level. If this is reached, the duty cycle is directly
# set to the maximum to skip a long ramp-up phase.
EMERGENCY_TEMPERATURE: 60.0
# The fan PWM duty cycle cannot fall below this limit. It is held until
# temperature falls below the off-temperature.
DUTY_CYCLE_MIN: 5.0
# The fan PWM duty cycle cannot go above this limit. Should be set to 100.
DUTY_CYCLE_MAX: 100.0
# The fan is always started with this duty cycle. Do not set too low.
DUTY_CYCLE_START: 20.0
# gain unit: percent duty cycle change per °C deviation per update cycle (100 ms)
GAIN_T_HIGH_P: 2.000
GAIN_T_HIGH_I: 0.125
GAIN_T_LOW_P: 0.000
GAIN_T_LOW_I: 0.125