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

DATA FILE TRANSFER FROM SD CARD TO MOBILE USING USB PROTOCOL. HOW TO DO IT IN NRF52840

we are using NRF52840 , with a SD card.  Data is stored in SD card in Text file or .csv file every 10 mins.  We want to push the data to Mobile App either using the BLE or using the USB protocol.  Kindly advice .

Parents Reply
  • Hi Jorgen, thank you for the reply.

    Yes, I understand that. You can't send more than a specific amount of bytes in one go using ble_uart. I have two questions:

    1) Is there another possible way to send a file to the mobile app other than the ble_Uart?

    2) What is the minimum time through which I can send a 234MB file to the mobile App?

    I have read this blog in which they claim "The throughput measured may vary depending on the environment, but the maximum throughput should be around 1365 Kbps for BLE 5 High Speed, 775 Kbps for BLE 4.2, 128 Kbps for BLE 4.1 and 21.3 Kbps for BLE 5 Long Range. Be aware that there may be some inaccuracies in the measurements". How can I achieve this much throughput?

Children
Related