Page 1 of 1

esp32-c6 Zigbee

Posted: Tue Apr 28, 2026 3:19 am
by grout1
HI all,
Just wondering if anyone has done some work creating zigbee devices using esp32-c6?
Thanks deg1.

Re: esp32-c6 Zigbee

Posted: Tue Apr 28, 2026 6:05 pm
by BenR
Hello,

I'll investigate it for you. Looks like the C6 and H2 are both valid targets for the Zigbee stack and would certainly be a nice one to have.

Edit: I've spent some time on this now and have made big progress. I hope to have something to release soon.

Re: esp32-c6 Zigbee

Posted: Tue Apr 28, 2026 8:52 pm
by BenR
Right this should be available via the library updates now. Please note I haven't done much testing on it and so there are likely to be bugs. It seems to compile but for now that's where I've left it.

I do have some C6 dev boards kicking around somewhere so I'll have a go at making some examples ASAP.

Have a look and see if this works for you. You do need to edit the chip configuration and turn on the zigbee feature.

You can do this by going into the C:\FC_ESP\mtxesp32h2_sdkconfig or C:\FC_ESP\mtxesp32_c6_sdkconfig folder and running menuconfig.bat.

More details to come I've hit a wall here. ZIgbee isn't an included component by default in the ESP32 idf. Bear with and I'll find a nicer more transparent workaround.