Hello all,
I am workiong on nRF52833-DK evaluation board to implement our custom developement.
Using Generic OnOff light switch server and light application, I am transferring a 16 bytes data from Client to Server
I wanted to calculate the time in client side. Want to calculate the time it takes publish data to till it client receives the Response from server
Just wanted to know the way we can do this. Is it throught RTC we have to do or is there some other way to get this values
Thanks in Advance.