ESP-Zigbee-SDK is the official Zigbee development framework for Espressif's ESP32 series SoCs. It provides varieties of APIs aimed to simplify the development process of Zigbee products and enable the users to go to production in the shortest possible time.
Refer ESP Zigbee SDK Guide for the latest version of the documentation.
The SDK is built on top of ESP-IDF and ZBOSS.
The ZBOSS and Espressif Zigbee SDK is provided as pre-built library:
Note:these two library components are hosted by ESP Registry, which can be downloaded automatically by specifying the dependency in idf_component.yml
file. An example: idf_component.yml.
Some of the reference hardware used in development examples are listed below:
ESP32-H2-DevKitM-1
ESP32-C6-DevKitM-1
Espressif Thread Border Router / Zigbee Gateway
Please clone this repository using the below command:
git clone https://github.com/espressif/esp-zigbee-sdk.git
Users developing applications based on this SDK have to comply with the terms of both licenses, the license conditions do not prevent development of commercial products.