ph1p / ikea-led-obegraensad

ESP32/Arduino hack for the ikea OBEGRÄNSAD led wall lamp
MIT License
578 stars 78 forks source link

ESP32-C6 support with Arduino-ESP 3.0.0? #113

Open derbirch opened 2 months ago

derbirch commented 2 months ago

I'm totally new to ESP dev and PlatformIO. With basic knowledge in C, I tried to twist some fun to meet the new Arduino 3 & ESP IDF 5.1 API changes, but the SDK still seems to be a big issue when I try to build.

Is there any suggested platform.ini config for the esp32-c6-devkitc-1 board? Or do I have to pick other esp32 boards? If so, do you have any recommendations? I struggle to pick esp32 boards as there are too many SoC models/variations and different boards with them.

Thx in advance.