Bridge ZigBee network to Matter ecosystem

In a research project we need to implement a bridge from a ZigBee network to a Matter ecosystem. Is there any example available to do such a thing? We found that there is an example of a bridge-app that we could put on a raspberry pi on the CSA /connectedhomeip github repo, we tought of adding a ZigBee NCP example with nrf dongle in order to communicate with a ZigBee network. Any help would be appreciated.

  • Hi,

    I'm not aware of any such examples. If you were to run such a solution on a single nRF5x chip, this would likely require concurrent Zigbee and Thread/Matter networks running, which is not supported.

    If you mean that you want to run the bridge-app example on the Raspberry Pi and extend this with our Zigbee NCP to build the bridge from Zigbee to Matter, you can have a look at the ZBOSS NCP Host, which can be used to build the NCP host application for Linux/Ubuntu platform. You should be able to integrate this with the bridge-app example to build your desired application.

    Best regards,
    Jørgen

Related