This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use gzp for one nRF24 Dongle to pair two nRF52

Hi, Nordic Now, I have one nRF24 Dongle, two nRF52 devices.

two nRF52 devices will send data to nRF24 via ESB(gzll), but need to pair.

Can two nRF52 devices can pair to same one nRF24 Dongle?

If yes, how to set?

Parents
  • Hi Chaw,

    Unfortunately, Gazell pairing library only support one encrypted pipe.

    If you can use gzp but with no encryption then it's ok to have more than one device. Otherwise you would need to implement your own pairing library and base your protocol on normal gazell/ESB.

Reply
  • Hi Chaw,

    Unfortunately, Gazell pairing library only support one encrypted pipe.

    If you can use gzp but with no encryption then it's ok to have more than one device. Otherwise you would need to implement your own pairing library and base your protocol on normal gazell/ESB.

Children
Related