Hi everyone.
I am currently making tests with the SimplApp of the Z-stack 1.4.3-1.2.1.
This application enables the transmission of data (report of temperature and battery measure) from an end-device to the coordinator every 10 seconds for example.
What I would like to do is transmit these data (or others) not every 10 seconds but every 50 milliseconds.
So I modified the timer of the events but when I try on the target, the binding between the 2 devices is lost after a few seconds (even if the power saving mode is disabled).
So I tried other timing and the results are the following : under about 115ms, the binding is systematically lost after a few seconds, above, all is ok.
Does anyone have already tried to change this timing or does anyone know where this limitation come from ??
Thank you very much.