<?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>ANT network number</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4006/ant-network-number</link><description>I&amp;#39;m using nRF51422-QFAA E00 with S310, nRF51 5.2.0 
 When I configure ANT channel as a Master with Network number 0, all works OK. But if I try to set different network number I can&amp;#39;t see any packet in the air. 
 For communication scan I&amp;#39;m using ANTware</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Oct 2014 07:48:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4006/ant-network-number" /><item><title>RE: ANT network number</title><link>https://devzone.nordicsemi.com/thread/14390?ContentTypeID=1</link><pubDate>Thu, 16 Oct 2014 07:48:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f37d182a-b103-4a87-81ea-bd47f4d7bacc</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;Yes, without that document the API is partly not understandable. The ucTransmitType parameter from the sd_ant_channel_id_set() function is for example nowhere in the SDK documentation documented.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT network number</title><link>https://devzone.nordicsemi.com/thread/14393?ContentTypeID=1</link><pubDate>Wed, 08 Oct 2014 10:20:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:154f07df-b611-4fb8-b5a0-7bd3b4434c35</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I understand why that could be a bit confusing. I recommend you to use the &lt;a href="http://www.thisisant.com/developer/ant/ant-basics/"&gt;&lt;strong&gt;ANT Message Protocol and Usage document&lt;/strong&gt;&lt;/a&gt; in addtion to the SDK documentation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT network number</title><link>https://devzone.nordicsemi.com/thread/14389?ContentTypeID=1</link><pubDate>Wed, 08 Oct 2014 09:43:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4033b213-202f-4fe5-9732-475e1dc539f3</guid><dc:creator>Ck</dc:creator><description>&lt;p&gt;Yes exactly &amp;quot;through a network number&amp;quot;. I was just confused with description in SDK reference where term network key is used directly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT network number</title><link>https://devzone.nordicsemi.com/thread/14392?ContentTypeID=1</link><pubDate>Wed, 08 Oct 2014 09:32:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c837fbe8-72f9-462f-adf7-a5d49a8936a4</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I don&amp;#39;t understand what you mean. &lt;code&gt;sd_ant_network_address_set()&lt;/code&gt; assigns a network key to a network number. &lt;code&gt;sd_ant_channel_assign()&lt;/code&gt; associates a network key with a channel through a network number.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT network number</title><link>https://devzone.nordicsemi.com/thread/14391?ContentTypeID=1</link><pubDate>Wed, 08 Oct 2014 08:15:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9326feb6-5fbd-440a-9fbf-5d41beb624be</guid><dc:creator>Ck</dc:creator><description>&lt;p&gt;Thanks Petter, you are right I was using wrong parameter in sd_ant_network_address_set. Now it&amp;#39;s working OK. BTW you are not right with sd_ant_channel_assign, although reference says &lt;em&gt;[in]	ucNetwork	is an unsigned char (1 octet) denoting the network key to associate with the channel.&lt;/em&gt; there is no network key but network number (also in Nordic examples net number is used).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT network number</title><link>https://devzone.nordicsemi.com/thread/14388?ContentTypeID=1</link><pubDate>Tue, 07 Oct 2014 11:38:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c4a8abc-d33a-4e9d-8fbe-f433b953d97a</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;This should work. Could you edit your question to include your testing method?&lt;/p&gt;
&lt;p&gt;Edit: Sorry for being unclear, how are you testing that no packets are sent/are on the air?&lt;/p&gt;
&lt;p&gt;Edit2: Could it be that you are using &lt;code&gt;ANTPSU_NETWORK_NUMBER&lt;/code&gt; in &lt;code&gt;sd_ant_channel_assign()&lt;/code&gt;, while you are using &lt;code&gt;ANTPSU_CHANNELNR_FORK&lt;/code&gt; in &lt;code&gt;sd_ant_network_address_set()&lt;/code&gt;?&lt;/p&gt;
&lt;p&gt;Also, in C:\Keil_v5\ARM\Device\SDK5.2\nrf51422\Board\nrf6310\s310\ant_hrm\hrm_tx &lt;code&gt;sd_ant_network_address_set()&lt;/code&gt; is called before &lt;code&gt;sd_ant_channel_assign()&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>