This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

APP_UART_COMMUNICATION_ERROR on app UART event handler when connected to BMD101

I am using the NRF52840 controller to connect BMD101(ECG sensor) uart based having a baud rate of 57600.

Note: Using UART peripheral example on SDK17

I am trying to parse the UART data as per the sensor datasheet (Given here)and the sensor is working fine with other hosts(UART COM PORT on PC).

As soon as I start the sequence and the sensor got enable, the event handler keeps on throwing APP_UART_COMMUNICATION_ERROR, and when I try to read FIFO in between using

app_uart_get API, it returns error code 5.

Related