I have looked at the UART example provided in the NRF52 SDK. The example uses the UART in blocking mode. I need to create a version that is non-blocking, and only reads the buffer when an incoming byte is received.
I have read thru the SDK documentation, but I am still unclear how to implement.