This directory contains a range of Zigbee examples. These examples are intended to demonstrate different functionalities of usage Zigbee protocol to build Zigbee product, and to provide code that you can copy and adapt into your own projects.
The examples are grouped into subdirectories by category. Each category directory contains one or more example projects:
- esp_zigbee_customized_devices Zigbee fully customized attribute/cluster/endpoint for server and client devices
- esp_zigbee_gateway Zigbee gateway example, combines a Wi-Fi SoC such as ESP32, ESP32-C3 and ESP32-S3, with an 802.15.4 SoC like ESP32-H2
- esp_zigbee_rcp Zigbee RCP (radio co-processor) device
- esp_zigbee_HA_sample Zigbee Home automation examples
- esp_zigbee_CLI Zigbee CLI (Command line interface) examples
- esp_zigbee_OTA Zigbee OTA (Over-The-Air) upgrade example
Please see the information on usage under each Zigbee examples folder.
Each example is a standalone project. You can copy an example directory to anywhere on your computer in order to make a copy that you can modify and work with.