<?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 change ANT device number after DFU on nrf52?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45682/how-to-change-ant-device-number-after-dfu-on-nrf52</link><description>Hi 
 I am writing ANT+ device on pStorage and want to read back from memory during ANT+ stack init. I am trying to change the Device name on this snippet 
 
 
 No luck so far. Is there any other way of reading ANT+ device number from flash?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Apr 2019 15:36:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45682/how-to-change-ant-device-number-after-dfu-on-nrf52" /><item><title>RE: How to change ANT device number after DFU on nrf52?</title><link>https://devzone.nordicsemi.com/thread/183884?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 15:36:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b70bbf72-139e-4fe4-95ef-c72bbe7e2128</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Ah... Looks like all parameters must be set then, else I presume it will default some value.&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><item><title>RE: How to change ANT device number after DFU on nrf52?</title><link>https://devzone.nordicsemi.com/thread/183732?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 10:04:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f36d122-6e68-4a2e-884f-8ae4940391ff</guid><dc:creator>Wasil</dc:creator><description>&lt;p&gt;sd_ant_channel_close&lt;br /&gt; &lt;br /&gt;sd_ant_network_address_set&lt;/p&gt;
&lt;p&gt;sd_ant_channel_id_set&lt;br /&gt; &lt;br /&gt;sd_ant_channel_radio_freq_set&lt;/p&gt;
&lt;p&gt;sd_ant_channel_period_set&lt;br /&gt; &lt;br /&gt;sd_ant_channel_open&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I do not know why but above pattern works for me. Its now changing ANT+ device number with out any issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for you help Kenneth.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change ANT device number after DFU on nrf52?</title><link>https://devzone.nordicsemi.com/thread/183563?ContentTypeID=1</link><pubDate>Wed, 24 Apr 2019 15:05:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1888e76c-b2c4-42ee-a255-5a84425fc34c</guid><dc:creator>Wasil</dc:creator><description>&lt;p&gt;I have tried not to change device id and same problem.&lt;/p&gt;
&lt;p&gt;I am not using ANTware II. I have garmin head unit that I am using to check if it display device ID.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change ANT device number after DFU on nrf52?</title><link>https://devzone.nordicsemi.com/thread/183543?ContentTypeID=1</link><pubDate>Wed, 24 Apr 2019 14:37:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28cfaf1a-cd95-4b19-9641-8905ca63bc35</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Are you using ANTware II for instance to check the device?&lt;/p&gt;
&lt;p&gt;What if you don&amp;#39;t change the device number, but follow the same sequence, does it work then?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change ANT device number after DFU on nrf52?</title><link>https://devzone.nordicsemi.com/thread/183377?ContentTypeID=1</link><pubDate>Wed, 24 Apr 2019 09:21:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c312a177-5537-4e2a-8fac-68b09956da7f</guid><dc:creator>Wasil</dc:creator><description>&lt;p&gt;Hi Kenneth,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; That is correct. When I close, unassign, change device number , assign and open then I unable to find the device. It looks like slave stop sending ID.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change ANT device number after DFU on nrf52?</title><link>https://devzone.nordicsemi.com/thread/182190?ContentTypeID=1</link><pubDate>Mon, 15 Apr 2019 17:55:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52be062d-5bd1-4b38-9c63-4a679c2b367c</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I would expect you would need to close channel, unassign, then update channel id, assign, and open channel again. Is that what you are doing?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change ANT device number after DFU on nrf52?</title><link>https://devzone.nordicsemi.com/thread/182178?ContentTypeID=1</link><pubDate>Mon, 15 Apr 2019 16:23:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6711ea40-81c1-455e-a4c2-b728adc7a8ab</guid><dc:creator>Wasil</dc:creator><description>&lt;p&gt;Hi Kenneth, I have tried this but no success. I have also tried look up online but no useful info. Do you have any example for changing ANT+ ID during App running?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change ANT device number after DFU on nrf52?</title><link>https://devzone.nordicsemi.com/thread/179985?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2019 12:14:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c344dd8f-b1a7-4c88-9117-2544196152c0</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I guess there are various ways to do this, but how about just:&lt;/p&gt;
&lt;p&gt;1. call&amp;nbsp;sd_ant_channel_id_get() to get device number, device type, transmit type.&lt;br /&gt;2. update device number&lt;br /&gt;3. call&amp;nbsp;sd_ant_channel_id_set() to set&amp;nbsp;&lt;span&gt;device number, device type, transmit type.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>