ESP32 C6 "Zero"

Hi there,
as far as I know, the C6 is currently not fully supported with ESPHome …
But maybe, someone does already have some information or played around with this device a bit…

I just got an ESP32 C6 Zero … a very tiny little board…

But it appears, that it will not be detected by ESPHome…

Maybe, someone might have allready worked around such issues and is able to use the device in the one way or another?

If not, that’s not a big deal - I’ll probably wait some more time because I am pretty sure, that the c6 will be supported at some point

I have similar boards that work with this config:

esp32:
  board: esp32-c6-devkitc-1
  variant: esp32c6
  flash_size: 4MB
  framework:
    platform_version: 6.6.0
    type: esp-idf
    version: 5.2.1
    sdkconfig_options:
      CONFIG_ESPTOOLPY_FLASHSIZE_4MB: y

I haven’t used them extensively, but the basics (including Zigbee) work.

thanks :slight_smile:

Yeah… finally I also got it working.
Probably, I was not patient enough for it when I tried to connect ESPHome…