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

nrf24lu1p how to disable pair with gazell

Hi ,I am now using nrf24lu1p and 51822 for communication, the use of Gazell for paired debugging, and now want to use the upper authorities to close the NRF24LU1P Gazell pairing function, how do I set?

Parents
  • Hi Xiao,

    Thanks for the explanation. You can either disable pairing using gzp_pairing_enable(false). This will close the pairing pipe.

    Or you can reject pairing request by calling gzp_id_req_reject() when you receive HostID request. In our example we always grant the request when we receive gzp_id_req_received()

    Please have a look at the gzp host example in the SDK.

Reply
  • Hi Xiao,

    Thanks for the explanation. You can either disable pairing using gzp_pairing_enable(false). This will close the pairing pipe.

    Or you can reject pairing request by calling gzp_id_req_reject() when you receive HostID request. In our example we always grant the request when we receive gzp_id_req_received()

    Please have a look at the gzp host example in the SDK.

Children
No Data
Related