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

how is Gzp pair (nRF52 with nRF24) distance

Hi, Nordic nRF52 as GZP Device, nRF24 as GZP Host

I know if nRF52 is range of nRF24, the pair will be worked.

I want to know what is the distance.

And if I use unencrypt, I only want to pair two nRF52, how to disable 3rd nRF52 Device?

Gazell can not operate pair, right?

Parents
  • Hi

    There is a proximity pairing feature in GZP whereby a pairing request will only be accepted if the signal strength is above a certain value. In the nRF24 hosts this is implemented using the Received Power Detect (RPD) bit, which kicks in when an incoming signal is stronger than -64dBm. Exactly what range this equals is hard to predict, and can change depending on environmental factors, the hardware used and so forth, but I would expect the pairing range to be less than 1m.

    If you close the pairing pipe after two devices are connected you should be able to limit the host to only support those two.

    I don't understand what you mean with "Gazell can not operate pair". Could you elaborate?

    Best regards
    Torbjørn

  • Hi. There is no system for assigning pipes dynamically, in our examples this is statically defined (for example, the keyboard always uses pipe 1, the mouse pipe 2, remote pipe 3 and so forth). Either you have to do the same, or implement some functionality on top of GZP to tell the devices what pipe to use (assigning a fixed pipe for this purpose).

Reply Children
No Data
Related