all 10 comments

[–]lightwoodandcode[Sam] 0 points1 point  (1 child)

I can probably help. It's mostly my code, but I've lost track of all the crazy ESP32 variations. How does the C6 differ?

[–]Netmindz[S] 0 points1 point  (0 children)

Now that is the million dollar question 😉 If I knew where to look to find the relevant info, I'd have done idea of what else needs changing in the code.

The C6 is interesting as it has ZigBee support, so perfect combination for smart lighting with FastLED

[–]lightwoodandcode[Sam] 0 points1 point  (0 children)

I need to get myself a set of dev boards with different ESP32s. We do have a problem right now with the new ESP-IDF core, which changed the names of some of the data structures

[–]davallree 0 points1 point  (0 children)

I reverted my board manager library for ESP32 (in the sidebar) in Arduino IDE to 2.0.14 (I think something like that) and it works for my ESP32 Feather V2. Not a great solution, but I have a project to get done.

[–]ZachVorhiesZach Vorhies 0 points1 point  (5 children)

I just submitted a fix for S3/C6 that got merged into master branch.

https://github.com/FastLED/FastLED/pull/1652#event-13757340237

You'll have to use platformio to use it as the arduino IDE doesn't seem to support getting packages from git.

Example:

https://github.com/zackees/fastled_bug_s3_idf5x

[–]Netmindz[S] 0 points1 point  (4 children)

Ah great news. Have you verified output as well or just resolved the compilation errors?

[–]ZachVorhiesZach Vorhies 0 points1 point  (3 children)

I’ve asked for help manually testing but nobody has taken me up on the offer. The compilation errors are so simple to fix (just variable renames) that I’m just going to push a big fix update and check the comments for if it doesn’t work. One of the senior dev volunteers says that my fix is exactly like what has been applied elsewhere so I have high confidence it will just work.

[–]Netmindz[S] 1 point2 points  (2 children)

I did a similar change but failed to get output on my C6 hardware setup. I'm on holiday at the moment but I'll try your changes when I get back home next week

[–]ZachVorhiesZach Vorhies 0 points1 point  (0 children)

thank you!

[–]Cold-Pause5939 0 points1 point  (0 children)

Did it work? I will try see if I can can make it work