espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.23k stars 7.18k forks source link

ESP32-C6/H2 Zigbee Router function (IDFGH-13228) #14163

Open lumenxp opened 1 month ago

lumenxp commented 1 month ago

Is your feature request related to a problem?

Are there any code examples for ESP32-C6/H2 working as a Zigbee Router. The device is permanently connected to a power source. We need to make a Mesh network. For example from other sources:

"Zigbee Router" device support to make it work like a Zigbee router/extender as Zigbee also uses network mesh technology so simply adding more "Zigbee Router" devices to your Zigbee network will improve range and coverage for the whole Zigbee network. See -> https://github.com/espressif/esp-idf/tree/master/examples/zigbee/

But the link does not contain the required example. Gateway only.

Describe the solution you'd like.

No response

Describe alternatives you've considered.

No response

Additional context.

No response

chshu commented 1 month ago

@lumenxp The HA_color_dimmable_light example acts as the Router role in the Zigbee network.