Replies: 2 comments 1 reply
-
Hi |
Beta Was this translation helpful? Give feedback.
-
I can confirm there was a problem: as you can see the second segment due to my typo was set to RGBW instead of RGB for ws2812b. |
Beta Was this translation helpful? Give feedback.
-
Hello Awawa,
I find it very challeging to get two correctly working led strips with the multi-segment option.
I've got a test line-up with a ESP32 MH-ET Live (CH9102) and two ws2812b led strips.
Now the problem is that the second led strip always shows different colors, always three colors and this repeats over the whole second led strip (see attached image)
I used the following settings in the platformio.ini:
build_flags = -DSERIALCOM_SPEED=4000000
build_flags = -DNEOPIXEL_RGB -DDATA_PIN=2 ${env.build_flags} -DSECOND_SEGMENT_START_INDEX=27 -DSECOND_SEGMENT_DATA_PIN=4 -DSECOND_SEGMENT_REVERSED
In the HyperHDR logging I can see that the adalight is recognized:
[LEDDEVICE_ADALIGHT] DETECTED DEVICE USING HYPERSERIALESP8266/HYPERSERIALESP32 FIRMWARE (Welcome! Awa driver 9. SECONDSEGMENTSTARTINDEX = 27) at 85 msec
I've added my HyperHDR configuration backup in the attached .zip file.
The link to my own fork is: https://github.com/myswa87/HyperSerialESP32
Do you have any ideas where it goes wrong? I already tried:
I hope to hear from you, thanks in advance.
HyperHDR-19.0.0.0-Backup-2023-03-30.json.zip
led_strips
Beta Was this translation helpful? Give feedback.
All reactions