-
Notifications
You must be signed in to change notification settings - Fork 177
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
rmt_neopixel no longer works (on esp32c6) #389
Comments
Yeah i can at least confirm the problem. For comparison i run the rmt_musical_buzzer example and it still produces the output correctly. So its eithere on method only used in the neopixel example or how the neopixel example itself works |
It works on |
Can confirm, downgrading to |
LED demo not working, see esp-rs/esp-idf-hal#389
We used the rmt_neopixel sample before to control an WS2812 RGB LED, however, it seems to have stopped working in recent versions of esp-idf-hal / esp-idf-svc.
To reproduce, I have created a fresh project via
cargo generate esp-rs/esp-idf-template cargo
that targets the esp32c6, and copy-pasted the rmt_neopixel sample.I simply adjusted the
esp_idf_hal
imports toesp_idf_svc::hal
, and the GPIO pin to suit our custom PCB.I get the following output, and the LED does not light up.
Please see the following repo to reproduce the issue, and make sure to adjust the GPIO to match the devkit you have:
https://github.com/thedevleon/esp-idf-led
I can rule out a defective LED or wrong GPIO, since a no_std sample based on the esp-template and the hello_rgp sample works just fine.
The text was updated successfully, but these errors were encountered: