espressif / esp-matter

Espressif's SDK for Matter
Apache License 2.0
688 stars 155 forks source link

ESP32-C6 Matter device certification with Matter over WiFi and Matter Thread in single EPS32-C6 (CON-1383) #1124

Open bilalmalik76 opened 1 week ago

bilalmalik76 commented 1 week ago

We are working on a project that involves implementing Matter over both WiFi and Thread in a single device using ESP32-C6 and a hardware button to select between matter over WiFi or Matter over Thread. I have a few questions regarding the certification process:

Is it possible to certify a device that supports Matter over both WiFi and Thread simultaneously? Are there any specific requirements or guidelines for devices that support both protocols when seeking Matter certification?

Jerry-ESP commented 1 week ago

Is it possible to certify a device that supports Matter over both WiFi and Thread simultaneously?

For the device support both matter over WiFi and Thread, it can be certified in matter1.4, it's called secondary network interface, you can get the device definition in the latest Matter Device Library document.

In the previous matter version, it should not support certify WiFi and Thread at the same time.