ESP_Sprite wrote: ↑Wed Sep 08, 2021 1:59 am
We currently have an OpenThread derived stack in ESP-IDF. I don't know enough about Zigbee to know if that is what you need, sorry. Licensing will likely be BSD or Apache2, although at this point I'm not sure if/when we'll release the sources as well.
As mentioned above, Thread and Zigbee are very different. The only thing they share in common is that they both use the same hardware layer, 802.15.4
What I am asking is will there be a Zigbee stack? I would find it very weird if not, as your press release does say:
ESP32-H2 will support Thread version 1.x and Zigbee 3.x.
Saying "it supports Zigbee, but you have to implement the entire Zigbee protocol yourself" seems a bit crazy, and doesn't really seem like Zigbee support to me? Especially as you have specifically mentioned Zigbee 3, as Zigbee 3 essentially unifies all previous Zigbee profiles into one common standard, so saying it supports Zigbee 3 without actually having an implementation doesn't make much sense?
E.g. if we look at the TI devices, they have Z-Stack
https://www.ti.com/tool/Z-STACK. Which is a Zigbee 3 stack, and allows users to easily implement standard Zigbee 3 devices, allows the device to act as an end device, or a router which repeats other devices properly, or a coordinator.