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

NUS bluetooth data rate

Dear Teao of Nordic,

which is Bluetooth data rate of NUS example ind case 1 and case 2? Is it dependant of Softdevice Version? Can data rate be configured?

Is it 1Mbit per Default? which means Bluetooth 4.x?

case 1:

using nRF5_SDK_12.3.0_d7731ad

s132_nrf52_3.1.0

case 2:

using nRF5_SDK_15.0.0_a53641a

s132_nrf52_6.0.0

thank you....

Parents
  • The data rate of BLE on the physical and link layer layer is determined by:

    1. The symbol rate/bit rate (1000, 2000, 125, and 500kbps)
    2. Connection interval
    3. Number of packets per connection interval (connection event length extension)
    4. Packet lengths
    5. Packet error rate (link quality)

    The data rate of two devices communication over BLE is determined by:

    1. The capabilities of the BLE radio on both sides of the link
    2. The capabilities of the BLE controller and host on both sides of the link
    3. Link roles, the Central determines the connection parameters (GAP layer), a Peripheral can only request a given set of parameters.
    4. The applications running on the devices. 

    What this means for our NUS example is that the data rate is dependent on the capabilities of the devices on both sides of the link. This is most notable when in a connection with a smartphone as Android and iOS have to leverage the on-air time of its BLE radio with BT classic and most importantly its WIFI activity. There are many manufacturers with many different radios running many different BLE controllers with different wifi modems and ultimately different OS'es. 

    To answer your question; 1000kbps is the default BLE symbol rate and you can change all the parameters mentioned above. The problem is that the data rate as seen by the application is not very deterministic and you will have to conduct measurements for your specific use case. 

    I strongly urge you to use S132 V6.0 (soon 6.1) and SDK15 as it has more capabilities and is more mature than V3.1



  • Dear haakonsch,

    thank you for this Information. 

    Just for Information only....

    how could Symbol data rate be changed to 2000kbps? Would this be possible?

     

                         

  • see Central PHY Update and Peripheral PHY Update. I suggest you search DevZone for similar questions because it has been answered before. 

    In general you'll find what you need by looking through the S132 SoftDevice v6.0.0 API documentation  and SDK API Reference documentation. 

    We're a bit short staffed during the summer vacation, so you'll have to do some research on your own. 

Reply Children
No Data
Related