Good day,
I am currently developing with two NRF52840 DK boards, and I also have two NRF Dongles. On a dongle a sniffer for ZigBee. I am working with SDK 3.2. This is my first project with ZigBee, so I don't have much know-how yet.
I have a few questions about multi-sensor.
1) After successfully binding the two clusters (ZB_ZCL_CLUSTER_ID_TEMP_MEASUREMENT, ZB_ZCL_CLUSTER_ID_PRESSURE_MEASUREMENT), the multi-sensor sends data to the coordinator. Of course, these are also output on the Terminal. With the CLI agent, the Subscribe function is called, so I'm a little confused. Is it normal that in such cases no subscribe function is needed, so it is only needed for devices that do not have automatic attribute reporting?
2) How can the attribute report be increased, i.e. instead of every 5 seconds, only 2 seconds?
Thank you in advance for an answer
Best regards,
Jonas T