Hi guys,
I'm facing the next problem:
I am using the Android BLE Library and Android-nRF-Mesh libraries.
I connect my Android application to 8 nodes. One of those nodes is the node mesh proxy. I need to send 24 messages in parallel (3 to each node), but this generates delays between the messages. The messages have a size of 16 bytes.
The question is: Can the delay be eliminated, or the delay time be shortened as much as possible? It is critical in the project and we fail to find a solution.
Thanks