Hi,
I'm trying to controll my WS2812B (3 cables) strip which is directly connected to my Pi Zero - configured anything correct so far, the USB grabber is working (the grabber is shown under remote control) but the LEDs won't work as ecpected.
Here's what i did:
- the LEDs are powered by an external power supply - the LED strip also gets ground from the Pi Zero
- enabled GPIOs:
sudo systemctl disable --now hyperiond@pi
sudo systemctl enable --now hyperiond@root - connected GND to Pin6 and CLK to Pin12 (GPIO18)
- Instance Settings:
Controller type: ws281x
Hardware LED count: 70
Maximum LED count: 256 (default)
GPIO Number: 18
DMA Channel: 5 (default)
PWM Channel: 0 - i also enabled all interfaces over Pi Desktop
- tried the Effects Generator
- checked all Settings (capturing hardware, component control: usb capture and led device both active)
the leds are displayin a stable color pattern but i don't know where it comes from, it also shows up again when rebooting.
Any ideas what could be wrong?
PS: i read that people are using Hyperion both with a Pie plus an arduino .. what's the deal about using the arduino additionally?