I want to build a network which contains 33 nodes.
1 coordinator + 2 routers + 30 end devices.
10 end devices would send packet to coordinator directly.
10 end devices would send packet to coordinator through Router1 and the last 10 end devices send packet to coordinator through Router2.
I would use pin sleep option for end devices.
I have tried to set up network but faced some problems.
1)When I wake end device up, it tries to re-join the network so I have to wake it up almost 10 seconds before which causes current consumption. How could I overcome with this issue?
2)I want to send packet to coordinator through router. How can I ensure that my end device send its packet through router which is always same router. I mean if I remove router end device should not send its packet even if it is in the range of coordinator. How can I do such thing? Is it possible?