<?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>S120 BLE Heart Rate Collector Example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3518/s120-ble-heart-rate-collector-example</link><description>你好，
我用的板子是 PCA10001 ，sdk 6，s110_nrf51822_7.0.0_softdevice.hex，s120_nrf51822_1.0.0-1.alpha_softdevice.hex，代码路径：S120: \nrf6310\s120\experimental\ble_app_hrs_c s110：pca10001\s110\ble_app_hrs ，我修改了s120的led 、button、uart的管脚重定义。
我想要让主机连上从机，从机可以发送广播，但是主机不会触发任何的事件</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Aug 2014 06:51:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3518/s120-ble-heart-rate-collector-example" /><item><title>RE: S120 BLE Heart Rate Collector Example</title><link>https://devzone.nordicsemi.com/thread/12723?ContentTypeID=1</link><pubDate>Tue, 19 Aug 2014 06:51:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95311c84-8ced-4b41-b0a8-9caca217b9aa</guid><dc:creator>hytgab</dc:creator><description>&lt;p&gt;now，I know the reason，sdk 6  is not supporting   s120_nrf51822_1.0.0-1.alpha_softdevice.hex，must use sdk 5.2...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S120 BLE Heart Rate Collector Example</title><link>https://devzone.nordicsemi.com/thread/12722?ContentTypeID=1</link><pubDate>Tue, 19 Aug 2014 02:08:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be74aa24-641c-4430-862e-2019b3986c4c</guid><dc:creator>hytgab</dc:creator><description>&lt;p&gt;Debugging information:
[DM]: &amp;gt;&amp;gt; dm_init.
.........
[DM]: &amp;lt;&amp;lt; dm_register.
[DM]: Application Instance allocated.
[DM]: &amp;lt;&amp;lt; dm_register.&lt;/p&gt;
&lt;p&gt;I modified the following code：
static void ble_evt_dispatch(ble_evt_t * p_ble_evt)
{
app_trace_log(&amp;quot;evt\r\n&amp;quot;);//debug information
.....
}
i think the s120 is like S110， but the ble_evt_dispatch function does not print out any information。&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S120 BLE Heart Rate Collector Example</title><link>https://devzone.nordicsemi.com/thread/12720?ContentTypeID=1</link><pubDate>Mon, 18 Aug 2014 14:15:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf87b7f0-9d64-4866-abcd-bc68366c2320</guid><dc:creator>hytgab</dc:creator><description>&lt;p&gt;yes,I think they are complementary.But host   does not output any information, and the scan led  is on。&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S120 BLE Heart Rate Collector Example</title><link>https://devzone.nordicsemi.com/thread/12721?ContentTypeID=1</link><pubDate>Mon, 18 Aug 2014 13:00:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34d167ed-5cdd-47f7-8ad2-5a86775edeeb</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;In the documentation for the ble_app_hrc_c example you can see that the display that comes with the nRFgo motherboard is used to show the data received from the heart rate server (the device running the ble_app_hrs code). Since you are using the PCA10001, you dont have this display so you must disable the code in the ble_app_hrs_c example that tries to write to the display. To do that, comment out the following code in the main file in the ble_app_hrs_c example:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;bool lcd_write_status = APPL_LCD_WRITE(&amp;quot;Scanning&amp;quot;, 8, LCD_UPPER_LINE, 0);
if (!lcd_write_status)
{
    APPL_LOG(&amp;quot;[APPL]: LCD Write failed!\r\n&amp;quot;);
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S120 BLE Heart Rate Collector Example</title><link>https://devzone.nordicsemi.com/thread/12719?ContentTypeID=1</link><pubDate>Mon, 18 Aug 2014 12:48:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:677648b5-f37d-4549-8819-0479d9bbc6f1</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I do not fully understand your setup. Do you have 2x PCA10001 boards, one with S110+ble_app_hrs and one with S120+ble_app_hrs_c?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>