Replies: 1 comment 5 replies
-
Can you please provide links with more information about this device and how it should be controlled? TX/RX makes me suspect this is a serial device and will need another way to control it, instead of a DigitalOutput. See for instance on https://pi4j.com/documentation/io-examples/serial/ |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using DigitalOutput I can only disable LED's controlled by LDR-CONTROLLER-LITE by Lumix on RPi CM4 using GPIO 14 (TX1) and 15(RX1).
After I call getLow/getHigh/isOn/isOff - status is correct, but after call any status change, LED ring only turning off, and then after change again to on/high, LED's are not turning on, but status from getter method is updated correctly (high/on).
LED controller is connected to TX1 and RX1 (opposite to the markings on the controller).
In /boot/config I have
enable_uart=1
Any idea what I miss/do wrong?
Beta Was this translation helpful? Give feedback.
All reactions