<?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>NRF 52 Custom Board HRM Peripheral issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18070/nrf-52-custom-board-hrm-peripheral-issue</link><description>Hi, 
 My team has created a custom board with NRF 52 and were able to flash the blinky sample successfully. The LED connected to P.20 is glowing on the custom board after the successful flash. 
 The LED in custom board blinks on flashing Blinky hex</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 03 Dec 2016 10:53:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18070/nrf-52-custom-board-hrm-peripheral-issue" /><item><title>RE: NRF 52 Custom Board HRM Peripheral issue</title><link>https://devzone.nordicsemi.com/thread/69702?ContentTypeID=1</link><pubDate>Sat, 03 Dec 2016 10:53:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cdbe69a-32d4-4cf4-b791-bd27c5fb0e32</guid><dc:creator>Pradeep</dc:creator><description>&lt;p&gt;We assembled a new board and HRM sample has started to work with NRF Connect Mobile app. Not sure where the problem was, Thanks for your assistance.&lt;/p&gt;
&lt;p&gt;But, the HRM service seems to get stuck at 220 bpm on the nRF Toolbox mobile App. Once this happens, the custom board is not discoverable and i have to take the battery out, put it back again to make the custom board discoverable.&lt;/p&gt;
&lt;p&gt;I will start a new thread for this issue.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52 Custom Board HRM Peripheral issue</title><link>https://devzone.nordicsemi.com/thread/69701?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2016 12:23:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17379a77-c560-452c-a7c9-da7db54fe41f</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Ok, then the LFCLKSRC settings hould be fine. No, you can use a PCB trace antenna( typically Quarter wave-length or meandered) or a chip antenna. I suggest that you take a look at the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/app_example/solar_beacon/introduction.html?cp=2_6_0"&gt;nRF52 Solar Beacon Design&lt;/a&gt; and the &lt;a href="https://www.nordicsemi.com/eng/nordic/download_resource/50980/4/8369146"&gt;nRF52 DK design&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52 Custom Board HRM Peripheral issue</title><link>https://devzone.nordicsemi.com/thread/69700?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2016 11:43:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afbeb734-f5ad-4a66-863e-9b004f10a4a3</guid><dc:creator>Pradeep</dc:creator><description>&lt;p&gt;Q1: Thanks for your reply. Now I understand the working of LED status indicators.&lt;/p&gt;
&lt;p&gt;Q2: Custom board is using an external crystal.&lt;/p&gt;
&lt;p&gt;Is there any particular make of antenna that has to be used in this design? Please advice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52 Custom Board HRM Peripheral issue</title><link>https://devzone.nordicsemi.com/thread/69699?ContentTypeID=1</link><pubDate>Thu, 01 Dec 2016 10:07:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:996c9394-e967-44e6-94a5-c37a87900e33</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Q1: The SDK examples uses the Board Support Package(BSP) to indicate the status of the device. The HRM example will indicate that its in an advertising stage(BSP_INDICATE_ADVERTISING ) by blinking LED 1. You can find the list on &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/examples_bsp.html#examples_bsp_states"&gt;this&lt;/a&gt; Infocenter page. The blinky example(found under examples\peripheral\blinky) will just flash its LEDs and does not use BSP as it does not use the SoftDevice.&lt;/p&gt;
&lt;p&gt;Q2: Does your custom board have an external 32kHz crystal? If not, If it does not then you have to modify the &lt;code&gt;NRF_CLOCK_LFCLKSRC&lt;/code&gt; in &lt;code&gt;ble_stack_init()&lt;/code&gt; so that it uses the internal LF RC clock instead, i.e.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_RC,            \
                             .rc_ctiv       = 16,                                \
                             .rc_temp_ctiv  = 2,                                \
                             .xtal_accuracy = 0}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52 Custom Board HRM Peripheral issue</title><link>https://devzone.nordicsemi.com/thread/69698?ContentTypeID=1</link><pubDate>Wed, 30 Nov 2016 17:37:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd253dc4-d5dc-4f69-b36e-70ee8294a9b4</guid><dc:creator>Pradeep</dc:creator><description>&lt;p&gt;yes P.20 is the pin for LED on custom board and on the dev kit board. The Blinky sample when flashed to custom board, LED at P.20 is blinking.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF 52 Custom Board HRM Peripheral issue</title><link>https://devzone.nordicsemi.com/thread/69697?ContentTypeID=1</link><pubDate>Wed, 30 Nov 2016 16:05:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c70c80ad-b477-414f-9ccd-aab50eb89d75</guid><dc:creator>vist</dc:creator><description>&lt;p&gt;Have you verified that the gpio pins to the leds are the same on your custom board as on the dev kit and compared the files in the examples/bsp folder?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>