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
Dear all, I know the project idea is to work only with Raspberry Pi. However, to be more inclusive of other single-board computers, such as Banana Pi or Orange Pi, wouldn't it be better to use the gpiod library instead of rpi.gpio?
The text was updated successfully, but these errors were encountered:
Anyhow, I was looking into this earlier, but don't see an easy way to use gpiod as it does not seem to have PWM functionality and other functions, that are required for actor power settings or sensor functions. Therefore, I did not pursue this path.
Anyhow, cbpi4 can be extended by plugins and it would be also possible to create an actor plugin based on gpiod. Would need to be done by someone who owns an orange or banana pi.
The easiest way to run cbpi4 on a different device or even in a docker is the usage of mqtt based actors and sensors. Then you could run cbpi from any system w/o the need of a pi at all.
Dear all, I know the project idea is to work only with Raspberry Pi. However, to be more inclusive of other single-board computers, such as Banana Pi or Orange Pi, wouldn't it be better to use the gpiod library instead of rpi.gpio?
The text was updated successfully, but these errors were encountered: