ESP32-C6: concurrent Wi-Fi + Thread / Wi-Fi + Zigbee support roadmap? #1790
YuYang-ysy
started this conversation in
General
Replies: 1 comment 3 replies
-
|
There is only one RF path in ESP32-C6, which means Wi-Fi and Thread/Zigbee can't receive simultaneously, it has a significant impact on performance. So we recommend the two SoCs solution for your use case. You can consider the combinations like (depends on your product requirement): |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm evaluating ESP32-C6 for a product that needs to be both a Matter lighting device and a protocol bridge. A few questions:
1.Matter over Wi-Fi + Thread Border Router — any plans to provide an example that runs Matter (Wi-Fi) and OpenThread BR concurrently on C6? Is it supported at the SDK level today?
2.Matter over Wi-Fi + Zigbee Coordinator — is there official guidance for integrating esp-matter-sdk with esp-zigbee-sdk in a single C6 firmware? Any example of a Matter Bridge that bridges Zigbee child devices?
3.Thread + Zigbee DMP on C6's single 802.15.4 radio — is this on the roadmap, or is Espressif recommending against it?
4.Are there any other concurrent protocol combinations (e.g., Matter over Thread + Zigbee Bridge via external radio) that you'd recommend for a combo light controller + bridge product?
Beta Was this translation helpful? Give feedback.
All reactions