Hedda

Results 1049 comments of Hedda

btw, nRF offers possibility for concurrent/simultaneous multiprotocol support for Thread and Zigbee in parallel at the same time: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.2/nrf/ug_multiprotocol_support.html https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.thread_zigbee.v1.0.0%2Fthread_multiprotocol.html Another alternative to the dynamic multiprotocol option there is to...

Note to separate "Thread" from "Matter" at the application level, as Thread is more or less just the transport layer (similar to Wi-Fi) for the IP network dependency that is...

Licensing of code/binaries is one thing which is a little more black and white so that part should be easier to get what is approved. Regardless I think for certification...

FYI, nRF Connect SDK has an example application for a "Matter weather station" as well as a Matter template + clusters examples: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/matter_weather_station/README.html#matter-weather-station-app https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/samples_matter.html https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/matter/template/README.html https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_matter_gs_adding_clusters.html#ug-matter-creating-accessory https://github.com/project-chip/connectedhomeip/tree/master/examples/all-clusters-app/nrfconnect https://github.com/project-chip/connectedhomeip/tree/master/examples/all-clusters-minimal-app/nrfconnect

If written for nRF5 then could this also work with the newer nRF5340 (nRF53 series)? https://www.nordicsemi.com/products/nrf5340 However, it was newly made available so are almost no nRF5340 dev boards yet...

> _**It is possible to buy cheap [nrf52840 module](https://github.com/joric/nrfmicro/wiki). It would be very convenience to program it using yaml files.**_ > _It is proof of concept for support NRF52 on...

> it seems like they are currently focusing on embedded Zigbee gateway and Zigbee/Thread to Matter bridge implementation (with an all-in-one two-SoC gateway/bridge solution combining a ESP32-H2 for Zigbee/Thread with...

FYI, **ESP32-C6** SoC, module and development board have now also been launched with WiFi 6, BLE 5.0, and 802.15.4, including Zigbee and OpenThread. https://www.espressif.com.cn/en/news/ESP32-C6_Available https://espressif-docs.readthedocs-hosted.com/projects/espressif-esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitc-1/index.html https://www.espressif.com/en/products/modules Tip is that while...

FYI, [DamKast](https://github.com/DamKast) has just announced "zigpy-zboss" as an (unofficial and experimental) ZBOSS radio library for zigpy: https://github.com/kardia-as/zigpy-zboss See zigpy-zboss discussion here -> https://github.com/zigpy/zigpy/issues/394

FYI, noticed that @grobasoz added some Zigbee RCP and CLI firmware images for ESP32-C6: * https://github.com/grobasoz/zigbee-firmware/tree/master/ESP32-C6 * https://github.com/grobasoz/zigbee-firmware/tree/master/ESP32-C6/ZigbeeCLI * https://github.com/grobasoz/zigbee-firmware/tree/master/ESP32-C6/Zigbee_RCP No idea how or if they work, (grobasoz is known...