Page 2 of 2

Re: ESP32 zigbee

Posted: Tue Nov 07, 2023 3:29 pm
by lbernstone
Using an H2 like this is actually an RCP (radio co-processor). It communicates with the end device, but can't be a gateway, since it has no other protocol available. The RCP uses UART to communicate with an ESP that has WiFi (the gateway).
https://github.com/espressif/esp-zigbee ... ee_gateway
https://github.com/espressif/esp-zigbee ... zigbee_rcp

Re: ESP32 zigbee

Posted: Wed Nov 08, 2023 3:31 pm
by Marty999
I am trying to install Matter and WLED on my ESP32-C6, but to only rely on ZigBee (or Thread) to establish the connection. This is to limit the number of Wifi devices in my house. Does anyone have a tutorial or sample code on how to accomplish this? Thanks!

Re: ESP32 zigbee

Posted: Sun Aug 03, 2025 1:17 pm
by Mahmoud
me too trying to control hue lamp with esp32 c6 over zigbee. have u found any way to do that?