<?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 know whether frequence hop successful with gzl?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10052/how-to-know-whether-frequence-hop-successful-with-gzl</link><description>Hi:
I want to get frequence hopping with gzl, Now I finish config gzl and commuicate successful between host and device. But I don&amp;#39;t know whether frequence hop successful? would you please give some suggestion. I have an oscilloscope of 50MHz only.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Nov 2015 14:03:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10052/how-to-know-whether-frequence-hop-successful-with-gzl" /><item><title>RE: How to know whether frequence hop successful with gzl?</title><link>https://devzone.nordicsemi.com/thread/37254?ContentTypeID=1</link><pubDate>Thu, 05 Nov 2015 14:03:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd95bb0d-0996-4d7c-a4bc-e32a95e39130</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;num_channel_switches is number of channel switches needed during previous packet transmission. Since you are using NRF_GZLL_DEVICE_CHANNEL_SELECTION_POLICY_USE_SUCCESSFUL the Device will start sending packets on the channel it last had a successfully acknowledged transmission as long as you are in sync and as long as all packets are successful I guess you will never change channel, and you will never get a num_channel_switches above 0.  If you try to only have the device active and then turn on the host, you should get something else than 0. Or you can try using NRF_GZLL_DEVICE_CHANNEL_SELECTION_POLICY_USE_CURRENT. I&amp;#39;m not sure when the NRF_RADIO-&amp;gt;FREQUENCY is set, but I think you can use it to see if the frequency is changing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to know whether frequence hop successful with gzl?</title><link>https://devzone.nordicsemi.com/thread/37253?ContentTypeID=1</link><pubDate>Thu, 05 Nov 2015 01:04:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a53221e0-34b8-42d1-ac4f-d4986e32261b</guid><dc:creator>chenyu</dc:creator><description>&lt;p&gt;Sorry, I  want to know if frequency hopping is working. What is the nrf_gzll_device_tx_info_t.num_channel_switches mean? Will it show the current channel? I print it in callback function(nrf_gzll_device_tx_success()),but I found its value is always 0. Instead, It seems that the register(NRF_RADIO-&amp;gt;FREQUENCY) show the current channel? Am I right and can I use this register to identify frequency hop is working?
Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to know whether frequence hop successful with gzl?</title><link>https://devzone.nordicsemi.com/thread/37252?ContentTypeID=1</link><pubDate>Wed, 04 Nov 2015 10:20:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04ef2c28-41fa-4076-8e0c-5ada52b048ef</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I don&amp;#39;t quite understand. Do you want to know if one frequency hop is successful or do you want to know if frequency hopping is working? I&amp;#39;m don&amp;#39;t think you can test if one frequency hop is successful.&lt;/p&gt;
&lt;p&gt;Maybe you can use the nrf_gzll_device_tx_info_t struct that comes with nrf_gzll_device_tx_success() callback?&lt;/p&gt;
&lt;p&gt;It contains the number of tx attempts and number of channel switches(frequency hops).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>