we are currently working with Digi xbee3 micro module Digimesh 2.4
We are using receive handler callback function in co-ordinator code using that we are receiving data from end devices.
settings for co-ordinator device :
we are using Synchronous Cyclic Sleep Support(SM=7) in co-ordinator side and
Synchronous Cyclic Sleep(SM='8') in End device side
Sleep Period(SP)is 30 seconds
sleep time(ST)is 1 seconds
network hop is 4
channel id 12
network pan ID is 32567
Network delay slots is 3
multi transmit is 3
Size of payload from end device is 40 bytes.
Our Issue:
When we connect 10 end device we are getting only 7 or 8 end device data, randomly we are missing 2 or 3 end device data.
Its not like we are missing same device data all the time. we are getting a device data one time same device data we are missing next time.
So, it will be helpful if we can get some solution to the problem which is mentioned above.
We are planning to implement on 100 devices. now for 10 device we are getting this problem.