Transmission limitations

As far as I know, there is a limit on the number of packets that can be transmitted in each connection event of a Bluetooth transmission. Is there any configuration that can be modified by the user to increase the number of packages that can be sent?

Parents
  • Hello,

    There are several factors which determine how many packets you can send per connection interval, and the number of packets is often limited by the receiving central (unless you have an nRF on both sides of the connection). I recommend you use the nRF Sniffer for Bluetooth LE to check how many packets it is currently able to send.

    You can then try to adjust relevant BT configurations parameters to see if you can improve it. The Bluetooth: Throughput sample is configures the Bluetooth stack for maximum transfer speed, so you can use the configurations from this sample as a reference.

    Best regards,

    Vidar

Reply
  • Hello,

    There are several factors which determine how many packets you can send per connection interval, and the number of packets is often limited by the receiving central (unless you have an nRF on both sides of the connection). I recommend you use the nRF Sniffer for Bluetooth LE to check how many packets it is currently able to send.

    You can then try to adjust relevant BT configurations parameters to see if you can improve it. The Bluetooth: Throughput sample is configures the Bluetooth stack for maximum transfer speed, so you can use the configurations from this sample as a reference.

    Best regards,

    Vidar

Children
No Data
Related