<?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>How to use gzp for one nRF24 Dongle to pair two nRF52</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18344/how-to-use-gzp-for-one-nrf24-dongle-to-pair-two-nrf52</link><description>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?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Feb 2017 16:00:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18344/how-to-use-gzp-for-one-nrf24-dongle-to-pair-two-nrf52" /><item><title>RE: How to use gzp for one nRF24 Dongle to pair two nRF52</title><link>https://devzone.nordicsemi.com/thread/70842?ContentTypeID=1</link><pubDate>Wed, 01 Feb 2017 16:00:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0a26f88-be60-49c0-91e7-1e4900682719</guid><dc:creator>laurentc</dc:creator><description>&lt;p&gt;Hello,
So, in this context, you would have the device request for a free pipe number (using the encrypted pipe, at the end of pairing) and the host would Ack that number (or pipe address). Then, does gzl manage magically everything ? I bet no. If I want to manage up to 2 devices simultaneously, I expect that I have to set all the timeslot and synchronization configuration from the start so that they can share the bandwidth.  Right ? Is there any tool that can help with that ? Where I would say : I want to sustain such bitrate on a pipe, and another bitrate on a second pipe. Especially NRF_GZLL_DEFAULT_TIMESLOT_PERIOD and NRF_GZLL_DEFAULT_TIMESLOTS_PER_CHANNEL. I find it hard to guess the right values to choose.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use gzp for one nRF24 Dongle to pair two nRF52</title><link>https://devzone.nordicsemi.com/thread/70841?ContentTypeID=1</link><pubDate>Mon, 19 Dec 2016 00:23:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b1e35c6-866e-4309-b6bc-223a7e2d8370</guid><dc:creator>Chaw</dc:creator><description>&lt;p&gt;ok, thanks, I will try to test it .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use gzp for one nRF24 Dongle to pair two nRF52</title><link>https://devzone.nordicsemi.com/thread/70840?ContentTypeID=1</link><pubDate>Fri, 16 Dec 2016 10:07:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cc8b81b-cc82-4eb8-a0a3-417982a4b042</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Chaw,&lt;/p&gt;
&lt;p&gt;Yes, you are correct, I was thinking on security point of view. But if you want to use pairing as to do the dynamic configuration such as exchange system address, frequency hopping table, then it&amp;#39;s a good idea to use gzll_dynamic_pairing then transfer data via unencrypted pipes (note that each device would need one unencrypted pipe to be able to communicate concurrently. )&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use gzp for one nRF24 Dongle to pair two nRF52</title><link>https://devzone.nordicsemi.com/thread/70839?ContentTypeID=1</link><pubDate>Fri, 16 Dec 2016 01:35:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0635f7da-8dcf-468d-aa52-43563d9fbdb0</guid><dc:creator>Chaw</dc:creator><description>&lt;p&gt;my app scenirao is that I want to add gzll_pairing, my product maybe very many same devices(nRF52 and nRF24), if only gzll, it can be not good.&lt;/p&gt;
&lt;p&gt;So I need that: first, gzll_dynamic_pairing working, then transfer data via uncrypted data on UNENCRYPTED_DATA_PIPE, is that possible?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use gzp for one nRF24 Dongle to pair two nRF52</title><link>https://devzone.nordicsemi.com/thread/70837?ContentTypeID=1</link><pubDate>Thu, 15 Dec 2016 09:44:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12635118-28a9-4b0a-8f8e-137cae873794</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;Using gzp without encryption is no better than using gzll, you can think of using gzll directly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use gzp for one nRF24 Dongle to pair two nRF52</title><link>https://devzone.nordicsemi.com/thread/70838?ContentTypeID=1</link><pubDate>Thu, 15 Dec 2016 01:57:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e11cbab-89fd-4b61-9865-4b2aac8e8680</guid><dc:creator>Chaw</dc:creator><description>&lt;p&gt;Thanks.
Could you share how to disable gzp encryption for nRF52 and nRF24?&lt;/p&gt;
&lt;p&gt;And I check SDK example, nRF52 gzp Device use encryption, where can I find gzp demo with no encryption?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use gzp for one nRF24 Dongle to pair two nRF52</title><link>https://devzone.nordicsemi.com/thread/70836?ContentTypeID=1</link><pubDate>Wed, 14 Dec 2016 11:14:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:112e322a-9065-4a83-bd70-bdebb698ceba</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Chaw,&lt;/p&gt;
&lt;p&gt;Unfortunately, Gazell pairing library only support one encrypted pipe.&lt;/p&gt;
&lt;p&gt;If you can use gzp but with no encryption then it&amp;#39;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.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>