Hey all! I'll preface this by saying I'm not a coder, I just copy/paste whatever code I find and fiddle with it until it works π
Hopefully a quick Q; is there a trick to getting gpiozero working on a Pi5?
I'm running LibreELEC-RPi5.arm-11.0.6 with the RPi-Tools addon and I'm trying to get a PWM fan script to work. However, I'm getting a "RuntimeError: Cannot determine SOC peripheral base address" error anytime I try to run a script that references gpiozero (there are also Tracebacks, but I figured the Runtime error is the important one).
I know that with the rPi5 they changed stuff with the GPIO so things like RPI.GPIO no longer works, but I was under the assumption gpiozero should be ok?