same on mine, not solded
Good catch and thank you for the post. Saved me hours!
I get a timout error when trying to light the LED strip.
both pads are soldered.
LED as 4.8V ca.
19 LEDs,
num_leds set accordingly to 19.
However:
23:18:57 [D] [esp-idf:000]
e[0;31mE (11580) rmt: rmt_tx_wait_all_done(533): invalid argument
23:18:57 [E] [esp32_rmt_led_strip:154]
RMT TX timeout
I ordered a WS2812b from amazon.
Whats wrong here?
light:
- platform: esp32_rmt_led_strip
id: led_ww
rgb_order: GRB
pin: GPIO48
num_leds: 1
chipset: ws2812
name: "On board light"
effects:
- pulse:
name: "Fast Pulse"
transition_length: 0.5s
update_interval: 0.5s
min_brightness: 0%
max_brightness: 100%
- platform: esp32_rmt_led_strip
id: led_strip
rgb_order: GRB
pin: GPIO09
num_leds: 10
chipset: ws2812
name: "Led Striptease"
effects:
- pulse:
name: "Fast Pulse"
transition_length: 0.5s
update_interval: 0.5s
min_brightness: 0%
max_brightness: 100%
- addressable_scan:
name: "Scan Effect With Custom Values"
move_interval: 5ms
scan_width: 10
When I reverse the two led blocks the onboard led is causing these problems
You have two strips documented, but neither of them have a rmt_channel listed. (Remote Memory Terminal?)
rmt_channel (Required , int): The RMT channel to use. Each LED strip needs to use a unique channel.
That requirement was found on this page: