<?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>no RF input/output on nRF51-DK with s210 Examples</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5507/no-rf-input-output-on-nrf51-dk-with-s210-examples</link><description>I am not able to connect Garmin Edge or SimulANT to nRF51-DK. Neither sensor nor receiver seems to work. Just looks like there is no RF. 
 Examples tried: 
 
 
 power_only_sensor 
 
 
 hrm_tx 
 
 
 hrm_rx 
 
 
 Preparations (...to be confirmed</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Aug 2016 21:40:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5507/no-rf-input-output-on-nrf51-dk-with-s210-examples" /><item><title>RE: no RF input/output on nRF51-DK with s210 Examples</title><link>https://devzone.nordicsemi.com/thread/19254?ContentTypeID=1</link><pubDate>Mon, 22 Aug 2016 21:40:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:643d4827-c718-463c-bb7b-cefabfba032b</guid><dc:creator>mtpurdy</dc:creator><description>&lt;p&gt;Thanks Petter!&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to find where you found that the message period needed to be changed in SimulANT (to 0x2000u).  I can&amp;#39;t see that value (or the equivalent decimal value) anywhere in SimulANT.  I&amp;#39;m new to ANT as well, and I&amp;#39;d love to have a better understanding of this.&lt;/p&gt;
&lt;p&gt;Also, where did you see that the simulANT parameters needed to be changed to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Device Number 49&lt;/li&gt;
&lt;li&gt;Device Type 120&lt;/li&gt;
&lt;li&gt;Transmission Type 1&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Thanks very much for your help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: no RF input/output on nRF51-DK with s210 Examples</title><link>https://devzone.nordicsemi.com/thread/19253?ContentTypeID=1</link><pubDate>Wed, 11 Feb 2015 15:10:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7573c339-1eb0-41da-b842-c75e24e1cacf</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Np. The network key is found &lt;a href="http://www.thisisant.com/developer/ant-plus/ant-plus-basics/network-keys"&gt;here&lt;/a&gt;. The message period was found in Simulant.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: no RF input/output on nRF51-DK with s210 Examples</title><link>https://devzone.nordicsemi.com/thread/19252?ContentTypeID=1</link><pubDate>Wed, 11 Feb 2015 15:08:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:308de785-f586-41e8-9693-dbbe7bef9525</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Ok, great Peter! Thanks a lot, also RX example works on nRF51-DK now... But as I am new to ANT development, I am curious how to find these values (Network Key and message period). Background: I am developing a display unit that shall retrieve data from multiple sensors later on. Means, that my MCU will have to figure out settings in firmware on its own, just based on a device id.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: no RF input/output on nRF51-DK with s210 Examples</title><link>https://devzone.nordicsemi.com/thread/19251?ContentTypeID=1</link><pubDate>Wed, 11 Feb 2015 13:44:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a973811e-8a9a-4fdb-b93c-4521c81181e1</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I haven&amp;#39;t worked with either Garmin Edge or SimulANT before, but I just tested SimulANT.&lt;/p&gt;
&lt;p&gt;I tested with hrm_tx in the ant_hrm folder.&lt;/p&gt;
&lt;p&gt;To get it working you need to change two things in the hrm_tx project:&lt;/p&gt;
&lt;p&gt;the message period from &lt;code&gt;#define HRMTX_MSG_PERIOD 0x1F86u&lt;/code&gt; to &lt;code&gt;#define HRMTX_MSG_PERIOD 0x2000u&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;the network key from &lt;code&gt;#define HRMTX_NETWORK_KEY {0,0,0,0,0,0,0,0}&lt;/code&gt; to &lt;code&gt;#define HRMTX_NETWORK_KEY {0xB9,0xA5,0x21,0xFB,0xBD,0x72,0xC3,0x45}&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;In simulANT; add a Heart Rate Display and set the following parameters:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Channel Period FourHz&lt;/li&gt;
&lt;li&gt;Device Number 49&lt;/li&gt;
&lt;li&gt;Device Type 120&lt;/li&gt;
&lt;li&gt;Transmission Type 1&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now it should work. A tip, next time you feel like it is nothing happening on the air use ANTwareII to test. I feel it is easier to use and more flexible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>