Ludovic BOUÉ
Ludovic BOUÉ
@oidebrett Maybe you can use [SimplicityStudio ](https://www.silabs.com/developers/simplicity-studio) as a workaround. The examples do not include a bridge. It works correctly in this case.  It works for [Silicon Labs xG24...
Same issue for me. Could you fix this?
> Hi, An issue came up here [WorldFamousElectronics/PulseSensorPlayground#195](https://github.com/WorldFamousElectronics/PulseSensorPlayground/issues/195) Similar to the one you are posting about. > > Does the other thread solve your problem? @biomurph No but I found...
Hello, Can I have a response? Regards
I did a small test to check: 1. I've compiled this example [lit-icd-app ](https://github.com/project-chip/connectedhomeip/tree/master/examples/lit-icd-app/linux) from the SDK. 2. I've paired it in Home Assistant and I can see that the...
Here's what the specifications say from 24-27349-006_Matter-1.4-Core-Specification.pdf page 653  It works fine using chip-tool: ``` ./chip-tool pairing code 10 34970112332 --icd-registration true [1740761303.868] [16707:16709] [ICD] Store ICD entry successfully...
I found a test script. It shows how to use Python CHIP for ICD: [icd_device_test.py#L134](https://github.com/project-chip/connectedhomeip/blob/b20583790dcaae0556d931e700e8129dfea16877/src/controller/python/test/test_scripts/icd_device_test.py#L134) ```python devCtrl.EnableICDRegistration(devCtrl.GenerateICDRegistrationParameters()) ``` ```python EnableICDRegistration = def EnableICDRegistration(parameters: 'ICDRegistrationParameters'): Enables ICD registration for the following...
> Is there an example for M5CoreS3 + ZigBee CC 2630? An example is needed for both cases: - [COM.Zigbee module (CC2630F128) (SKU: M031-Z)](https://shop.m5stack.com/products/com-zigbee-module-cc2630f128-with-antenna) - [Zigbee Unit (CC2630F128) (SKU: U110)](https://shop.m5stack.com/products/zigbee-unit-cc2630f128-with-antenna?variant=39527300137132)...
I have another topic quite similar but based on the `TagList` attribute: - https://github.com/home-assistant-libs/python-matter-server/issues/1168
Build is OK for M5stack Cores3 and [Module-LoRa868_V1.1](https://docs.m5stack.com/en/module/Module-LoRa868_V1.1). ``` [19:20:18][C][spi:064]: SPI bus: [19:20:18][C][spi:065]: CLK Pin: GPIO36 [19:20:18][C][spi:066]: SDI Pin: GPIO35 [19:20:18][C][spi:067]: SDO Pin: GPIO37 [19:20:18][C][spi:072]: Using HW SPI: SPI [19:20:18][C][sx127x:128]:...