Hello; I have been working with nrf52840 dk's for the past couple months, and came across a few questions.
First off, my temporary goal using nrf52840 is to send a timestamp using TIMER via UART, which is a preferred method
of transferring data after two ble 5 devices establish a connection between each other.
I have been looking into how the NUS functions, and couldn't quite make a clear sense of what the
RX characteristic and TX characteristic are - seems like each instances of nus within the code
contain 1 of each RX and TX characteristics, but I'm not crystal clear with what these characteristics do.
Also, If possible, could I get a word of advise as to how we could inject // implant timestamp data, whether it be RTC based or TIMER based,
into the packets sent over the UART interface?
Thank you in advance.