52832 Reception rate

hi:

      I use ble_app_uart routine, test the receiving rate, use the mobile phone to send data, 52832 receive the fastest can only be 10KB.

In addition, when the interval time is set to 30, the NRF_SDH_BLE_GAP_EVENT_LENGTH can only be set to 6, otherwise it cannot run.

Parents
  • Hello,

    Please see the Throughput documentation for more information about which combination of connection parameters that yield the highest throughput.

    Additionally it could be helpful to try out the experimental throughput example, if you wish to test the different parameters to measure the effects that they have on your throughput.

    Please note that it is the central device that determines which connection parameters are being used, always. A peripheral may only request an update of the connection parameters, which the central can reject. In that case, the peripheral must either just accept the connection parameters set by the central, or terminate the link - i.e there is no way for the peripheral to force a change in these parameters.

    Best regards,
    Karl

Reply
  • Hello,

    Please see the Throughput documentation for more information about which combination of connection parameters that yield the highest throughput.

    Additionally it could be helpful to try out the experimental throughput example, if you wish to test the different parameters to measure the effects that they have on your throughput.

    Please note that it is the central device that determines which connection parameters are being used, always. A peripheral may only request an update of the connection parameters, which the central can reject. In that case, the peripheral must either just accept the connection parameters set by the central, or terminate the link - i.e there is no way for the peripheral to force a change in these parameters.

    Best regards,
    Karl

Children
Related