We enable your Matter projects
Up to date Matter integration
Our nRF Connect SDK has Matter support fully integrated, and our solution is ready for prototyping. We will continue to implement the newest updates with every release. To learn more, have a look at our user guide about Matter.
Matter Samples
We have sample programs for light bulb, light switch, door lock, smoke CO alarm, thermostat, window covering, a sample that demonstrates custom manufacturer-specific clusters, as well as a Template sample that demonstrates a minimal implementation of the matter application layer.The template sample allows is the perfect starting point if you want to create a device type that is not already represented in one of the other samples. All Samples can be found here.
All samples are optimized for low power consumption and most support Matter over Wi-Fi in addition to Matter over Thread.
You can also find two application examples in the documentation:
- The Matter weather station runs on the Thingy:53 Prototyping platform and has participated in a Matter Specification and Validation Event (SVE), successfully passed all tests and is considered to be compliant with Matter 1.0 certification.
- The Matter bridge is an application that allows the use of non Matter devices in a Matter fabric, basically allowing Bluetooth LE peripheral devices to act as matter devices. The matter bridge architecture also allows you to add support for other technologies like Zigbee or Bluetooth Mesh.
We provide a comprehensive user guide about configuring a Matter development environment. The guide explains how to run a Matter accessory on a Nordic Development Kit. It shows what types of Matter controllers to use and how to set them up together with a Thread Border router.
These examples show the usage of Matter with our nRF connect SDK. The weather station example lets you remotely gather different kinds of data. It collects temperature, air pressure, and relative humidity, using the device sensors. The resulting device works as a Matter accessory device. It can pair and be remotely controlled over a Matter network built on top of a low-power, 802.15.4 Thread network. Use these samples as references to create your own devices