hi,i am using nrf52 DK kit. i have interfaced it with bmd 101 ecg sensor. The sensor sends continuous data over UART. I am using SEGGER IDE. The code which i am using is ble_app_uart from nrf SDK 15.0 version. The problem is that the bluetooth connection gets disconnected and module needs to be restarted manually to connect again. The nrf52 dk module's Uart works fine when connected with pc. I think the problem is with uart receive buffer overflow which causes error. I dont know how to solve this error in code.