IPv6 communication with the Matter accessory device
Currently, the nRF Connect SDK only supports Matter stack that is built on top of a low-power, 802.15.4-compatible Thread network. To commission and control the Matter accessory device remotely over such a network, you need to set up a Matter controller on a mobile or a PC. Matter controller is a role within the Matter environment. This controller interacts with the accessory devices using the following protocols:
Bluetooth® LE during the commissioning process - to securely pass the network credentials and provision the accessory device into the Thread network.
Regular IPv6 communication after the accessory device joins the Thread network - to interact with each other by exchanging application messages. For example, to report temperature measurements of a sensor.
The following figure shows the protocol types and the available Matter controllers.
Protocol types and controllers used by Matter
To enable the IPv6 communication with the Matter accessory device over the Thread network, the Matter controller requires the Thread Border Router. This is because the Matter controller types described on this page do not have an 802.15.4 Thread interface. The Border Router bridges the Thread network with the network interface of the controller, for example Wi-Fi.
Matter development environment setup options depend on how you run the Matter controller. You can either run it on the same device as the Thread Border Router or run the Matter controller and the Thread Border Router on separate devices.
useful links
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/ug_matter_configuring.html
Comments
Comments are closed