esp-rs/esp-hal

Wrong timing in `smart-led-adapter`

bjoernQ opened this issue · 4 comments

At least on ESP32 and ESP32-S2 the timing of the signals seems wrong:

Apparently, some LEDs are much, much more tolerant to incorrect timing - so it's often working this way. But e.g. on esp-buddy board the LED is very strict about timings

We should definitely validate timings with a logic analyzer when fixing it, this time.

Related to #74 I guess

Related to #74 I guess

Oh, thanks for linking that issue! Yes, this is really a bad inconsistency - totally forgot about that issue

I double checked and with all my WS2812 LEDs it works as it is - so there seem to be something interesting going on with ESP-BUDDY

Closing (for now) since it seems to be something special about one special (now unavailable) dev-board