Matter samples
The nRF Connect SDK provides several samples showcasing the Matter protocol. You can build the samples for a variety of board targets and configure them for different usage scenarios.
The following table lists variants and extensions available out of the box for each Matter sample:
Variant or extension |
Light bulb |
Light switch |
Door lock |
Template |
Window covering |
Thermostat |
Smoke CO alarm |
---|---|---|---|---|---|---|---|
FEM support |
✔ |
✔ |
✔ |
✔ |
✔ |
||
DFU support |
✔ |
✔ |
✔ |
✔ |
✔ |
✔ |
✔ |
Thread support |
✔ |
✔ |
✔ |
✔ |
✔ |
✔ |
✔ |
Router |
SED |
SED |
MED |
SSED |
SED |
||
Wi-Fi support |
✔ |
✔ |
✔ |
✔ |
✔ |
||
Thread and Wi-Fi switching |
✔ |
||||||
Low power configuration by default |
✔ |
✔ |
✔ |
✔ |
See the sample documentation pages for instructions about how to enable these variants and extensions.
In addition to these samples, check also the following Matter applications:
- General information about samples in the nRF Connect SDK
If you are working with embedded devices, it is a good practice to first test your setup by programming an unchanged sample to your development kit.
Some samples in the nRF Connect SDK are currently not designed to work out-of-tree. You may need to manually configure your sample to work correctly in the nRF Connect for VS Code extension.
All samples in the nRF Connect SDK use Fatal error handler library and are configured to perform a system reset if a fatal error occurs. This behavior is different from how fatal errors are handled in the Zephyr samples. You can change the default behavior by updating the configuration option
CONFIG_RESET_ON_FATAL_ERROR
.All samples in the nRF Connect SDK are tested and verified in accordance with their maturity level.
If you want to list samples available for one or more specific boards, use the nRF Connect for Visual Studio Code extension to filter them.