-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
Description
Answers checklist.
- I have read the documentation of the component in question and the issue is not addressed there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
Hello,
I am trying to use 6 WS2812B strips but when trying to create "led_strip_new_rmt_device()" it causes en error. I know that in ESP32 C3 there are only 2 RMT TX channels. Is there any way to share RMT channels along strips ?
The only solution i found is "led_strip_del()" before starting to animate other strip, but it doesn't satisfy my program needs.
E (309) rmt: rmt_tx_register_to_group(152): no free tx channels
E (309) rmt: rmt_new_tx_channel(288): register channel failed
E (319) led_strip_rmt: led_strip_new_rmt_device(154): create RMT TX channel failed