Breadboard
docs
Example project · ESP32

Zigbee network: coordinator + light

Two ESP32-C6 boards run the real esp-zigbee stack over the shared 802.15.4 air: one is the coordinator (on/off switch) that forms and opens a network, the other an end-device light that joins and is bound to it. No typing — both auto-start; watch each side narrate in its serial tab and follow the beacon requests, association and secured frames in the 📡 Sniffer. (The crypto-heavy stack runs a bit slower than real time, so the full join takes a moment.)

The Zigbee network: coordinator + light circuit as rendered by the simulator

What's on the bench

  • 2× Battery
  • 2× ESP32-C6

This project runs prebuilt firmware on the emulated board; open it in the simulator to watch it work and inspect every part live.