Samples

The Zigbee add-on for the nRF Connect SDK provides the following samples showcasing the Zigbee R23 protocol. All samples are placed in the samples directory in the Zigbee repository. You can build the samples for various boards and configure them for different usage scenarios.

Note

This is an experimental release of Zigbee support for the nRF54L Series.

In addition to their basic functionalities, you can expand the samples with variants and extensions. The following table lists variants and extensions available for each Zigbee sample:

Variant or extension

Light bulb

Light switch

Network coordinator

Shell

Template

Sleepy End Device behavior

***

**

**

Multiprotocol Bluetooth LE

***

***

***

***

Endpoint logger

**

**

**

**

ZCL scene helper

***

***

***

***

Read the table symbols in the following manner:

  • - Using this variant or extension either requires changes in Kconfig through the provided overlay file or the variant or extension is already enabled by default in the sample. See the sample documentation for detailed configuration steps for these variants and extensions.

  • ** - Implementing this variant or extension requires minimal changes in the sample source code and Kconfig options. Click the link for implementation details.

  • *** - Implementing this variant or extension requires several changes in both selected Kconfig options and source files, and may require adding new source files to the sample (for example, command implementation). Click the link for implementation details.

  • No symbol - The variant or extension is not available for the given sample.

Some variants and extensions might also require additional hardware and software, such as mobile applications for testing purposes.