<?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>Bluetooth uart and ANT</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/77630/bluetooth-uart-and-ant</link><description>Dear Members, 
 I have a question related with bluetooth as UART port, 
 Is it possible that I use this code base as a starter ? 
 E:\nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart\main.c 
 
 I&amp;#39;m using ANT and nRF52840, 
 Any suggestions</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Jul 2021 12:56:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/77630/bluetooth-uart-and-ant" /><item><title>RE: Bluetooth uart and ANT</title><link>https://devzone.nordicsemi.com/thread/321361?ContentTypeID=1</link><pubDate>Thu, 22 Jul 2021 12:56:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df9816c6-e2d6-49d1-911c-4f31c38c105e</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi again&lt;/p&gt;
&lt;p&gt;Apparently it is necessary to download the ANT SoftDevice, network keys and similar from them directly. It is not included with the SDK out of the box.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Someone took the time to write down all the steps in this case:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/63928/ant-softdevice-integration-into-ant-example-projects-for-nrf5-sdk-17-0-0"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/63928/ant-softdevice-integration-into-ant-example-projects-for-nrf5-sdk-17-0-0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth uart and ANT</title><link>https://devzone.nordicsemi.com/thread/321177?ContentTypeID=1</link><pubDate>Wed, 21 Jul 2021 15:09:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7bcbc682-b9d9-4c15-b0ae-6286719a9b6b</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I actually see similar issues when trying to build the examples.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t normally handle ANT cases, so I will have to do some checking internally to see if this is a known issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I will do my best to get back to you by tomorrow.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth uart and ANT</title><link>https://devzone.nordicsemi.com/thread/321005?ContentTypeID=1</link><pubDate>Wed, 21 Jul 2021 00:32:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:deaf5efe-b8dc-40cb-ac35-b20aa7265738</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Hi Torbjorn,&lt;/p&gt;
&lt;p&gt;Thanks for the reply,&lt;/p&gt;
&lt;p&gt;I have merged ANT+ BSC and HRM, I&amp;#39;m thinking now to merge them with BLE_UART and&lt;/p&gt;
&lt;p&gt;ANT_BPWR,&lt;/p&gt;
&lt;p&gt;E:\nRF5_SDK_17.0.2_d674dde\examples\ant\ant_plus\ant_bpwr\bpwr_rx\main.c&lt;/p&gt;
&lt;p&gt;I got issues when compiling ant_bpwr from original source :&lt;/p&gt;
&lt;p&gt;..\..\..\..\..\..\..\..\components\libraries\util\sdk_errors.h(73): error:&amp;nbsp; #5: cannot open source input file &amp;quot;nrf_error.h&amp;quot;: No such file or directory&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I reckon it&amp;#39;s related with folder option for library in Keil,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;any ideas on rectifying it?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth uart and ANT</title><link>https://devzone.nordicsemi.com/thread/320968?ContentTypeID=1</link><pubDate>Tue, 20 Jul 2021 14:59:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:264ae0b7-0f78-4047-971b-dee9a23d8e58</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for the description.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t have any examples for the power meter profile unfortunately, but there are library files for it so it should be possible to modify one of the existing ANT+ examples to use BPWR:&lt;br /&gt;&lt;em&gt;\nRF5_SDK_17.0.2_d674dde\components\ant\ant_profiles\ant_bpwr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;As for merging these two examples this is a bit more work I am afraid.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would recommend starting out with the ble_app_uart example, and merge the ANT example into this, as the Bluetooth examples require a lot of additional libraries and configuration settings that can be hard to set up from scratch.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Essentially then the work looks like this:&lt;/p&gt;
&lt;p&gt;1) Change the ble_app_uart example to use the S332 SoftDevice instead of the S132.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2) Change one of the existing ANT+ examples to use the BPWR profile.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3) Try to merge the various files, code and configuration from the ANT+ example into the ble_app_uart example.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth uart and ANT</title><link>https://devzone.nordicsemi.com/thread/320785?ContentTypeID=1</link><pubDate>Mon, 19 Jul 2021 22:37:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e637e392-ebc4-412d-bde5-ecada20ffd72</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Hi Torbjorn,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I want to collect data from ANT sensor then transmit the data using bluetooth to my mobile phone ?&lt;/p&gt;
&lt;p&gt;Do you have any codes for ANT collecting data from crank power meter ? so far I have cadence, speed and HRM,&lt;/p&gt;
&lt;p&gt;I want to collect sensor data from power meter as well on the bike,&lt;/p&gt;
&lt;p&gt;Can I reuse the code inside this :&lt;/p&gt;
&lt;p&gt;E:\nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart\main.c&lt;/p&gt;
&lt;p&gt;I want to merge with the code in :&lt;/p&gt;
&lt;p&gt;E:\nRF5_SDK_17.0.2_d674dde\examples\ant\experimental\ant_shared_channel\m2m\main_hrm_bsc_lcd.c&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth uart and ANT</title><link>https://devzone.nordicsemi.com/thread/320726?ContentTypeID=1</link><pubDate>Mon, 19 Jul 2021 13:51:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:751cbdc9-7b0c-4f0d-80b1-4944aee200b1</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Can you give me a bit more information about the application you are trying to develop?&lt;/p&gt;
&lt;p&gt;You mention using Bluetooth as a UART port and also ANT.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you mean you want to receive serial data over Bluetooth using the UART service, and pass it along to the ANT stack?&lt;/p&gt;
&lt;p&gt;Or do you want to have a physical UART connection to the nRF that is relayed to a Bluetooth connection, while the ANT stack is doing something else?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>