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

How to set Android nRF Toolbox Uart Send Rate Higher?

I use Android nRF Toolbox Uart and NRF52832(SDK version:17.0.2,app:ble_app_uart)。

I set (RX&TX)PHY 2M,(11.25-15,0,20S)。

form NRF52832 send  data to  Android nRF Toolbox  is 100kb / s 

but i use

public void send(final String text){ 
ifmServiceBinder!= null
mServiceBinder .send(text);
}

from Android nRF Toolbox Uart  send data  to NRF52832 is 1kb / s

  • Hello,

    but i use
    from Android nRF Toolbox Uart  send data  to NRF52832 is 1kb / s

    Could you confirm for that what you mean by this is that you are developing your own application - but you are referencing the nRF Toolbox code - is this correct?
    If so, what is the connection priority that you are using?
    The Application can not determine the connection parameters directly, unfortunately, but you could request a higher connection priority to speed up the communication.
    Please be aware that this will increase power consumption.

    If this was not what you were asking about, please elaborate.

    Best regards,
    Karl

Related