<?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 extended device numbers</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33195/ant-extended-device-numbers</link><description>Hi, 
 I am developing an ANT+ embedded device (nrf52832, SDK14.2) , that (among other things) acts as a BSC receiver. I have a BCS sensor that is seen in Garmin Edge as 136150 speed sensor, so in order to get data from the sensor, I set in my device:</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Apr 2018 11:48:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33195/ant-extended-device-numbers" /><item><title>RE: ANT extended device numbers</title><link>https://devzone.nordicsemi.com/thread/128227?ContentTypeID=1</link><pubDate>Fri, 13 Apr 2018 11:48:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14258aaf-53ba-4f13-a413-ac6256012455</guid><dc:creator>Toyman</dc:creator><description>&lt;p&gt;Here is what happens: when adding Transmission type, you&amp;nbsp;have to know not only the upper nibble, but also the lower nibble. There is no way to wildcard lower nibble while hard coding upper one.&lt;/p&gt;
&lt;p&gt;That&amp;#39;s&amp;nbsp;the&amp;nbsp;limitation of current library implementation, because if I&amp;nbsp;want to set the extended device id (i.e. Device ID + upper nibble of the Transmission type) I should also set transmission type set by lower nibble.&lt;/p&gt;
&lt;p&gt;In my example I was searching for device ID (&lt;span&gt;0x13D6 + 0x2)&amp;nbsp;with transmission type 0x1, while my sensor&amp;nbsp;had different transmision type.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The &lt;strong&gt;not_so_ideal workaround&lt;/strong&gt; I am using is to search for ID&amp;nbsp;0x13D6, while wildcarding transmission type (0), but that means that devices with extended ID consisting of&amp;nbsp;0x13D6 + 0x1, 0x2...0xF will be able to connect as well.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT extended device numbers</title><link>https://devzone.nordicsemi.com/thread/127661?ContentTypeID=1</link><pubDate>Tue, 10 Apr 2018 14:42:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90a253f6-117e-474b-b4cc-a589a33ecf33</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Have you tried read out the channel ID after aquire channel using wildcards with sd_ant_channel_id_get()?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT extended device numbers</title><link>https://devzone.nordicsemi.com/thread/127499?ContentTypeID=1</link><pubDate>Mon, 09 Apr 2018 17:08:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86f6a5d4-49ae-4b2d-8538-4283ab0648fe</guid><dc:creator>Toyman</dc:creator><description>&lt;p&gt;Sure. Everything is working fine with either wildcards or with non-extended Device Numbers (uint16t), e.g. 60922&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT extended device numbers</title><link>https://devzone.nordicsemi.com/thread/127492?ContentTypeID=1</link><pubDate>Mon, 09 Apr 2018 16:10:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d41ab03-a7e2-47f5-a5c6-7b7843212b6f</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Have you added the actual ANT+ network key in ant_key_manager_config.h:&lt;/p&gt;
&lt;p&gt;#define ANT_PLUS_NETWORK_KEY&amp;nbsp; &amp;nbsp; {0, 0, 0, 0, 0, 0, 0, 0}&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**&amp;lt; The ANT+ network key. */&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>