Hello
I'm working with cc2650 sensor tag. We have three nodes and these nodes are supposed to construct a network through Ble. The node1 is advertising MH1, node2, MH2 and node3, MH3.
When the node 2 is in the range of node 1, these two are connected and node2 starts advertising MH1,MH2. So far everything is fine and the maximum distance that node may connect is 22 m. When node3 is in the range of node2, it is connected to node 2, and in fact node3 starts advertising MH1,MH2,MH3.
The problem is the range of node2 and node3. this distance is only 9 meter in maximum. otherwise, it gets disconnected.
Nod1...................Node2 =22m
Nod2.....................Node3 = 9m.
I would appreciate if anyone can assist to understand the reason.
Is the packet advertising length may affect this much adversely?
Best regards.