nrf52832 ble-hids-keyboard -measure the bluetooth report rate

I want to measure the Bluetooth report rate. Is there a way to do it?

Or let me know if you have any information on the basic nrf52832ble response speed.

Parents
  • Hello,

    I am not completely sure what you mean. We have samples that can test the throughput, and you can create samples that can test the back and forth latency (by replying to a message, and timing the time it takes from you send until you get a reply). But none of these are trivial to test in the ble-hids-keyboard sample, since you can't send as much data as you like (only keyboard data), and you can't get the computer to reply back.

    Also, the response speed heavily depends on the connection parameters (connection interval). The shortest possible is 7.5ms. Whenever you send a message, it will be sent in the next connection event (which occurs every connection interval). For BLE lkeyboards the connection interval is typically 7.5ms.

Reply
  • Hello,

    I am not completely sure what you mean. We have samples that can test the throughput, and you can create samples that can test the back and forth latency (by replying to a message, and timing the time it takes from you send until you get a reply). But none of these are trivial to test in the ble-hids-keyboard sample, since you can't send as much data as you like (only keyboard data), and you can't get the computer to reply back.

    Also, the response speed heavily depends on the connection parameters (connection interval). The shortest possible is 7.5ms. Whenever you send a message, it will be sent in the next connection event (which occurs every connection interval). For BLE lkeyboards the connection interval is typically 7.5ms.

Children
Related