Thanks for the confirmation. Its clear now. Mine is a Star topography where I have one central node collecting data from many nodes around it.
Its possible that all the salve nodes try and send data to the Master when they have an update.
Its also possible that the master methodically requests for update from slaves one after other. If there is update they send or if not they send a dummy. Much better and can totally avoid collisions if otherwise two slaves try to send at once.
So I can send AT commands to the coordinator from the connected UNO to change the DL parameter to match the MY address of the desired slave - then send a request - wait for the response and then go to the next slave …repeat the process for all slaves in a circular fashion…
Request Slave01.
Get Response.
Delay
Request Slave02
Get Response.
Delay
…
…
…
Request SlaveNN
Delay
(Loop)
WIll the above be a good way to go ??