osresearch / micropython

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
https://micropython.org
MIT License
30 stars 8 forks source link

ZigBee Light Link (ZLL) support for nRF52 mcu #20

Open nospam2000 opened 3 years ago

nospam2000 commented 3 years ago

It would be really nice if the nRF52 MCUs whose hardware supports ZigBee (e.g. nRF52840 and nRF52833) would get ZigBee Light Link support by micropython.

That would make it possible to easily integrate own sensors, switches and own lights to integrate into existing ZLL infrastructure, e.g. IKEA TRÅDFRI or Philips Hue.

Especially for the BBC Micro:Bit v2 which is based on a nRF52833 that would be a great feature!

nospam2000 commented 3 years ago

maybe this is the better place for the feature request: https://github.com/adafruit/circuitpython/issues/4007