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

How to increase the BLE speed?

How much time translate 8k Bytes by nrf52832?

How to translate the 8K Bytes in one second?

Parents
  • Hi

    The nRF52832 running S132 v5 or later can get very close to the theoretical maximum data transfer rate in BLE, which is approximately 760kbps in normal mode (BT 4.2) or 1360kbps in high speed mode (BT 5). 

    This means it should take approx. 84ms to send 8KB in normal mode versus 47ms in high speed mode. 

    If you have one nRF52832 talking to another this is the speed you can expect, but if the peer is some other device (like a smart phone or PC) then it is harder to predict what the speed will be, since the peer could have it's own limitations. 

    As an example, when running the BLE image transfer demo the nRF52832 can do up to 1200kbps when talking to a Samsung Galaxy S8, and up to 670kbps when talking to a iPhone 8 in high speed mode. In normal mode the speed will be around half of that on both devices. 

    Can you let me know what kind of device you are planning to use on the peer side?

     

    Best regards
    Torbjørn

Reply
  • Hi

    The nRF52832 running S132 v5 or later can get very close to the theoretical maximum data transfer rate in BLE, which is approximately 760kbps in normal mode (BT 4.2) or 1360kbps in high speed mode (BT 5). 

    This means it should take approx. 84ms to send 8KB in normal mode versus 47ms in high speed mode. 

    If you have one nRF52832 talking to another this is the speed you can expect, but if the peer is some other device (like a smart phone or PC) then it is harder to predict what the speed will be, since the peer could have it's own limitations. 

    As an example, when running the BLE image transfer demo the nRF52832 can do up to 1200kbps when talking to a Samsung Galaxy S8, and up to 670kbps when talking to a iPhone 8 in high speed mode. In normal mode the speed will be around half of that on both devices. 

    Can you let me know what kind of device you are planning to use on the peer side?

     

    Best regards
    Torbjørn

Children
Related