Matter aims to make it easy for developers to create a secure and reliable solution. If you want your products to be interoperable with the major smart home ecosystems, Matter is the way to go.
Matter, which began as Project CHIP (Connected Home over IP) started in December 2019. The starting companies were Amazon, Apple, Google, and others including Nordic Semiconductor. The goal is to agree on a unified application layer standard for connected things at home. Matter aims to make it easy for manufacturers to create secure and reliable solutions. These solutions will be interoperable with the major smart home ecosystems like Apple's Siri, Google's Assistant, and Amazon's Alexa.
Matter is using Thread, Wi-Fi, and Ethernet for
transport and Bluetooth LE for
commissioning.
All Matter devices based on Thread are required to feature Bluetooth LE concurrently to enable adding new devices to a
network.
Wi-Fi can be used for high bandwidth applications.
It can be used for devices in range of the local Wi-Fi.
Thread is an IPv6-based mesh protocol that targets low bandwidth applications.
It is the go-to option for battery-powered devices that require the best energy efficiency and for simple actuators like
smart plugs or light bulbs.
Most mains-connected Thread devices work as a Thread router and will expand the network's range.
Thread is a self-healing low-power mesh that can adapt to new devices or to devices being removed from the network.
Nordic is actively involved and one of the main contributors the development of Matter. We are the first company to receive a Thread 1.3 certification badge. This badge can be inherited by our customers for their Thread products and is a prerequisite for Matter over Thread. We are also a main contributor to the OpenThread stack and . This combined with our knowledge and experience in Bluetooth Low Energy makes us the ideal partner to start developing your applications.
If you get stuck at any point and need help, contact our team of Nordic engineers and active community in DevZone.
A good place to start looking is our Thread page. There you can find additional information and all the relevant software and firmware.
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.
We have sample programs for weather stations, light bulbs, light switches, and door locks included in our nRF Connect SDK. 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