HI all,
Just wondering if anyone has done some work creating zigbee devices using esp32-c6?
Thanks deg1.
esp32-c6 Zigbee
-
BenR
- Matrix Staff
- Posts: 2188
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 596 times
- Been thanked: 787 times
Re: esp32-c6 Zigbee
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.
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.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
BenR
- Matrix Staff
- Posts: 2188
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 596 times
- Been thanked: 787 times
Re: esp32-c6 Zigbee
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.
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.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel