hello
right now i am sending 100 plus data per second i want to print millisecond at each data how can i acheive this is there any program in nordic or github i can use to get this??
hello
right now i am sending 100 plus data per second i want to print millisecond at each data how can i acheive this is there any program in nordic or github i can use to get this??
Which "millisecond" do you want:
You could simply setup a timer which counts each millisecond ...
the millisecond that the data was transmitted?
So you do the timer, and just sample it at the point you transmit
problem is i already have date and time up to seconds if i did simple timer milliseconds not syncing with seconds what should i do