You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to troubleshoot this issue for a while now and don't know how to continue troubleshooting this.
I'm using a Raspberry pi 3 B+
My address-jumpers are in the correct position on the PiFace.
I'm using the 0.2.7 librares
Installed Debian packages v0.2.0 for pifaceplus and v4.2.1 for PiFace Common.
When initializing the piface with. pfr = pifacerelayplus.PiFaceRelayPlus(pifacerelayplus.RELAY)
It can't be found. pifacerelayplus.core.NoPiFaceRelayPlusDetectedError: No PiFace Relay Plus board detected (hardware_addr=0, bus=0, chip_select=0).
How should i continue troubleshooting this?
Is it defective?
The text was updated successfully, but these errors were encountered:
So of course after troubleshooting for a long time it took a couple of minutes to fix it after explaining it here....
I had to manually install the python3 distribution packages for pifacerelayplus and pifacerelay common.
I downloaded the neccesary files from https://github.com/piface/pifacerelayplus
and https://github.com/piface/pifacecommon
Building and installing with setup.py i now had the correct distribution packages for python3 and it's now working.
I've been trying to troubleshoot this issue for a while now and don't know how to continue troubleshooting this.
I'm using a Raspberry pi 3 B+
My address-jumpers are in the correct position on the PiFace.
I'm using the 0.2.7 librares
Installed Debian packages v0.2.0 for pifaceplus and v4.2.1 for PiFace Common.
When initializing the piface with.
pfr = pifacerelayplus.PiFaceRelayPlus(pifacerelayplus.RELAY)
It can't be found.
pifacerelayplus.core.NoPiFaceRelayPlusDetectedError: No PiFace Relay Plus board detected (hardware_addr=0, bus=0, chip_select=0).
How should i continue troubleshooting this?
Is it defective?
The text was updated successfully, but these errors were encountered: