esp-idf/examples/zigbee/light_sample
likunqiao@espressif.com c42628fd4f Zigbee: Merging light_coordinator and light switch into one
* Light bulb acting as ZED and bulb server device
  * Light switch acting as ZC and switch client device
  * ZC stay starting network steering to permit device join
2022-06-21 09:28:23 +00:00
..
light_bulb Zigbee: Merging light_coordinator and light switch into one 2022-06-21 09:28:23 +00:00
light_switch Zigbee: Merging light_coordinator and light switch into one 2022-06-21 09:28:23 +00:00
README.md Zigbee: Merging light_coordinator and light switch into one 2022-06-21 09:28:23 +00:00

README.md

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 Coordinator and End-Device roles

  • light_bulb is a light bulb example demonstrating Zigbee End-Device 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_switch is a light switch example demonstrating Zigbee Coordinator 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.