Page 1 of 1

Can MQTT, Matter, and Zigbee bridge features run on a single ESP32-C6 SoC?

Posted: Mon Feb 02, 2026 8:13 am
by Jeena Francis
Hi Team,

I would like to know whether it is possible to implement MQTT over wifi, Matter over wifi, and Zigbee bridge functionality on a single ESP32-C6 SoC.

Specifically, I am interested in understanding:

Whether these features can run simultaneously on ESP32-C6

Any limitations related to memory, or firmware

Recommended SDKs or examples (ESP-IDF, Matter SDK, Zigbee SDK)

Any guidance from ESP support or community members would be appreciated.

Thank you.

Re: Can MQTT, Matter, and Zigbee bridge features run on a single ESP32-C6 SoC?

Posted: Tue Feb 03, 2026 8:28 am
by nopnop2002
WiFi and Zigbee use different wireless center frequencies and frequency bands.

WiFi channel 1
Center frequency: 2412 MHz (2.412 GHz)
Frequency band: 2401MHz-2423MHz (used band: 20-22 MHz)

ZigBee channel 11
Center frequency: 2405 MHz
Frequency band: 2402.5MHz-2407.5MHz (used band: 2.5 MHz)

I don't think these channels can be used at the same time.

Re: Can MQTT, Matter, and Zigbee bridge features run on a single ESP32-C6 SoC?

Posted: Tue Feb 03, 2026 10:33 am
by Jeena Francis
Thank you for your reply.
I have a few questions:

1.Is it feasible to run MQTT over Wi-Fi and Matter over Thread simultaneously on a single ESP32-C6?
2.Are there any limitations regarding memory, CPU, or firmware when running both stacks together?
3.Any recommended SDKs, examples, or best practices for integrating MQTT over wifi + Matter over Thread on ESP32-C6?