It looks that your example bcf-radio-climate-monitor works with “UPDATE_SERVICE_INTERVAL”, because event for reading temperature is called every 5 seconds. Why it is not using “UPDATE_NORMAL_INTERVAL”? I am not sure what is reason to use these two intervals and where to use first or second one.
Probably I doesn’t understand something in the code… I thought that it works in service interval until it is switched to normal mode (after pairing). But it looks for me, that it still works with service_interval
Log:
Application (just added logging to your example):
application.c (6.5 KB)
Thank you!