I want to read peripheral's characteristics value in a fixed time interval or an event-based in the central.
I am using the nRF52840 Evalution board and SDK_17.0.2.
Here I know that notification is the best way to be notified when the peripheral's characteristics value changes.
But peripheral's value changes too often in which I don't want to be notified of.
only want to send read requests based on a certain period let say 5min for an example.
I am trying to use it on a sample example of hrs_c in which I want to read battery level after some regular time interval.