esp-idf/examples/zigbee/light_sample
Djordje Nedic facab8c5a7 tools: Increase the minimal supported CMake version to 3.16
This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system.
This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-06-01 06:35:02 +00:00
..
light_bulb tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
light_coordinator tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
light_switch tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
README.md Zigbee: Add light example 2021-11-11 19:03:01 +08:00

Light Switch and Bulb Control Example

(See the README.md file in the upper level 'examples' directory for more information about examples.)

Overview

The folder contains examples demonstrating Zigbee Router, Coordinator, and End-Device roles

  • light_bulb is a light bulb example demonstrating Zigbee Router role. It provides a simple on/off condition for a Zigbee light. It runs on an 802.15.4 SoC like ESP32-H2. For more details see the example readme file.

  • light_coordinator is a light coordinator example demonstrating Zigbee Coordinator role. It provides a formation of the Zigbee network. It runs on an 802.15.4 SoC like ESP32-H2. For more details to see the example readme file.

  • light_switch is a light switch example demonstrating Zigbee End-Device role. It provides an on/off toggle to control light. It runs on an 802.15.4 SoC like ESP32-H2. For more details to see the example readme file.