Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SDK12.2.0 & nrf52-DK: Receive bulk data from android app over nordic uart service

Hello,

I've got some trouble using Nordic Uart Services,

I am using ble_app_uart example and after connection receiving bulk data from mobile app & sending it on UART, but nRF device is able to receive only 1749 bytes.

Whereas device is able to send bulk data to android app. nus_data_handler() should be called when data is received using nus services but its not happening after 1749 bytes .

Where am I making mistake ?

Thanks.

Related