Hi all,
I am building a demo for Bluetooth mesh networking with thingy. I had followed the instructions under this link:
https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo
for the provisioning of devices in a mesh network.
With nRFgo Studio, I have managed to reprogram the firmware of my thingy with a J-Link interface.
Thingy is excellent with many sensors for environmental or orientation data. Does it measure the time it has taken for the communication? I would like to test for the performance (in terms of latency and RTT) of thingies in a mesh network. Hence, I am looking for ways to
- measure and record the period (time) from when the message is sent from client (sender) to when the ACK is received by the server (receiver) in the mesh network
- retrieve and save these data for further processing and tabulating later
I had tried to look inside light_switch_proxy_server_nrf52832_xxAA_s132_6_0_0.emProject . I am thinking about using the function clock() from time.h to get the difference of the t_start and t_stop as the measured latency / period. But, to no avail.
I would appreciate any help and insights. Besides, thank you so much for your concern and time.
Best regards,