ESP Zigbee SDK

May 22, 2026 ยท View on GitHub

Introduction

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.

Software Components

The SDK is built on top of ESP-IDF and a core implementation of Zigbee protocol.

SDK VersionDescriptionZigbee Core Stack
v1.xLTS version under maintenance (bug fixes only, no new features)ZBOSS
v2.xLatest version, recommended for new designs and productionEspressif proprietary Zigbee stack

If you are going to migrate from v1.x to v2.x, please refer to our Migration Guide.

esp_zigbee_stack

The Espressif Zigbee SDK is provided as pre-built library inside esp-zigbee-lib component.

Note: The library component is hosted by ESP Registry, which can be downloaded automatically by specifying the dependency in idf_component.yml file. An example: idf_component.yml. You can also use the command in you project:

idf.py add-dependency "espressif/esp-zigbee-lib^2.0.0"

Hardware Components

Some of the reference hardware used in development examples are listed below:

Supported ESP-IDF versions

The SDK is recommended to be used with ESP-IDF v5.5.4. Please check Compatibility file on ESP-IDF master for the support status of the SoCs.

Get Started

Please clone this repository using the below command:

git clone https://github.com/espressif/esp-zigbee-sdk.git

Find our Zigbee console example under examples/all_device_types_app directory and follow the instructions in the README of the example to build and flash the example.

Have fun playing with your Zigbee device.