<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52734/gazell-nrf24-host-nrf52-device-compatibility</link><description>Hi, We have a product with nrf24L01p Gazell (LastChangedRevision: 133) that acts as a Host. At the moment I&amp;#39;m trying to pair with this host via a PCA10040 Devkit ( nRF52832 ) that acts as a device. For this I&amp;#39;m using the SDK15.3 example: gzll_dynamic_pairing_device_pca10040</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Sep 2020 20:00:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52734/gazell-nrf24-host-nrf52-device-compatibility" /><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/269948?ContentTypeID=1</link><pubDate>Wed, 16 Sep 2020 20:00:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7dc0cd70-9b95-4462-9a24-c8d3b554730c</guid><dc:creator>Marcel</dc:creator><description>&lt;p&gt;Strange, I received 90+ mails from nordic devzone after updating this topic...?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/269947?ContentTypeID=1</link><pubDate>Wed, 16 Sep 2020 19:53:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3ffe107-4b4a-49c5-92c6-913aeabbbfe9</guid><dc:creator>Marcel</dc:creator><description>&lt;p&gt;Hi Tomas,&lt;br /&gt;unfortunately not, the topic has become active again and we are discussing directly with Nordic FAE atm.&lt;/p&gt;
&lt;p&gt;When we come to the solution, maybe Nordic can also update this topic, I will ask them.&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/269945?ContentTypeID=1</link><pubDate>Wed, 16 Sep 2020 19:36:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ed7da77-92f9-40f4-b33c-d8965a9bace2</guid><dc:creator>Thomas</dc:creator><description>&lt;p&gt;Hello Marcel,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to do a similar thing as you did. Did you manage to solve this issue? What was the solution?&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Thomas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/216390?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2019 13:23:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be422f0a-dbd1-412a-8da4-38a6ab552e45</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I was thinking you already had that. It may get a bit costly to get an nRFgo Starter Kit and an nRF24LE1 DK, though that may also be the only intermediate step that can solve this.&lt;/p&gt;
&lt;p&gt;I was thinking a bit on the sequence&amp;nbsp;&lt;strong&gt;GZP_ID_RESP_PENDING&lt;/strong&gt;&lt;span&gt;&amp;nbsp;-&amp;gt;&amp;nbsp;&lt;strong&gt;GZP_ID_RESP_FAILED.&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Maybe the problem here is not gazell pairing parameters, but the timing.&amp;nbsp;What if the device send packets faster than the host can&amp;nbsp;prepare the encryption key/ID. Not sure if you have measured any timing on the host, but for testing maybe you can add some 10ms delays in&amp;nbsp;gzp_id_req_send() between packets to see if that have any impact on the issue you experience. But if that was the case, then that would not explain why also nRF24L01 device -&amp;gt; nRF52 host fails, so it still seems like a mismatch in parameters.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/216322?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2019 09:44:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02ff2565-0eb2-489f-b857-02a1fed91989</guid><dc:creator>Marcel</dc:creator><description>&lt;p&gt;You are right, I receive the&amp;nbsp;&lt;span&gt;&lt;strong&gt;GZP_ID_RESP_PENDING&lt;/strong&gt; response first before getting the&amp;nbsp;&lt;strong&gt;GZP_ID_RESP_FAILED&lt;/strong&gt;. The default value is:&amp;nbsp;&lt;strong&gt;GZP_ID_RESP_NO_REQUEST&lt;/strong&gt;. We only receive&amp;nbsp;&lt;strong&gt;GZP_ID_RESP_NO_REQUEST&lt;/strong&gt; if we turn off the host.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I will check if we can setup the nRFgo SDK for debugging, we need to order the hardware for that.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/215063?ContentTypeID=1</link><pubDate>Tue, 15 Oct 2019 12:05:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71e738a4-024c-465b-85ad-71caf356f06b</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;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?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I believe&amp;nbsp;that gazell will give you &amp;quot;GZP_ID_RESP_FAILED&amp;quot; by default if no communication with host is detected. If host does not accept,&amp;nbsp;you should first get a &amp;quot;GZP_ID_RESP_PENDING&amp;quot; response, then a failed response later. Maybe you can monitor the&amp;nbsp;id_req_status for all attempts here (even failing).&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/215056?ContentTypeID=1</link><pubDate>Tue, 15 Oct 2019 11:43:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff62fe7f-f05b-43ca-8a6b-10bf25f9d009</guid><dc:creator>Marcel</dc:creator><description>&lt;p&gt;When I add:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;NRF_LOG_INFO(&amp;quot;Gazelle: transmission:, id_req_status: %x send_crypt_data: %x&amp;quot;, id_req_status, send_crypt_data);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The result is:&lt;/p&gt;
&lt;p&gt;&amp;lt;info&amp;gt; app: Gazelle: transmission:, id_req_status: 3 send_crypt_data: 0&lt;br /&gt;&amp;lt;info&amp;gt; app: Gazelle: transmission:, id_req_status: 3 send_crypt_data: 1&lt;/p&gt;
&lt;p&gt;3=&amp;nbsp;GZP_ID_RESP_FAILED&lt;/p&gt;
&lt;p&gt;For some reason there is a problem with &amp;quot;host ID&amp;quot; request.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I can confirm that these params are equal on both, the host and device:&lt;/p&gt;
&lt;h2&gt;Factory preset parameters&lt;/h2&gt;
&lt;p&gt;For pairing and key exchange to occur, an unpaired Host and Device must share the following factory preset parameters in the following table:&lt;/p&gt;
&lt;table border="1" cellspacing="0"&gt;
&lt;tbody&gt;
&lt;tr align="center"&gt;
&lt;td colspan="1" rowspan="1"&gt;Parameter&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;Secret?&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;Bytes&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;Purpose&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;Set&lt;/td&gt;
&lt;/tr&gt;
&lt;tr align="center"&gt;
&lt;td colspan="1" rowspan="1"&gt;Secret Key&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;Yes&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;16&lt;/td&gt;
&lt;td align="left" colspan="1" rowspan="1"&gt;Encrypting Host ID when sent from Host to Device&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;Factory preset&lt;/td&gt;
&lt;/tr&gt;
&lt;tr align="center"&gt;
&lt;td colspan="1" rowspan="1"&gt;Pairing Address&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;No&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;5&lt;/td&gt;
&lt;td align="left" colspan="1" rowspan="1"&gt;Sending of System Address from Host to Device&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;Factory preset&lt;/td&gt;
&lt;/tr&gt;
&lt;tr align="center"&gt;
&lt;td colspan="1" rowspan="1"&gt;Packet Validation ID&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;No&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;3&lt;/td&gt;
&lt;td align="left" colspan="1" rowspan="1"&gt;Authentication of packets&lt;/td&gt;
&lt;td colspan="1" rowspan="1"&gt;Factory preset&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/212725?ContentTypeID=1</link><pubDate>Tue, 01 Oct 2019 07:40:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75ccf031-a6fd-498a-bfae-04927f950599</guid><dc:creator>Marcel</dc:creator><description>&lt;p&gt;Hi, I just checked this, but it doesn&amp;#39;t seem related to my issue.&lt;/p&gt;
&lt;p&gt;Edit: I also checked the original &lt;span&gt;nRFgo&amp;nbsp;implementation as you mentioned, there are no differences.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/212718?ContentTypeID=1</link><pubDate>Tue, 01 Oct 2019 07:03:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10d0172f-a3ed-4925-9303-97c5e7d56468</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;It&amp;#39;s been a while since I worked on Gazell, but can it be related to;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/20823/gazell-pairing-library-only-support-one-encrypted-pipe/81331#81331"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/20823/gazell-pairing-library-only-support-one-encrypted-pipe/81331#81331&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/212684?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2019 20:57:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66c56a6c-5cbb-4ca7-9849-177a6dd98e4b</guid><dc:creator>Marcel</dc:creator><description>&lt;p&gt;I have to correct previous post:&lt;br /&gt;&lt;span&gt;I only receive error messages at the&amp;nbsp;&lt;/span&gt;&lt;strong&gt;&amp;quot;encrypted data&amp;quot;.&lt;/strong&gt; Because the VAR send_crypt_data was inverted just before, sorry. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Chip markings:&lt;/strong&gt; NRF 0, 24L01+,&amp;nbsp;1716NH&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/212664?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2019 15:41:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3214d8f-2603-4a7a-a669-32b5ca795f99</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Can you provide chip markings on the nRF24L01 you have there?&lt;/p&gt;
&lt;p&gt;Any way you can compare your implementation with the nRFgo SDKv2.3 (the SDK for the nRF24-series) that the gzp is tested with?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/212655?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2019 15:03:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:284287d4-4ef6-40ee-bf2f-ceef8a2e3de4</guid><dc:creator>Marcel</dc:creator><description>&lt;p&gt;You mean like:&amp;nbsp;#define GZP_ADDRESS 10, 8, 6, 4&lt;/p&gt;
&lt;p&gt;I notice that if the nrf24 host is powered off, I receive this message on the nrf52 device: &amp;quot;&amp;lt;error&amp;gt; app: Gazelle: transmission failed&amp;quot; about every second, when I power on the nrf24 host, the frequency of receiving this message is increased. So there seems to be some kind of communication.&lt;/p&gt;
&lt;p&gt;When I try:&amp;nbsp;&lt;span&gt;#define GZP_ADDRESS 10, 8, 6, 4, I don&amp;#39;t see the effect.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;edit 1: I also tried to pair with our &lt;strong&gt;nrf24&lt;/strong&gt; &lt;span style="text-decoration:underline;"&gt;device&lt;/span&gt; product to pair with &lt;strong&gt;nrf52 devkit&lt;/strong&gt; as &lt;span style="text-decoration:underline;"&gt;host&lt;/span&gt;, this also doesn&amp;#39;t work.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;edit 2: If I modify the example to this:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;if(send_crypt_data)
{	
    NRF_LOG_ERROR(&amp;quot;Gazelle: encrypted transmission failed&amp;quot;);
}
else
{
    NRF_LOG_ERROR(&amp;quot;Gazelle: not crypted transmission failed&amp;quot;);
}&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I only receive error messages at the &lt;strong&gt;&amp;quot;not encrypted data&amp;quot;&lt;/strong&gt;, for some reason the encrypted messages do arrive? So this means I&amp;#39;m paired, can you elaborate?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/212653?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2019 14:57:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7001459-285c-4fd9-a3d0-7af774647c55</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Can you try to swap the order (MSB vs. LSB)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/212648?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2019 14:36:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26f9f5f8-9f1a-434c-bd3f-3685a13046cd</guid><dc:creator>Marcel</dc:creator><description>&lt;p&gt;Yes, they all match&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/212645?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2019 14:27:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41ac4014-2286-4c53-a15e-4328bd10fa02</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Have you tried to modify the defines in&amp;nbsp;nrf_gzp_config.h:&lt;/p&gt;
&lt;p&gt;#define GZP_ADDRESS 4, 6, 8, 10&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also see some&amp;nbsp;Global variables in&amp;nbsp;nrf_gzp.c&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/212616?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2019 13:11:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e84a2182-a23d-4b15-8eb0-b0218f0153aa</guid><dc:creator>Marcel</dc:creator><description>&lt;p&gt;Thanks! I suspect that the issue can be in the pipe addresses, this part:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;/*****************************************************************************/
/** @name Default Address configuration */
/*****************************************************************************/

/*
Corresponds to Legacy nRFgo SDK Gazell config:
#define GZLL_DEFAULT_ADDRESS_PIPE0 {0x01, 0x04, 0x07, 0x0A, 0x0D}
#define GZLL_DEFAULT_ADDRESS_PIPE1 {0x02, 0x05, 0x08, 0x0B, 0x0E}
#define GZLL_DEFAULT_ADDRESS_PIPE2 3
#define GZLL_DEFAULT_ADDRESS_PIPE3 4
#define GZLL_DEFAULT_ADDRESS_PIPE4 5
#define GZLL_DEFAULT_ADDRESS_PIPE5 6
*/

#define NRF_GZLL_DEFAULT_FULL_ADDRESS_PIPE0  {0x01, 0x04, 0x07, 0x0A, 0x0D}   ///&amp;lt; Corresponding legacy Gazell pipe 0 address.
#define NRF_GZLL_DEFAULT_BASE_ADDRESS_0      0x0D0A0704                       ///&amp;lt; Default base address 0.
#define NRF_GZLL_DEFAULT_BASE_ADDRESS_1      0x0E0B0805                       ///&amp;lt; Default base address 1.
#define NRF_GZLL_DEFAULT_PREFIX_BYTE_0       1                                ///&amp;lt; Default prefix address pipe 0.
#define NRF_GZLL_DEFAULT_PREFIX_BYTE_1       2                                ///&amp;lt; Default prefix address pipe 1.
#define NRF_GZLL_DEFAULT_PREFIX_BYTE_2       3                                ///&amp;lt; Default prefix address pipe 2.
#define NRF_GZLL_DEFAULT_PREFIX_BYTE_3       4                                ///&amp;lt; Default prefix address pipe 3.
#define NRF_GZLL_DEFAULT_PREFIX_BYTE_4       5                                ///&amp;lt; Default prefix address pipe 4.
#define NRF_GZLL_DEFAULT_PREFIX_BYTE_5       6                                ///&amp;lt; Default prefix address pipe 5.
#define NRF_GZLL_DEFAULT_PREFIX_BYTE_6       7                                ///&amp;lt; Default prefix address pipe 6.
#define NRF_GZLL_DEFAULT_PREFIX_BYTE_7       8                                ///&amp;lt; Default prefix address pipe 7.
#define NRF_GZLL_DEFAULT_BASE_ADDRESS_LENGTH NRF_GZLL_BASE_ADDRESS_LENGTH_4B  ///&amp;lt; Default on-air base address length.
#define NRF_GZLL_DEFAULT_RX_PIPES_ENABLED    0x000000FF                       ///&amp;lt; Enabled Rx pipes. See nrf_gzll_set_rx_pipes_enabled().
/** @} */&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;We are using the &amp;quot;legacy&amp;quot; pipe configuration, how should I modify this part to use the legacy addresses?&amp;nbsp;During the pairing the host and device are on top of each other&amp;nbsp;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&amp;nbsp;Or should this part also be backwards compatible already?&lt;/p&gt;
&lt;p&gt;Edit: I&amp;#39;m able to pair between 2 NRF52 dev kits, but that&amp;#39;s&amp;nbsp;obvious of course.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazell nrf24 host, nrf52 device compatibility</title><link>https://devzone.nordicsemi.com/thread/212532?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2019 11:15:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:459641d8-4c46-47ad-8624-b2996bfe00a4</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;It should be backwards compatible yes:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/gzll_02_user_guide.html?cp=5_1_5_3"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/gzll_02_user_guide.html?cp=5_1_5_3&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/gzp_02_user_guide.html?cp=5_1_5_4"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/gzp_02_user_guide.html?cp=5_1_5_4&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Just make sure that they are in close proximity (you can try to move the on top of eachother):&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/gzp_02_user_guide.html?cp=5_1_5_4_2#gzpair_proximity"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/gzp_02_user_guide.html?cp=5_1_5_4_2#gzpair_proximity&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>