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

Gazell nrf24 host, nrf52 device compatibility

Hi,

We have a product with nrf24L01p Gazell (LastChangedRevision: 133) that acts as a Host. At the moment I'm trying to pair with this host via a PCA10040 Devkit (nRF52832) that acts as a device. For this I'm using the SDK15.3 example: gzll_dynamic_pairing_device_pca10040

Should this setup pair out-of-the-box? Or can I expect some compatibility issues with this setup? At the moment it does not pair at all. Secret key, PIPE addresses and so on are equal.

Parents Reply
  • My suggestion is to first use the nRFgo SDK from v2.3 on a nRF24LE1 DK, and find what changes you must do to make it work there. Is that possible?

    I believe that gazell will give you "GZP_ID_RESP_FAILED" by default if no communication with host is detected. If host does not accept, you should first get a "GZP_ID_RESP_PENDING" response, then a failed response later. Maybe you can monitor the id_req_status for all attempts here (even failing).

Children
Related