6812 LEDs not displaying red #34
Unanswered
marceskenazi
asked this question in
Q&A
Replies: 1 comment 3 replies
-
There is probably some problem with data transmission or you have unusual version of sk6812LEDs, because normally you would not need to change the RGB system. You can only change the order if you are using the sk6812 cold version firmware, the neutral version (which is not neutral at all) expects strictly RGB to calibrate the white channel (or try to manually set it to 160 for R/G/B in the adalight driver). BTW you can try compiling on Github HyperSerialESP32 for a lower speed of 921600, it only takes a few minutes. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After discussions about HyperHDR v19 liaising with WLED, I decided to try HyperSerial ESP8266 as my ESP 32 doesn't have a fast enough serial chip onboard. My 8266 does have the CH340G chip. It is flashed with firmware_SK6812_RGBW_NEUTRAL V8
I'm powering 230 6812 LEDs and a Pi 3b+ with a 20amp 5v supply. The power for the 8266 is fed by the USB cable from the Pi. I then wired the power for a 74AHCT125 level shifter from the VIN pin on the 8266.
I can't get the level shifter to work. So as a temporary workaround, I'm taking the data lead for the LEDs from the 8266 D4 pin.
To get anywhere near true colours, I had to use RBG in the adalight controller. All colours are good except for red. The best I can get is a yellow when there should be red. The live video visualization shows red leds when there is a red image.
Has anyone else come across this issue? Would logs help? I don't think it's an issue with HyperHDR though.
Many thanks for any suggestions.
Beta Was this translation helpful? Give feedback.
All reactions