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.

  • my app scenirao is that I want to add gzll_pairing, my product maybe very many same devices(nRF52 and nRF24), if only gzll, it can be not good.

    So I need that: first, gzll_dynamic_pairing working, then transfer data via uncrypted data on UNENCRYPTED_DATA_PIPE, is that possible?

Reply
  • my app scenirao is that I want to add gzll_pairing, my product maybe very many same devices(nRF52 and nRF24), if only gzll, it can be not good.

    So I need that: first, gzll_dynamic_pairing working, then transfer data via uncrypted data on UNENCRYPTED_DATA_PIPE, is that possible?

Children
No Data
Related