Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update WS2812X ESP32 RMT timing for WS2815 compat #795

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 15, 2024

  1. Update WS2812X ESP32 RMT timing for WS2815 compat

    The existing values are out of spec for WS2815 which results in flickering, especially on longer cable runs.
    
    These new RMT values are still closer to ideal WS2812B specs than the current I2S WS2812X timing (about 310us / 940us).
    
    |                         | T0H     | T1H       | T0L      | T1L     |
    | ----------------------- | ------- | --------- | -------- | ------- |
    | WS2812B                 | 250-550 | 650-950   | 700-1000 | 300-600 |
    | WS2815                  | 220-380 | 580-1600  | 580-1600 | 220-420 |
    rmounce authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    69cda35 View commit details
    Browse the repository at this point in the history