We’re using the Radxa OS (Debian linux). We want to connect a FAN to the FAN connector. Does anyone know how it is managed by Radxa OS? Is it automatically turned ON by the OS above a certain temperature? Or do we need to turn it ON and OFF programmatically? and how?
Thanks
Radxa Zero 2 Pro Fan in Radxa OS
Is there instructions of setting up the fan with Armbian?
To answer my own question:
Turn fan on
sudo gpioset 1 11=1
Turn fan off
sudo gpioset 1 11=0
1 Like