esp-rs / esp-hal

no_std Hardware Abstraction Layers for ESP32 microcontrollers
https://docs.esp-rs.org/esp-hal/
Apache License 2.0
719 stars 194 forks source link

Are there any plans to implement a ZigBee stack on top of the esp-ieee802154 crate? #1689

Open PortalRising opened 3 months ago

PortalRising commented 3 months ago

Are there any plans to implement a ZigBee stack on top of the esp-ieee802154 crate, perhaps porting this repository, zigpy, to rust?

jessebraham commented 3 months ago

Until there is an open-source ZigBee stack in Rust I can't imagine any of us will have the time for something as complex as this.

bjoernQ commented 3 months ago

There is some effort: https://github.com/blueluna/psila

Another alternative would be to use or port https://github.com/niclash/zboss