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

nRF51822 HID example - delay between characters

Hi,

I'm using SDK 4.4.2 and softdevice 5.2.1 to try the HID example. Although it is provided for the nRF6350 kit, I ported (buttons and LEDs) the example to the EV kit (PC1001) and I can connect both to iOS and OS X without any issues. However, typing out the 'hello' sequence takes too long time, it seems like I have to wait almost a second between the button presses to be able to type out the next character. If I press the button too quickly then the next character won't by typed until I wait for a while again. I see this on iOS and OS X too so I suspect it has to do with the example code. I tried to change slave latency from 6 to 0 without any luck. I'd be grateful if you guys can advise where to continue to look for the source of the problem.

Related