#How to make custom Zigbee hardware

1 messages · Page 1 of 1 (latest)

kindred flower
#

How hard would it be to make custom ZigBee hardware? Lets say I want to make a set of led lights that can be controlled using ZigBee. What kind of electronics would I need? I assume some kind of microcontroller like Arduino, ESP32, ...? What else?

Thanks

raven eagle
#

Esp32 C6 chip and a couple of others have zigbee support and are definitely the simplest way to get started

humble cedar
#

if you don't need zigbee but are ok with wifi, there's quite a few dev boards that can be used with the 'esphome' or 'wled' projects to control led lights of various sorts. I don't believe either of those projects have zigbee interfaces available at the moment - zigbee would likely require diving more into lower level coding.

kindred flower
#

Do you have an example of such a board?