<?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>GZLL Device Crypt, Host ??</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2152/gzll-device-crypt-host</link><description>We have a project for a sauna controllunit,
A remotcontrolle and hostunit which controlles the sauna. The Device send comands to the host, the host sends Ack + Payload (the payload includes some informations that the remotconrolle needs to know).
We</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Apr 2014 06:06:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2152/gzll-device-crypt-host" /><item><title>RE: GZLL Device Crypt, Host ??</title><link>https://devzone.nordicsemi.com/thread/9139?ContentTypeID=1</link><pubDate>Tue, 15 Apr 2014 06:06:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d064fa8-0d81-4fc7-b8d0-7941d9be2841</guid><dc:creator>Joachim Schloz</dc:creator><description>&lt;p&gt;No one any ideas?
Not even a correction of my bad englisch? :D or would help some more informations?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GZLL Device Crypt, Host ??</title><link>https://devzone.nordicsemi.com/thread/9138?ContentTypeID=1</link><pubDate>Thu, 10 Apr 2014 13:38:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb5799af-c9d9-4658-a187-eb71e16bbb70</guid><dc:creator>Joachim Schloz</dc:creator><description>&lt;p&gt;We checked the exampels &amp;quot;gzll_device_ack_payload&amp;quot;, &amp;quot;gzll_device_w_dynamic_pairing&amp;quot;, &amp;quot;gzll_host_ack_payload&amp;quot; and &amp;quot;gzll_host_w_dynamic_pairing&amp;quot; but could not clearly find out where is the problem.
We setting up the Device and the Host like the &amp;quot;Gazzel Link Layer User Guide&amp;quot; says.&lt;/p&gt;
&lt;p&gt;Device:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;

  nrf_gzll_init(NRF_GZLL_MODE_DEVICE);
  nrf_gzll_set_rx_pipes_enabled(nrf_gzll_get_rx_pipes_enabled() | (1 &amp;lt;&amp;lt; UNENCRYPTED_DATA_PIPE));  //JSC Test
  nrf_gzll_set_max_tx_attempts(100);
  nrf_gzll_set_timeslot_period(NRF_GZLLDE_RXPERIOD_DIV_2);  // Half RX period on nRF24Lxx device
  nrf_gzll_set_tx_power(NRF_GZLL_TX_POWER_4_DBM);
  
  gzp_init();
  nrf_gzll_enable();


&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Host:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;

  nrf_gzll_init(NRF_GZLL_MODE_HOST);
  nrf_gzll_set_rx_pipes_enabled(nrf_gzll_get_rx_pipes_enabled() | (1 &amp;lt;&amp;lt; UNENCRYPTED_DATA_PIPE));
  nrf_gzll_set_timeslot_period(NRF_GZLLDE_RXPERIOD_DIV_2);
  
  gzp_init();
  gzp_pairing_enable(true);
  nrf_gzll_enable();


&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Did we somethinge missed?
We use the nrf51822&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>