PI4J LedStrip #367
Unanswered
livansilvagarcia
asked this question in
Q&A
Replies: 1 comment
-
Hi, LED strips are a very hard component to control from a Linux-based system because of the exact timing that is required to control these. Did you take this remarks in the original code into account? A better approach is to use an external device that is easier to communicate with, e.g. the Pixelblaze via serial communication, as described here: https://www.pi4j.com/examples/jbang/pixelblaze_output_expander/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I am testing Pi4j on a Pi Zero 2 W board, but the led strip is not working. I am using version 2.6 of Pi4j. I have imported all the classes from the components package in my project.
This is the code
public class AC_1 {
}
Beta Was this translation helpful? Give feedback.
All reactions