pman92
pman92
I had exactly the same problem. Same board, same drivers, same X axis not working problem. Confirmed it as a hardware problem by changing pins file the same. I found...
I fixed the "no module found" error by running "sudo apt install python3-rpi.gpio". However the sensor still doesn't work, I now get "DHT sensor not found, check wiring" from the...
Have got it working. After finding [this](https://lightrun.com/answers/adafruit-adafruit_circuitpython_dht-a-full-buffer-was-not-returned--try-again), I installed the following: `pip3 install sysv-ipc` And now the sensor is working fine in both octoprint and the test script. I still...