Onboard 5V Fan Interface
Onboard 5V Fan Wiring
- Pi-V2 has an onboard 5V controllable interface used for main controller heat dissipation. The wiring method is shown in the figure below.

Reference Configuration
[mcu host] # FlyOS has already generated a Linux MCU by default, define it to use
serial: /tmp/klipper_host_mcu
[temperature_sensor FLY-Pi] # Host temperature
sensor_type: temperature_host
[temperature_fan core_fan] # Host heat dissipation fan
pin: host:gpiochip1/gpio106 # Host fan pin
max_power: 1.0
sensor_type: temperature_host # Set as host controller temperature
control:watermark # Control method
target_temp: 48 # Host fan activation temperature
min_temp: 0 # Minimum temperature, error will be reported if below this temperature
max_temp: 90 # Maximum temperature, error will be reported if above this temperature
off_below: 0.10
kick_start_time: 0.50
max_speed: 0.8 # Maximum speed, which is 80% of full power operation
min_speed: 0.3 # Minimum speed, which is 30% of full power operation
Loading...