<?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>nrf51822 gzll in device，first ack not recive,need second send?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18532/nrf51822-gzll-in-device-first-ack-not-recive-need-second-send</link><description>hi,In the host,
if(nrf_gzll_get_tx_fifo_packet_count(pipe) == 0 )
{
nrf_gzll_add_packet_to_tx_fifo(...);
} 
 In the devcice, every 5 min send packets to host ,but ack always lost.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Dec 2016 10:15:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18532/nrf51822-gzll-in-device-first-ack-not-recive-need-second-send" /><item><title>RE: nrf51822 gzll in device，first ack not recive,need second send?</title><link>https://devzone.nordicsemi.com/thread/71535?ContentTypeID=1</link><pubDate>Thu, 22 Dec 2016 10:15:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:252e7fb3-6c56-41b9-9715-74d69fc0e18c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I would suggest to test with shorter interval than 5minute. As you can see in the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.2.0/gzll_02_user_guide.html?cp=4_0_1_5_0"&gt;doc&lt;/a&gt; at &amp;quot;Example on failing package transaction&amp;quot;, depends on what you configured using nrf_gzll_set_max_tx_attempts() the gazell stack will try to retransmit until it reach the max attempt, and then throw you tx_failed.&lt;/p&gt;
&lt;p&gt;Please try to test with the gzll_ack_payload example in the SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>