<?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>BLE UART +ANT</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14012/ble-uart-ant</link><description>ble_ant_app_hrm.rar Hi!!
I want to design dual mode(BLE UART +ANT) but unfortunately I can not built it well.
Can anyone tell me what kind of function or parameter? I based on example of ble_ant_app_hrm in nRF51_SDK_10.0.0_dc26b5e.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Jun 2016 06:47:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14012/ble-uart-ant" /><item><title>RE: BLE UART +ANT</title><link>https://devzone.nordicsemi.com/thread/53506?ContentTypeID=1</link><pubDate>Tue, 21 Jun 2016 06:47:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:409a401b-c5b2-4332-b9c7-9234922b58f4</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Great! &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk51.v10.0.0/examples_ant.html?cp=5_0_1_4_0"&gt;Here&lt;/a&gt; is a list of the available ANT examples.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART +ANT</title><link>https://devzone.nordicsemi.com/thread/53505?ContentTypeID=1</link><pubDate>Tue, 21 Jun 2016 06:13:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a4a61b3-da82-4cdb-9b7d-9559e9e32580</guid><dc:creator>HYTsai</dc:creator><description>&lt;p&gt;Hi!! Petter
ble_ant_app_hrm in nRF51_SDK_10.0.0_dc26b5e is changed from hrm mode to UART mode  available now. I so appreciate your advice.
My project should be incldued FE-C(ANT) with BLE (UART mode) and replace hrm mode in ANT.
Do you have FE-C(ANT) sample code?
Let me can combine ble_ant_app_hrm in nRF51_SDK_10.0.0_dc26b5e and FE-C(ANT).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART +ANT</title><link>https://devzone.nordicsemi.com/thread/53504?ContentTypeID=1</link><pubDate>Mon, 30 May 2016 22:38:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37595de1-1050-4acb-b190-0d49f69c5460</guid><dc:creator>HYTsai</dc:creator><description>&lt;p&gt;Hi!! Petter. I will try your advice and solve my code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART +ANT</title><link>https://devzone.nordicsemi.com/thread/53503?ContentTypeID=1</link><pubDate>Fri, 27 May 2016 14:46:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5905ed8e-eda4-4251-ae56-361addd6a51f</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;It compiles well, but you have functions that returns errors when you run the program. You should try compiling without optimizations (set Options for Target-&amp;gt;C/C++-&amp;gt;Optimization-&amp;gt;Level 0) and use the debugger.&lt;/p&gt;
&lt;p&gt;If you put at breakpoint at APP_ERROR_CHECK(err_code); below ble_advdata_set() in advertising_init() you can see that it returns error code 0x00000007, which comes from a sd_ble_uuid_encode() call. 0x00000007 returned from this function means: NRF_ERROR_INVALID_PARAM Invalid UUID type. The UUID type is invalid because you have not added the base UUID of the NUS service. This is added in services_init() which you are calling after advertising_init(). Change the order of these and the error goes away.&lt;/p&gt;
&lt;p&gt;You will however still get an error from ble_advdata_set(), but now it is 0x0000000C which means NRF_ERROR_DATA_SIZE. You are trying to put too much information into the advertising packet. There are several questions on here that answers how to solve this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART +ANT</title><link>https://devzone.nordicsemi.com/thread/53507?ContentTypeID=1</link><pubDate>Fri, 27 May 2016 00:46:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:431400a4-da45-4e61-8bef-2f4e7cba8816</guid><dc:creator>HYTsai</dc:creator><description>&lt;p&gt;Hi!! Petter
I attach my  complete project. Please check it for me.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ble_5F00_ant_5F00_app_5F00_hrm.rar"&gt;ble_ant_app_hrm.rar&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART +ANT</title><link>https://devzone.nordicsemi.com/thread/53501?ContentTypeID=1</link><pubDate>Wed, 25 May 2016 12:10:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4de44bdf-9a68-4ca3-b952-d64b4e1360bd</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;We do not have a combinded BLE UART and ANT example, but it shouldn&amp;#39;t be too hard replacing the HRS with NUS in the ble_ant_app_hrm example. If you are stuck, maybe you can include your complete project so I can have a look?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART +ANT</title><link>https://devzone.nordicsemi.com/thread/53500?ContentTypeID=1</link><pubDate>Wed, 25 May 2016 02:34:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e45378a-72d4-4e89-9acf-e90e43a27d59</guid><dc:creator>HYTsai</dc:creator><description>&lt;p&gt;That is mean that my code can not work. Do you have sample code for this dual mode(?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART +ANT</title><link>https://devzone.nordicsemi.com/thread/53502?ContentTypeID=1</link><pubDate>Mon, 23 May 2016 13:13:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e650940-3659-4c26-aa01-05e1c630cd2f</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;What do you mean by &amp;quot;can not built it well&amp;quot;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>