Hi Nordic support,
I'm pretty new to BLE and I have a system based on the UART example.
- On the nRF51-DK, a modified BLE UART Peripheral example using SDK 10.0.0. It is used to received a 15kB file from an Android running nRF-UART app and write to an external memory IC over SPI.
- On the Android phone, a modified nRF-UART app is used to transfer the file to the nRF51-DK board. The file is transferred by breaking it into 20-byte fragments as I understand that no more byte is allowed.
Observation: It takes ~10 seconds for the 15kB file to be transferred to the BLE board.
Question: Is there a method to reduced the time to transfer the mentioned file?
Any help is appreciated. Many thanks, Kevin