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

how to add a capslock function in gazell of 'nrfready_desktop'?

I'd like to add a capslock function in gazell when i am developing a keyboard based on 'nrfready_desktop_2_v3.1.0'. After i have read the source code from nordic, i cant found about how to get the RX datas from the Host unit. So, it is the same as how get a rx data from a host in gazell protocol. thanks !

  • Hi Andy

    My colleague Håkon recently answered a similar case in the MyPage, maybe that was from you as well?

    Unfortunately, this is not possible (not reliable) with nRFready Desktop. When using Gazell + Gazell Pairing (gzp), the bi-directional link is claimed by the RF PIPE 1, which is the encrypted pipe. In this mode, it is not reliable to send data from the host -> device, as the encrypted data pipe will always ensure that the keys have highest priority (ie; it will flush the TX FIFO for every pipe1 transaction).

    Best regards
    Torbjørn

Related