Hi,
We are using Nrf51 with SDK nRF5_SDK_12.3.0_d7731ad
We based a UART bridge on the BLE_APP_UART example
The UART connectivity is Rx/ x only (RX_PIN_NUMBER 0; TX_PIN_NUMBER 2) - no CTS or RTS
Bound rate 57600
We need to send 20 bytes (binary) every 10 m [sec ]
We check the device with the Nrf_connect App (Android)
What happened is that the after 2 or 3 sec of communication the device is disconnected from the App, if we slow down the data rate ( 20 bytes every 100 m [sec]) it works continuously.
We also checked it with NRF51 DK - same issue
Please advise how we can configure the code so it will work in the requirement rate?
BR,
Shimon Hayun