Hi,
MESH sdk: nRF5 SDK for Mesh v3.2.0
Example: "experimental_lpn" and "light_switch server"
Hardware: PCA10056 Board (nrf52840 Dev kit)
Question 1)
I want to calculate round trip delay(Latency) between LPN and Friend Node, (I am using "light_switch server" example as a friend node)
For that i need to transfer some data from LPN to Friend node and Friend to LPN (Min 10 Byte to 30 Bytes).
so how can i transfer data and what will be the possibility.
which API/Function can be useful.
Question 2)
Also i want to send some sensor data(10 Bytes) from LPN Note to Friend node and after getting data at friend node, friend node will replay back to LPN with some data(20 Bytes).
Please provide appropriate solution.
Thanks in advance,
Sandip