Overview of the Zigbee Gateway Example
mainThe Zigbee Gateway example demonstrates how to build a gateway device that bridges Zigbee and Wi-Fi networks. It requires a dual-SoC architecture:
- Wi-Fi SoC: An ESP32 series chip (e.g., ESP32, ESP32-C3, ESP32-S3) running the gateway application.
- 802.15.4 SoC: An 802.15.4 enabled chip (e.g., ESP32-H2 or ESP32-C6) running the OpenThread RCP firmware to provide the Zigbee radio interface.
Supported Targets: ESP32, ESP32-C3, ESP32-C6, ESP32-S2, ESP32-S3, ESP32-C5, ESP32-P4.