<?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>Two ant+ profiles</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47975/two-ant-profiles</link><description>I&amp;#39;ve been trying to get two ant+ sensor profiles working at the same time. 
 I&amp;#39;m working with the nrf52 DK, I&amp;#39;m on sdk version 15.3.0_59ac354. 
 Reproducible example here: https://github.com/tomeinc/nordic-ant-two-profile-issue-demo 
 I think it&amp;#39;s an</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Jun 2019 15:43:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47975/two-ant-profiles" /><item><title>RE: Two ant+ profiles</title><link>https://devzone.nordicsemi.com/thread/190596?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2019 15:43:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d540952-4bdd-4f8d-ac92-c80c6816b6f4</guid><dc:creator>mtfurlan_t</dc:creator><description>&lt;p&gt;Changing &lt;span&gt;NRF_SDH_ANT_TOTAL_CHANNELS_ALLOCATED&lt;/span&gt; made it work, thank you!&lt;/p&gt;
&lt;p&gt;I saw examples in the bluetooth stuff of having multiple observers of the same thing each registered with NRF_SDH_ANT_OBSERVER, so calling NRF_SDH_ANT_OBSERVERS is unnecessary.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Two ant+ profiles</title><link>https://devzone.nordicsemi.com/thread/190536?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2019 13:25:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efaefdb8-32fb-427b-aac4-3b44d1505ed9</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The softdevice may configure a range of ANT channels, so this number (e.g. &lt;span&gt;BSC_CHANNEL_NUM)&amp;nbsp;&lt;/span&gt;is just a way for the application firmware to know which channel have which configuration. This number is not exposed to the world or otherwise specified, you may change it as you see fit. Typically you assign it incremental from 0...n. However have in mind that the softdevice will allocate memory based on the total number of ANT channels that you want to support, so there is another define that you may need to increment if you want to support more than one ANT channel:&amp;nbsp;&lt;span&gt;NRF_SDH_ANT_TOTAL_CHANNELS_ALLOCATED&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>