I’m just getting started using ESPHome, and want to turn on the integrated SK6812 RGB LED on an m5stamp c3u. However, I’m struggling to find a compatible platform. With 'fastled_clockless` as shown below, I get “This feature is incompatible with esp-idf”.
Alternatively, if I use the rgb platform, I’m not sure what platform to use for the output component.
I’m not 100% sure of the pin either, as documentation for esp32-c3-devkitm-1 suggests gpio8, but m5stack’s site lists gpio2. But I’m getting stumped before that.
Do I need to wait until fastled supports esp-idl or write a custom light?
It is an esp-c3 - M5Stamp C3U (5pcs) | m5stack-store. I’ve got it working with the esp32-c3-devkitm-1 platform, just not the LED. But I’m trying the arduino stack now - yeah I get “this board does not support arduino framework”.
EDIT: With the following I can at least compile. I’m not sure how much of this is actually needed. Thanks for your help so far @nickrout
These esp32 variants, it is hard to keep up with what is supported. The platformio site now seems to say the c3 is supported by the esp-idf AND the arduino frameworks. PlatformIO Registry
Thanks for the link, I had not seen that. The m5stamp product line isn’t there though, and it’s RISC-V, which is different to the others. A lot of experimentation in my future I guess. And a lot of learning.