This sample demonstrates a minimal implementation of the :ref:`Matter <ug_matter>` application layer. This basic implementation enables the commissioning on the device, which allows it to join a Matter network built on top of a low-power, 802.15.4 Thread network or on top of a Wi-Fi® network.
The sample supports the following development kits:
.. table-from-sample-yaml::
The sample starts the Bluetooth® LE advertising automatically and prepares the Matter device for commissioning into a Matter-enabled Thread network. The sample uses an LED to show the state of the connection.
The sample supports the following build configurations:
- First LED:
- First Button:
|matter_ble_advertising_auto|
Complete the following steps to test the Template device using CHIP Tool:
.. rst-class:: numbered-step
To see if the communication with the device is working, run the following command to read the basic information from the device:
chip-tool basicinformation read product-id |node_id| 0See the output and verify that the product ID is set to 32768 (0x8000 in hexadecimal).
Note
|sample_not_in_ecosystem|