Hi,
I want to transfer 900KB file from mobile to NRF52.
I am using nRF5_SDK_15.3.0_59ac345.
- Can you guide me for that?
- How BLE receives a bin file from DFU via the NRF Connect app?
- Is there any way to implement services like DFU to just transfer files.Not for DFU purposes.Then guide me for that.
- What is the maximum byte size of a single packet which I can receive or send over BLE?
- What is the minimum delay between to consecutive packet while transfer data? is there any way to optimize this time.
- Is there any option to select with a response and without response while I am sending any data to mobile app to optimize delay between two consecutive packets.
When I use ble_nus_service to send data on the app constantly, I am facing 70ms delay between two consecutive packets.
Thanks.