<?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>ANTWare II and NRF 52</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27045/antware-ii-and-nrf-52</link><description>Hi, 
 I have programmed s212 soft device onto to NRF52 DK and also programmed ant_broadcast\tx application onto the NRF52 DK. The LED is glowing to indicate that TX is happening. NRF52 DK is connected to my laptop using the USB cable. 
 When I start</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Nov 2016 12:58:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27045/antware-ii-and-nrf-52" /><item><title>RE: ANTWare II and NRF 52</title><link>https://devzone.nordicsemi.com/thread/106225?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2016 12:58:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:077dacec-214c-4945-aa17-359f1b5fda4f</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You should be able to add UART interface to your ANT devices, similar to the BLE examples, either using the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/hardware_driver_uart.html?cp=4_0_0_2_20"&gt;UART module&lt;/a&gt; directly or using the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/nrf_log.html?cp=4_0_0_3_15"&gt;NRF_LOG module&lt;/a&gt;. In the ANT+ examples in SDK 12, the logger module is enabled for allowing to test the devices using UART.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANTWare II and NRF 52</title><link>https://devzone.nordicsemi.com/thread/106226?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2016 16:38:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04e143f7-f293-4655-b6c9-c820ba9185a5</guid><dc:creator>Pradeep</dc:creator><description>&lt;p&gt;Both the samples helped me understand how to implement my requirement. Could provide some thoughts on debugging such a set up?&lt;/p&gt;
&lt;p&gt;One way I can think of debugging is I may have to connect 4 to 5 slave nodes through JLINK to an IDE such as Keil to test the exchange of messages over ANT.&lt;/p&gt;
&lt;p&gt;Is there any other way to debug the exchanges of messages between slave and master nodes. I have read in some blogs that debug messages can be posted to UART, if yes could you provide more information on how to do this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANTWare II and NRF 52</title><link>https://devzone.nordicsemi.com/thread/106223?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2016 12:23:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f00cf31-942e-459e-863e-067859331376</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You don&amp;#39;t need ANTWare II to setup client and server communication , this is just a tool to help you test the individual examples. It should work fine to test two devices, one transmitt and one receive, towards each other.&lt;/p&gt;
&lt;p&gt;It sounds like what you want is one of the following examples:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/ant_channels.html?cp=4_0_0_4_0_10"&gt;ANT Multi Channels example&lt;/a&gt;, which support peer-to-peer communication on up to 15 channels.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/ant_examples_ant_scan_and_forward.html?cp=4_0_0_4_0_13"&gt;ANT Scan and Forward example&lt;/a&gt;, which shows how to implement a mesh network.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANTWare II and NRF 52</title><link>https://devzone.nordicsemi.com/thread/106224?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2016 11:54:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3a126bd-9d7c-4a1e-b1fb-15f3649c0f38</guid><dc:creator>Pradeep</dc:creator><description>&lt;p&gt;Thanks for the quick response. This thread says that I will have to buy ANTUSB-m (2 to be specific), to set up client and server communication over ANT Protocol through ANTWARE II.&lt;/p&gt;
&lt;p&gt;After a lot of searching in the forums and also reading through all the documentation for ANT, I am still not clear as to how do I setup NRF 52 DK for ANT protocol.&lt;/p&gt;
&lt;p&gt;My requirement is to transmit few bytes of data from a few slave nodes (upto 5) to a master node, may be one to one connectivity between Master &amp;amp; Slave or through a Mesh Network. I have seen a lot of documentation claiming that this can be achieved, but I am unable to dig out any reference to information as to how to do this using ANT protocol using NRF 52.&lt;/p&gt;
&lt;p&gt;I would be of great help if you could point me to the proper information to achieve my goal.&lt;/p&gt;
&lt;p&gt;Thanks. Pradeep&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANTWare II and NRF 52</title><link>https://devzone.nordicsemi.com/thread/106222?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2016 10:22:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34afb7fd-cf7b-4c31-b03e-2f04d5e9e516</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;See &lt;a href="https://devzone.nordicsemi.com/question/101446/antware-ii-in-pca10028-nrf51-dk-not-being-discovered-in-the-software/"&gt;this thread&lt;/a&gt;. This also applies to the nRF52.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>