Nordic UART Service implementation.
The Nordic UART Service is a simple GATT-based service with TX and RX characteristics. Data received from the peer is passed to the application, and the data received from the application of this service is sent to the peer as Handle Value Notifications. The service is used by the application to send and receive ASCII text strings to and from the peer.
Raytac modified from Nordic provided NUS reference code to demonstrate the application and verify the throughtput and MTU.
Tool:Nordic nRF52 DK+Raytac nRF52810 module DK (MDBT42Q-192K)
Nordic SDK 14.2
Nordic SoftDevice: S112 (Designated for nRF52810)
Baud Rate 115200
MTU: 244 byte (Nordic nRF52 supports 244 byte as maximum)
Throughput: 5612 (5.48K)
Delay (interval): 14mS
Flow Control: Equipped
Nordic SDK 14.2 can be downloaded from below link
https://www.nordicsemi.com/eng/nordic/download_resource/59011/67/75737985/116085
