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.

  • In our gzp example, for example gzll_dynamic_pairing, we do show both type, sending crypt data and sending uncrypted data on UNENCRYPTED_DATA_PIPE. By design pipe 2-8 can be used as UNENCRYPTED_DATA_PIPE.

    Using gzp without encryption is no better than using gzll, you can think of using gzll directly.

Reply
  • In our gzp example, for example gzll_dynamic_pairing, we do show both type, sending crypt data and sending uncrypted data on UNENCRYPTED_DATA_PIPE. By design pipe 2-8 can be used as UNENCRYPTED_DATA_PIPE.

    Using gzp without encryption is no better than using gzll, you can think of using gzll directly.

Children
No Data
Related