ws281x and sk6812 rgbw configuration when used directly with Raspberry Pi #111
awawa-dev
started this conversation in
Show and tell
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?) |
6 replies
|
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 |
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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:

All reactions