• [GZP] Two gazelle "slaves" pairing with each other

    Hello, I have two identical devices with Laird's BL600 chip (that uses NRF51822). They are initialized as NRF_GZLL_MODE_DEVICE and use GZP library (without encryption - only pipe no 2 is used). They are cyclically calling gzp_address_req_send() function…
  • What means gzll error code(8 & 10)?

    Hi, Nordic I have 3 nRF52 devicies, one as Gzll Host, two as Gzll Device. they use Gzp to pair, when paired, two Gzll Device send payload via different pipe ( 2, 3). Gzll Host can receive two Gzll Device payload, then I add ack on two pipes(2…
  • how is Gzp pair (nRF52 with nRF24) distance

    Hi, Nordic nRF52 as GZP Device, nRF24 as GZP Host I know if nRF52 is range of nRF24, the pair will be worked. I want to know what is the distance. And if I use unencrypt, I only want to pair two nRF52, how to disable 3rd nRF52 Device? Gazell…
  • How to set two Devices for one Host on GZP

    Hi, Nordic I have two nRF52 and one nRF24LU1.I want to use Gzp. two nRF52 pairs to the nRF24. I use nRF5 SDK13 GZP device sample, nRF24 Gzp host sample. But only one nRF52 is enabled, GZP pair OK. If two nRF52 are both enabled, two nRF52 do…
  • 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?
  • gzll and gzp

    Hello! Can you please explain differences between gzll and gzp? Thanks~
  • gzp - runtime choice of either host or device mode

    Hello. Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing: What I'm talking about exactly is the fact when adding the gzp library it prompts…
  • Any method transmit data without pairing

    Hi guys I use gazell protocol for my application. I want to try some other way to decide the channel tables. So I decided to monitor the RSSI and chose the channels in less interference(energy).I have few question about this.(51822 device , 24lu1 dongle…
  • Modify clock in gazell on nRF51822

    Hello, sirs. My question is how to configure clock in gazell protocol on nRF51822 I look at the example gzp_dynamic_pairing but that does not have a code part of modifying clock. I know defining SystemCoreClock on "system_nrf51.c" and i don't…