Hi,
I am currently working on the Matter ecosystem for an IoT home automation product. I have referred to the Nordic technical documentation on the Matter Bridge, available at the following link:
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/overview/bridge.html
From the documentation, I understand that it is possible to include non-Matter RF devices into the Matter ecosystem using a Matter Bridge. I have a few doubts regarding the implementation:
-
Is the nRF54L15 SoC sufficient to handle all types of non-Matter devices (such as Zigbee, BLE, and Wi-Fi), or do I need to use a dedicated SoC specifically for the Matter Bridge functionality?
-
Suppose I have the following devices in the setup:
-
Two Matter-supported devices over Thread
-
Five Matter-supported devices over Wi-Fi
-
Two non-Matter Zigbee devices
-
Two non-Matter Wi-Fi devices
-
Two non-Matter BLE devices
In this case:
-
Do only the non-Matter devices need to connect to the Matter Bridge?
-
Or do both Matter and non-Matter devices need to connect to the bridge?
-
-
How many non-Matter devices can be connected and supported by a single Matter Bridge?
-
Does the Matter Bridge sample code provided in the Nordic SDK support integration for all RF protocols (Zigbee, BLE, Wi-Fi), or is it limited to BLE only?
- Also how to include on Manufactures product in to my Matter Bridge, In real time I will be using different manufactures Non- Matter products. How we can pair the device and how to convert the commands of other Non Matter product.
I would appreciate it if you could provide clarification on these points.
Best regards,
Adarsh