Gpio Output #60
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I have an issue with the output function on my Orange Pi Zero.



I have configured the GPIO 5 for turn on/off the lighs with a relay. I can make the relay work with the gpio write 5 1 to turn on, and gpio write 5 0 to turn off in the command line but in the plugin nothin happens:
What I´m doing wrong?
Sorry for my english
Marco
Simple: you are using a unsupported board. This plugin only works with Raspberry PI family. It rely on RPi.GPIO python library and utilize Raspberry Pi interrupts.
I have no plans to port this plugin to other boards. Those could be major changes, and I don't have any orange pi board to test.
So you have 3 options: