Open dmage opened 2 weeks ago
I can't reproduce the issue on my ESP32-C6-DevKitC-1 V1.1 board. I watched your video, maybe your LED (WS2812) is broken somehow?
I hoped that a new board shouldn't have such issues, but it may well be the case. Yellow (15,15,0) spontaneously turns off after 5-10 seconds. Red immediately turns off for values 23 and more. Green and blue work much better, yet still weird glitches happen - occasionally it doesn't react on updates or turns off instead of changing color.
Answers checklist.
IDF version.
v5.4-dev-4076-gce6085349f
Espressif SoC revision.
ESP32-C6 (QFN40) (revision v0.0)
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-C6-DevKitC-1
Power Supply used.
USB
What is the expected behavior?
The LED blinks, but it stays on for about a second.
What is the actual behavior?
The LED flashes and instantly turns off. Video: https://www.youtube.com/watch?v=3eTQghAk8Ro (visible only on 60fps)
Steps to reproduce.
Debug Logs.
No response
More Information.
If I change color in
main/blink_example_main.c
it starts to work as expected. It works with (16,0,0), (0,16,0), (0,0,16), but it doesn't work with (16,16,0) or (16,16,16).