-
Notifications
You must be signed in to change notification settings - Fork 334
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
At least on ESP32 and ESP32-S2 the timing of the signals seems wrong:
esp-hal/esp32-hal/examples/hello_rgb.rs
Line 35 in 0c8dd59
let rmt = Rmt::new(peripherals.RMT, 80u32.MHz(), &clocks).unwrap(); esp-hal/esp-hal-smartled/src/lib.rs
Line 39 in 0c8dd59
const SOURCE_CLK_FREQ: u32 = 40_000_000;
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done