<?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>Gazel failure to receive NRF51 SDK10</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17716/gazel-failure-to-receive-nrf51-sdk10</link><description>Hi there 
 I have encountered another issue with a repeater that I am working on. 
 The program follows this basic sequence: 
 
 Setup as NRF_GZLL_MODE_HOST
 Wait for nrf_gzll_host_rx_data_ready()
 Setup as NRF_GZLL_MODE_DEVICE
 Transmit with nrf_gzll_add_packet_to_tx_fifo</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Nov 2016 16:20:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17716/gazel-failure-to-receive-nrf51-sdk10" /><item><title>RE: Gazel failure to receive NRF51 SDK10</title><link>https://devzone.nordicsemi.com/thread/68195?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2016 16:20:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16e51665-c97d-4439-a2af-aadb8fab9562</guid><dc:creator>Elliott Makin</dc:creator><description>&lt;p&gt;Ok I have 3off PCA10028 boards here. I should be able to set them up in a similar manner to my application starting with the gzll_ack_payload examples and hopefully generate the same issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazel failure to receive NRF51 SDK10</title><link>https://devzone.nordicsemi.com/thread/68194?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2016 15:49:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0dd9180e-1f73-49d2-96d9-543bf8edeeca</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure what could be wrong here. Can you reproduce the issue using the example from our SDK ? It will be easier if we can reproduce the same here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazel failure to receive NRF51 SDK10</title><link>https://devzone.nordicsemi.com/thread/68193?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2016 09:50:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a44fe71-3afa-4a83-a05c-880cb13cea61</guid><dc:creator>Elliott Makin</dc:creator><description>&lt;p&gt;Yes I meant device enters NRF_GZLL_MODE_HOST.... Sorry.&lt;/p&gt;
&lt;p&gt;Yes every time I switch between host and device the radio is disabled....&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;nrf_gzll_disable();
....&lt;br /&gt;
nrf_gzll_init(NRF_GZLL_MODE_HOST);&lt;br /&gt;
nrf_gzll_set_base_address_0(PairingAddress);
nrf_gzll_set_base_address_1(BindingAddress);
nrf_gzll_set_channel_table(channel_table, CHANNEL_TABLE_SIZE);
nrf_gzll_set_datarate(NRF_GZLL_DATARATE_250KBIT);
nrf_gzll_set_timeslot_period(5000);
nrf_gzll_set_tx_power(NRF_GZLL_TX_POWER_4_DBM);&lt;br /&gt;
nrf_gzll_set_timeslots_per_channel(10);
nrf_gzll_set_timeslots_per_channel_when_device_out_of_sync(10);
nrf_gzll_set_device_channel_selection_policy(   NRF_GZLL_DEVICE_CHANNEL_SELECTION_POLICY_USE_SUCCESSFUL);
nrf_gzll_set_sync_lifetime(0);
RadioStatus = &amp;#39;R&amp;#39;;
nrf_gzll_enable();&lt;/p&gt;
&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gazel failure to receive NRF51 SDK10</title><link>https://devzone.nordicsemi.com/thread/68192?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2016 09:35:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6737cca-2eea-46c6-a8ca-e4136336b985</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I assume you meant &amp;quot;Without the delay the unit enters &lt;strong&gt;NRF_GZLL_MODE_HOST&lt;/strong&gt; but nrf_gzll_host_rx_data_ready() is never called&amp;quot;&lt;/p&gt;
&lt;p&gt;How do you switch to mode Host ? have you tried to disable and enable gazell again before you switch  ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>