SigiDagi
SigiDagi
Hi @ReneJosefsen, I have node that implements `temperaturemeasurement` server cluster and Linux node/application that is interested in displaying those measurements. Linux node should receive those temperature measurements at regular intervals,...
BTW more detailed question regarding subscription on [devzone](https://devzone.nordicsemi.com/f/nordic-q-a/93276/thingy-53-matter---temperature-subscription)
Thanks @ReneJosefsen, I've implemented functionality of [light-switch](https://github.com/project-chip/connectedhomeip/tree/master/examples/light-switch-app) on my nrf52840dk development board and I have used `chip-tool` for binding, i.e in my case: ``` chip-tool binding write binding '[{"fabricIndex": 1,...
Hi @ReneJosefsen , bwt, I was able to build Linux Matter application and use `Controller::ReadAttribute` for fetching temperature measurements. Right now I have hardcoded peer node ID (with server `temperaturemeasurement`...
Oh no, that 75 lines of code (in a separate file) is not necessary - so I've removed from project. At the moment I'm considering to add to the project...