<?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>[nRF51422] Continuous scanning mode and transmission data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4128/nrf51422-continuous-scanning-mode-and-transmission-data</link><description>Hello. 
 I try to build small network: 1 central device (CD), several relay devices (RD), several broadcast devices (ED). CD and RD have to receive commands all the time, but additionally have to be able to send some data.I think the best way will be</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Nov 2014 11:34:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4128/nrf51422-continuous-scanning-mode-and-transmission-data" /><item><title>RE: [nRF51422] Continuous scanning mode and transmission data</title><link>https://devzone.nordicsemi.com/thread/14762?ContentTypeID=1</link><pubDate>Mon, 03 Nov 2014 11:34:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84fcfc48-ae21-4c85-9f34-525ee6887b69</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;If the VDD_PA pin is always low it means that it is not sending anything. So it sounds like you have a configuration on the nRF51422 side. I would compile the default ant_broadcast_tx example in the SDK and load that into your device to ensure that it actually transmits. If that example works I would start comparing the initialization and sending routine you have with the broadcast example. It must be related to starting the softdevice or enabling the device as a ant master for sending to ANTWare.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF51422] Continuous scanning mode and transmission data</title><link>https://devzone.nordicsemi.com/thread/14761?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2014 10:14:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e024318a-3afd-4cd4-9fc8-8c465c3b9869</guid><dc:creator>PW</dc:creator><description>&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;BUFFER_SIZE=8. Application is running as I expected, it&amp;#39;s stops periodically (1sec) when sending  asynchronous frame, and stops when receiving frame from ANTWare. CHIP: N51422QFAAC0, SDK:4.4.2.33551. When ANTWare is configured as Master and sends broadcast, it can receive data from my device. In this case VDD_PA is going high at 200us. When ANTWare is configured in scan mode it doesn&amp;#39;t receive any data from my device and VDD_PA is low.&lt;/p&gt;
&lt;p&gt;Routine:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sd_ant_broadcast_message_tx(CHANNEL_1, BUFFER_SIZE, tx_frame);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;doesn&amp;#39;t return any error, but frames are invisible :(.&lt;/p&gt;
&lt;p&gt;Best regards,
PW&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF51422] Continuous scanning mode and transmission data</title><link>https://devzone.nordicsemi.com/thread/14760?ContentTypeID=1</link><pubDate>Wed, 22 Oct 2014 08:22:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:341815e1-9519-42df-baeb-a051c4e0dcb2</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;What&amp;#39;s the value of BUFFER_SIZE? Is it set to 8? If you debug the application, is it running as you expect it to be or is it held up before it&amp;#39;s actually getting to the send routine? Which version of the chip, S210 Softdevice and SDK are you using?&lt;/p&gt;
&lt;p&gt;You might want to try and set the different channel_id values to 0 on ANTWare to make sure you set them to wild card and that ANTWare is searching for any channel id values.&lt;/p&gt;
&lt;p&gt;If you have an oscilloscope available I would check the the VDD_PA pin on the nRF51422. This pins should go up to 1.8 V during the actual TX event, so you should see a repeating pulse on the pin of the example is running as expected.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>