Hello,
I have a sensor with dynamic reporting interval that is changed by the coordinator through the beacon payload.
The coordinator switch between two reporting intervals.
"Sleep Interval": polling = 6000 ms and reporting = 60000 ms
"Fast Interval": polling = 10 ms and reporting = 100 ms
The coordinator in the "Fast Inverval" have a timer of 250ms of interval that see if in that interval receive any reporting. If receive the dataCount variavel is set to 1, if not stay 0.
All works fine until I turn the sensor down and up again. Some time after that the sensor stop sending the reports on the right time.
Any idea why this happen?
BEFORE:
AFTER:
Best Regards.


