<?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>Is it possible for me to use the HRM demo to send my own arbitrary data in place of sensor simulator data?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8444/is-it-possible-for-me-to-use-the-hrm-demo-to-send-my-own-arbitrary-data-in-place-of-sensor-simulator-data</link><description>Teaching myself the Nordic libraries and API for nRF51 - going smoothly. 
 Keil uV5 and Dongle and SDK 9.0.0 
 Wanted to send my own data in the characteristic for HRM service (S110 - BLE) but can&amp;#39;t seem to find the source code that actually formats</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Aug 2015 07:07:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8444/is-it-possible-for-me-to-use-the-hrm-demo-to-send-my-own-arbitrary-data-in-place-of-sensor-simulator-data" /><item><title>RE: Is it possible for me to use the HRM demo to send my own arbitrary data in place of sensor simulator data?</title><link>https://devzone.nordicsemi.com/thread/30741?ContentTypeID=1</link><pubDate>Wed, 05 Aug 2015 07:07:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba6c4b29-68d7-41cf-a230-fee200b5acf2</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Thx. You have accepted it. It is the circle with a check mark in it :)  The tour at the top can be helpful in understanding how the Q&amp;amp;A model works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible for me to use the HRM demo to send my own arbitrary data in place of sensor simulator data?</title><link>https://devzone.nordicsemi.com/thread/30740?ContentTypeID=1</link><pubDate>Wed, 05 Aug 2015 05:45:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7de52c7a-2916-4eee-9dd1-b043d92dad82</guid><dc:creator>comfortable</dc:creator><description>&lt;p&gt;I tried &amp;quot;accepting&amp;quot; answer from Petter, can&amp;#39;t seem to do it.
Checked the green checkmark, voted the Up Arrow.
Read the FAQ&amp;#39;s - unable to find out how to &amp;quot;accept&amp;quot; Petter&amp;#39;s fine reply to my question.
Thanks for helping me be a better member of this forum.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible for me to use the HRM demo to send my own arbitrary data in place of sensor simulator data?</title><link>https://devzone.nordicsemi.com/thread/30739?ContentTypeID=1</link><pubDate>Tue, 04 Aug 2015 15:29:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:139b2c81-702b-4b16-868e-e4297b9696d0</guid><dc:creator>comfortable</dc:creator><description>&lt;p&gt;Here&amp;#39;s how new I am. I haven&amp;#39;t yet figured out how to &amp;#39;accept&amp;#39; your excellent answer. I&amp;#39;ll do it as soon as I can find out how.Ahhh...I see.... I think (not sure) that I needed to click that circled &amp;#39;check mark&amp;#39; at the upper left of your post. Thanks for your patience.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible for me to use the HRM demo to send my own arbitrary data in place of sensor simulator data?</title><link>https://devzone.nordicsemi.com/thread/30738?ContentTypeID=1</link><pubDate>Tue, 04 Aug 2015 07:53:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:781b902a-bc87-4d8a-809f-30be63e86572</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Great! Please accept my answer then :) You can find the services in \components\ble\ble_services, but I would recommend to examine how it is implemented in one of the examples.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible for me to use the HRM demo to send my own arbitrary data in place of sensor simulator data?</title><link>https://devzone.nordicsemi.com/thread/30737?ContentTypeID=1</link><pubDate>Mon, 03 Aug 2015 23:39:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8392ac9a-120b-41ad-8f5d-2aa492a9d504</guid><dc:creator>comfortable</dc:creator><description>&lt;p&gt;That worked perfectly (sorry it took so long to reply)&lt;/p&gt;
&lt;p&gt;Now need to find profile, services, and characteristic structures in source code in SDK? (or are they just library calls?)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible for me to use the HRM demo to send my own arbitrary data in place of sensor simulator data?</title><link>https://devzone.nordicsemi.com/thread/30736?ContentTypeID=1</link><pubDate>Thu, 30 Jul 2015 15:46:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2623aba9-44ab-4511-8698-8636ec527002</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;If you want to send your own heart rate data just use&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;err_code = ble_hrs_heart_rate_measurement_send(&amp;amp;m_hrs, heart_rate);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and put your own heart rate data into heart_rate.&lt;/p&gt;
&lt;p&gt;You can find it in the &lt;code&gt;heart_rate_meas_timeout_handler()&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>