Hi,
I am trying to achieve the following based on the peripheral-observer project.
I have 2 cc2541 units which broadcast every 50ms (80us) a packet with an incrementing index as a payload (to make sure the other item can observe all packets).
I try to maximize the amount of observed packets, however, i get an average of 6 out of transmitted 10 packets.
in sniffer i see all the 10 packets being transmitted.
does it sound as a hardware limitation? or is there any software parameter i am missing?
IDEA:
I think for example that if i'll be able to sync their advertisement to be:
unitA: 0,50,100,150,200,....
unitB: 25,75,125,175,...
I might get more packets in average.
however, the random 0-10ms which is added to the interval is making my assumption impossible to test.
What do you think about my assumption?
Is it possible to synchronize the advertisements (or am i limited because of that randomness)?
Thanks.