I have a Pimoroni fan shim, and when it is plugged in, it works, and cools my Pi. But if I install the fanshim service, while I am able to control the LED using the led.py and led2.py appears to work, if I write my own scripts to control the LED or fan, or try to control it manually by running manual.py and issuing a command like echo "FF0000" > /tmp/fanshim doesn't affect the fan or the LED.
The text was updated successfully, but these errors were encountered:
You're probably getting fighting between the service trying to control the LED and your scripts. led.py and led2.py only win because they update the LEDs at 60FPS -
I have a Pimoroni fan shim, and when it is plugged in, it works, and cools my Pi. But if I install the fanshim service, while I am able to control the LED using the
led.pyandled2.pyappears to work, if I write my own scripts to control the LED or fan, or try to control it manually by runningmanual.pyand issuing a command likeecho "FF0000" > /tmp/fanshimdoesn't affect the fan or the LED.The text was updated successfully, but these errors were encountered: