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

unable to send data from uart ble for every 10msec

hello, I am using nrf52 dk. I am doing a project that uart send the adc data through bluetooth to nRF UART v2.0 app for every 10msec. but when i am transmitting the data the bluetooth connectivity was lost . I am testing the "ble_app_uart" example code in ble_peripheral folder in version nRF5_SDK_13.0.0_04a0bfd. i am sending the text "hi\n" from uart to the ble app but after some seconds the connection was lost. I am sending data using docklight by setting send periodic data is 0.01sec(i.e.,10 msec).

In the example code also nrf52 was unable to send the data from ble-uart to my mobile(i.e.,ble app).I am tested this for another nrf ble apps but the result is same.can any one give me any suggestions to resolve this issue.

note:The baurd rate of uart is 115200,the example code will works fine for 100msec but the connection was lost when data was send for every 10msec.

Parents Reply Children
No Data
Related