ws281x and sk6812 rgbw configuration when used directly with Raspberry Pi #111
Replies: 2 comments 17 replies
-
I'd like to give this a try and report back. However, why is this not considered safe? Does the Raspberry Pi (4) not have the resources neccessary? Also, how do I modify the HyperHDR SD card image/setup to use root instead of pi? (it looks to be using systemd to launch HyperHDR under the pi user?) |
Beta Was this translation helpful? Give feedback.
-
I know many cases of burnt out or partially damaged Rpi's GPIO. Of course PWM takes additional resources too so it's better to delegate control to other (and cheaper) device. To run the application as root you can use link from the faq: https://github.com/awawa-dev/HyperHDR#faq |
Beta Was this translation helpful? Give feedback.
-
Definitely not recommended solution, you should use much better and safer configuration using ESP device (HyperSpi, HyperSerialESP32, HyperSerialEsp8266)... but if you want to take a risk that's the proper configuration for ws281x and sk6812. Adjust LED number for your configuration. HyperHDR must be run as root
ws281x:
sk6812 RGBW:
Beta Was this translation helpful? Give feedback.
All reactions