I am using the latest SDK 15.2
I am trying to build a network of "nodes" these nodes both scan and advertise and will connect with each other.
i currently have 7 NRF dev boards connecting to each other and every 5 seconds will send a 100 byte packet to all connected devices.
in the most part this is working.. but devices will disconnect and eventually get into a stuck state.I think it is due to the fact that their radio is too busy
Are there any recommendations for
- Advertising Interval
- scanning interval / window
- connection Intervals
When running multi link and multi role with larger than normal payload?
Ideally i want to be able to connect up to 15 devices together (so 7 Central Links and 7 Peripheral Links) with the Largest payload possible (preferably no smaller than 100 bytes)
Any help would be greatly appreciated.
Regards,
David Hutchinson