<?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+ bpwr tx with Garmin edge 520plus</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54343/ant-bpwr-tx-with-garmin-edge-520plus</link><description>Hi, 
 I have two questions: 
 1) I am using ant bpwr tx example, SDK 15.2., Softdevice S212 v5.0.0, Segger embedded studio, nRF52832 DK and Garmin edge 520plus to display data. Now I am able to see Standard power - only main data page (0x10) data in watts</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Nov 2019 10:00:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54343/ant-bpwr-tx-with-garmin-edge-520plus" /><item><title>RE: ANT+ bpwr tx with Garmin edge 520plus</title><link>https://devzone.nordicsemi.com/thread/221797?ContentTypeID=1</link><pubDate>Mon, 25 Nov 2019 10:00:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48348a7c-41df-4ed0-be7c-34bb915179e5</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Did you follow up also on my comment:&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;span&gt;If you haven&amp;#39;t already you should get one or two&amp;nbsp;ANTUSB-m dongle so you may run the ANT+ Simulator and tools:&lt;/span&gt;&lt;br /&gt;&lt;a href="https://www.thisisant.com/developer/components/antusb-m/"&gt;https://www.thisisant.com/developer/components/antusb-m/&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;a href="https://www.thisisant.com/developer/resources/downloads/#software_tab"&gt;https://www.thisisant.com/developer/resources/downloads/#software_tab&lt;/a&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;This will emulate ANT+ sensor and display. You may also direct your question to thisisant forum on this specific topic on ANT+ :&amp;nbsp;&lt;a href="https://www.thisisant.com/forum"&gt;https://www.thisisant.com/forum&lt;/a&gt;&amp;nbsp;&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: ANT+ bpwr tx with Garmin edge 520plus</title><link>https://devzone.nordicsemi.com/thread/221437?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2019 21:38:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a52dc169-f845-4e78-aab4-5769e3464da5</guid><dc:creator>Pepam</dc:creator><description>&lt;p&gt;Yes, I had configured networks key to value I got from thisisant as an ant adopter ( there is written that code&amp;nbsp;{0, 0, 0, 0, 0, 0, 0, 0} is already an invalid value, so i have put there the valid network key that is written there. Anyway when I set the code to&amp;nbsp;{0, 0, 0, 0, 0, 0, 0, 0}, Garmin device can not see any bpwr sensor, but when I set it to the network key provided on thisisant, Garmin device can see all types of bpwr sensors ( power only, torque on wheel, torque on crank) but can just show incomming data from power only sensor. From torque on crank/wheel it can not show any incomming data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT+ bpwr tx with Garmin edge 520plus</title><link>https://devzone.nordicsemi.com/thread/221428?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2019 20:14:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:456d6998-b21d-422f-baa7-4b05f7b068e8</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;&lt;span&gt;Have you set the ANT+ network key?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;See&amp;nbsp;ant_key_manager_config.h:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#ifndef ANT_PLUS_NETWORK_KEY
    #define ANT_PLUS_NETWORK_KEY    {0, 0, 0, 0, 0, 0, 0, 0}            /**&amp;lt; The ANT+ network key. */
#endif //ANT_PLUS_NETWORK_KEY

#ifndef ANT_FS_NETWORK_KEY
    #define ANT_FS_NETWORK_KEY      {0, 0, 0, 0, 0, 0, 0, 0}           /**&amp;lt; The ANT-FS network key. */
#endif // ANT_FS_NETWORK_KEY&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The ANT+ Network Key is available for ANT+ Adopters. Go to &lt;a href="http://thisisant.com"&gt;http://thisisant.com&lt;/a&gt;&amp;nbsp;to become an ANT+ Adopter and access the key.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT+ bpwr tx with Garmin edge 520plus</title><link>https://devzone.nordicsemi.com/thread/221423?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2019 19:28:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba41cf9b-de60-4485-a066-8abbb8b6f31d</guid><dc:creator>Pepam</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I had bought other pca10040 and now I am running bpwr TX on the first board, and bpwr RX on the second. I am able to read data comming from TX to RX via UART. So now I know that bpwr TX is working properly with crank torque sensor type, but I have still the same question, why Garmin 520plus does not show any data. So any suggestion what to do? Please see attached print screen.&lt;/p&gt;
&lt;p&gt;regards&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/bpwr.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT+ bpwr tx with Garmin edge 520plus</title><link>https://devzone.nordicsemi.com/thread/220098?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2019 14:12:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b404edf6-a9e6-4d3d-bc98-99ed8afd30a9</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you haven&amp;#39;t already you should get one or two&amp;nbsp;ANTUSB-m dongle so you may run the ANT+ Simulator and tools:&lt;br /&gt;&lt;a href="https://www.thisisant.com/developer/components/antusb-m/"&gt;https://www.thisisant.com/developer/components/antusb-m/&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="https://www.thisisant.com/developer/resources/downloads/#software_tab"&gt;https://www.thisisant.com/developer/resources/downloads/#software_tab&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The ANTware II (in above link) is also a useful software tool, since you can set the ANT dongle in scan mode to receive all ANT(+) packets, and thereby compare the actual data transmissions with the profile you are implementing:&lt;br /&gt;&lt;a href="https://www.thisisant.com/developer/resources/downloads/#documents_tab"&gt;https://www.thisisant.com/developer/resources/downloads/#documents_tab&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Having two dongles you may also setup one to simulate as a sensor and one to simulate as a&amp;nbsp;display, you can then compare with your own data.&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>