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.

matter_protocols_controllers.svg

 

Protocol types and controllers used by Matter

matter-hub-1.jpg

Network Topology for Matter Communication

source:https://community.silabs.com/servlet/rtaImage?eid=ka08Y000000lb6q&feoid=00N1M00000FHjri&refid=0EM8Y000003fOKB

Matter-Stack-1.webp

 

Matter-Stack-2.webp

 

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.

 

Thread Border Router

A Thread Border Router connects a Thread network to other IP-based networks, such as Wi-Fi or Ethernet. A Thread network requires a Border Router to connect to other networks.

 

The CHIP controller and the OTBR are connected over UDP. EFR32 Matter communication is based on IPV6.

 

useful links

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/ug_matter_configuring.html

Comments


Comments are closed