Hello everyone,
I'm testing the example ble peripheral "UART/Serial Port Emulation over BLE" with SoftDevice S112 nRF5 SDK v17.1.0. My board is MBN52832DK and i'm using the nRF Connect for Mobile app.
I made a change in the function (uart_event_handle) that handles the data received over UART to use a Python Script that send multiples messages. Now data is relayed to the BLE peer using the Nordic UART Service when the size of the string is 22 bytes.
My objective is to use a Baudrate of 460800 bauds. I started using a slower baudrate (115200) and the communication works well, but when I increase the number of messages or decrease the time inter messages it gets disconnected.
NRF_LOG RTT backend saids:
UARTE: Function: nrfx_uarte_rx, error code:pim NRF_SUCCESS.
<error> app: Fatal error
nRF Connect LOG saids:
Error 8 (0x8): GATT CONN TIMEOUT
What could be the problem? How do i get a better NRF_LOG?
Thanks in advance,
Fernando.