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
The Raspbian repository provides Piduino packages for armhf architecture for Stretch and Buster only.
This means that piduino can't work on Raspberry Pi OS bullseye? I've tried installing the debian bullseye package, raspbian buster package and building from source. The result is always the same: a successful installation, pido returns pido: Command expected ! pido -h or man pido for help. pinfo returns Name : RaspberryPi 2B Family : RaspberryPi Database Id : 21 Manufacturer : Embest Board Revision : 0xa21041 SoC : Bcm2709 (Broadcom) Memory : 1024MB GPIO Id : 3 PCB Revision : 1.1 I2C Buses : /dev/i2c-2
but pido readall, sudo pido readall and pido readall 1 returns pido: invalid argument (Unable to read pull resistor) !
Is there a way to use piduino and its packages on Raspberry Pi OS bullseye? If so, how?
The text was updated successfully, but these errors were encountered:
The Raspbian section of the main page says
This means that piduino can't work on Raspberry Pi OS bullseye? I've tried installing the debian bullseye package, raspbian buster package and building from source. The result is always the same: a successful installation,
pido
returnspido: Command expected ! pido -h or man pido for help.
pinfo
returnsName : RaspberryPi 2B Family : RaspberryPi Database Id : 21 Manufacturer : Embest Board Revision : 0xa21041 SoC : Bcm2709 (Broadcom) Memory : 1024MB GPIO Id : 3 PCB Revision : 1.1 I2C Buses : /dev/i2c-2
but
pido readall
,sudo pido readall
andpido readall 1
returnspido: invalid argument (Unable to read pull resistor) !
Is there a way to use piduino and its packages on Raspberry Pi OS bullseye? If so, how?
The text was updated successfully, but these errors were encountered: