Skip to content

espressif/esp-zigbee-sdk

Repository files navigation

esp-zigbee-sdk

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 ZBOSS.

esp_zigbee_stack

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.

Hardware Components

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

Get esp-zigbee-sdk

Please clone this repository using the below command:

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

Supported ESP-IDF versions

  • This SDK currently works with ESP-IDF release/v5.1 branch.

Copyright Notes

  • All original content of this repository is Copyright (c) 2022 Espressif Systems (Shanghai) Co. Ltd and licensed under Apache 2.0 license, as described in file LICENSE.
  • Example applications supplied in this repository depend on esp-zboss-lib library, which is distributed under a different license, found here LICENSE.

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.