<?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>I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48170/i-have-a-development-board-and-load-the-client-central-ble-blinky-to-it-then-the-peripheral-ble-blinky-to-my-custom-board-and-power-up-and-the-central-development-board-stays-led-1-on-and-never-switches-to-led-2</link><description>I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2. Any suggestions?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 Jun 2019 14:33:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48170/i-have-a-development-board-and-load-the-client-central-ble-blinky-to-it-then-the-peripheral-ble-blinky-to-my-custom-board-and-power-up-and-the-central-development-board-stays-led-1-on-and-never-switches-to-led-2" /><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/192966?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2019 14:33:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83a78fa8-d20f-4915-bcb4-864eaf51b49e</guid><dc:creator>americanhoney</dc:creator><description>&lt;p&gt;I didnt have to change generic LFCK usage&lt;/p&gt;
&lt;p&gt;Thank you very much for the help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/192441?ContentTypeID=1</link><pubDate>Wed, 12 Jun 2019 14:33:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bb9ebc9-40ae-4472-a8c0-6a477b8aaff9</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;To change BLE clock source you should edit sdk_config.h, for instance&lt;/p&gt;
&lt;p&gt;&lt;span&gt;#de&lt;/span&gt;&lt;span&gt;fine&amp;nbsp;&lt;/span&gt;NRF_SDH_CLOCK_LF_SRC 0&lt;br /&gt;&lt;span&gt;#de&lt;/span&gt;&lt;span&gt;fine&amp;nbsp;&lt;/span&gt;NRF_SDH_CLOCK_LF_RC_CTIV 16&lt;br /&gt;&lt;span&gt;#de&lt;/span&gt;&lt;span&gt;fine&amp;nbsp;&lt;/span&gt;NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 2&lt;br /&gt;&lt;span&gt;#de&lt;/span&gt;&lt;span&gt;fine&amp;nbsp;&lt;/span&gt;NRF_SDH_CLOCK_LF_ACCURACY 1&lt;/p&gt;
&lt;p&gt;You may also need to edit generic LFCK usage:&lt;/p&gt;
&lt;p&gt;#define NRFX_CLOCK_CONFIG_LF_SRC 0&lt;br /&gt;#define CLOCK_CONFIG_LF_SRC 0&lt;/p&gt;
&lt;p&gt;Please also comment on my&amp;nbsp;other questions/comments:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- Results of DTM tests.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- Pulled up UART RXD line with external pull-up.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- Did anyone from Nordic review your custom board (schematic and layout)?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/192165?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2019 19:44:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8a34cca-0fd1-427a-8044-c70138d208ca</guid><dc:creator>americanhoney</dc:creator><description>&lt;p&gt;even added:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;NRF_CLOCK-&amp;gt;TASKS_LFCLKSTART=0;&lt;br /&gt; NRF_CLOCK-&amp;gt;TASKS_LFCLKSTOP=1;&lt;br /&gt; NRF_CLOCK-&amp;gt;LFCLKSRC=0;&lt;br /&gt; NRF_CLOCK-&amp;gt;TASKS_LFCLKSTOP=0;&lt;br /&gt; NRF_CLOCK-&amp;gt;TASKS_LFCLKSTART=1;&lt;br /&gt; while(!NRF_CLOCK-&amp;gt;EVENTS_LFCLKSTARTED);&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;didnt work either&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/192164?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2019 19:39:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62797ea8-2d51-49f4-bc40-efd44a59d37f</guid><dc:creator>americanhoney</dc:creator><description>&lt;p&gt;I put&amp;nbsp;&lt;/p&gt;
&lt;p&gt;NRF_CLOCK-&amp;gt;LFCLKSRC=0;&lt;/p&gt;
&lt;p&gt;as the first line in the main program.&amp;nbsp; didnt fix the problem though&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/192163?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2019 19:26:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5e31a90-51fd-464e-9a92-4b6702cd4c74</guid><dc:creator>americanhoney</dc:creator><description>&lt;p&gt;No&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/192162?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2019 19:25:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47183f3d-1655-4edc-b1cd-cf2704be4f68</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Any update on the issue?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/191867?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2019 16:45:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b0e3539-3e88-4920-b1a7-442322b2af64</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Did anyone from Nordic review your custom board (schematic and layout)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/191865?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2019 16:40:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0916c4f-860b-4039-9a86-d07c4ff1a4c4</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I suggest to run DTM to test/verify your hardware, e.g.:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_dtm_serial.html?cp=5_1_4_5"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_dtm_serial.html?cp=5_1_4_5&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This application note may be useful on how to setup DTM:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/struct_appnotes/struct/appnotes_nan34.html?cp=11_3"&gt;https://infocenter.nordicsemi.com/topic/struct_appnotes/struct/appnotes_nan34.html?cp=11_3&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;A side question: The examples may be logging over UART, so make sure for instance that RXD pin is pulled high. Otherwise I think most of the pins are simple button/led for the blinky example at least.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/191864?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2019 16:34:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5089e747-9c37-40a5-a869-4e0b2e1a9b42</guid><dc:creator>americanhoney</dc:creator><description>&lt;p&gt;i have a 32G Hz external clock. i will try changing it to internal.&lt;/p&gt;
&lt;p&gt;and I do have a setup that works with 2 DK boards.&amp;nbsp; READ THE COMMENTS!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/191863?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2019 16:30:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c26b3f84-ec69-4371-bbe6-4b773a83a2d1</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I added some additional comments to previous replies, please have in mind that based on your&amp;nbsp;case description the problem may be anything, and until you have a setup that you do know works (e.g. 2pcs of nRF52-DK) it is difficult to narrow down to what the problem may be.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/191861?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2019 16:22:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27309617-1881-4184-b7a3-3bb2ea29adb9</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;So I assume that if you&amp;nbsp;were&amp;nbsp;using 2pcs of nRF52-DK then the examples (blinky or otherwise) works as intended. I would not say that is clear from your description.&lt;/p&gt;
&lt;p&gt;If you have found that the problem is in specific related to your own hardware, then ideally the next step I suggest is:&lt;/p&gt;
&lt;p&gt;1. Check if you hardware have placed an external 32kHz crystal, if not, you will need to change the LFCLK source to RC (internal) instead of XTAL (external) when init the softdevice.&lt;/p&gt;
&lt;p&gt;2. Once that is in place, check if the custom hardware is visible as a BLE beacon:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_beacon.html"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_beacon.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/191858?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2019 16:16:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af0c25fc-b183-40ac-a9ef-0c1d76c07628</guid><dc:creator>americanhoney</dc:creator><description>&lt;p&gt;the youtube video showing me how to get segger software and build and program?????????? i am way way past that point.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and no, not 2 DKs . it is apparent you are not reading the details at all.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;PLEASE ASSIGN A DIFFERENT TECH SUPPORT REP TO THIS QUESTION!!!!!!!!!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/191857?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2019 16:13:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1e87bda-5db8-44b5-817c-de91c930980c</guid><dc:creator>americanhoney</dc:creator><description>&lt;p&gt;a week later and the reply is that you see a similar thread and assume everything is working so why do I keep asking?????????????????????????? the other thread is about downloading the softdevice and yes, i finally figured out how to do that.&amp;nbsp; this thread however is related to BLINKY.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and then your comment with the link to the BLE Central programs???????? i think you are attempting to say &amp;quot;i told you so&amp;quot; but how many of them are named blinky, just one.&amp;nbsp; PLEASE ASSIGN A DIFFERENT TECH SUPPORT REP TO THIS QUESTION!!!!!!!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/191856?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2019 16:08:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9202956b-232d-4a6d-ba93-72ba777c227c</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;It seems from this thread you have already something working now:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/48117/program-softdevice"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/48117/program-softdevice&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regarding this comment, please check out the link below the comment:&lt;/p&gt;
[quote user="americanhoney"]additionally there only 1 single central BLE example in&amp;nbsp;nRF5_SDK_15.3.0_59ac345[/quote]
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/examples_ble_central.html?cp=5_1_4_2_0"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/examples_ble_central.html?cp=5_1_4_2_0&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, the following link may be helpful getting started (note the web page in the beginning of the tutorial have changed, but the content itself when working with the SDK is still valid):&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=YZouRE_Ol8g&amp;amp;list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV"&gt;https://www.youtube.com/watch?v=YZouRE_Ol8g&amp;amp;list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I assume you&amp;nbsp;have first verified&amp;nbsp;working 2pcs of Nordic nRF52-DK here, since that will help getting things setup according the the descriptions in the examples projects for a central and peripheral.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/191436?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2019 15:20:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db784eac-4aac-4a11-868b-14df65613f90</guid><dc:creator>americanhoney</dc:creator><description>&lt;p&gt;I even have a sample of my custom board that is loaded with a program like&amp;nbsp;ble_app_att_mtu_throughput but adapted to work on my board instead of the development kit.&amp;nbsp; it communicates BLE to the tester (custom board setup as sender) just fine. I connect it to Jflash, read entire chip, then program a different sample of my custom board and it doesnt communicate BLE to the tester.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/191163?ContentTypeID=1</link><pubDate>Wed, 05 Jun 2019 14:34:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d4ee0c7-e76b-41aa-a23d-56f0565d80ce</guid><dc:creator>americanhoney</dc:creator><description>&lt;p&gt;I see absolutely nothing there that addresses or can help with this situation so the RTFM reply doesnt help. additionally there only 1 single central BLE example in&amp;nbsp;nRF5_SDK_15.3.0_59ac345 so the comment &amp;#39;depending on the example you are using&amp;#39; is also not helpful.&amp;nbsp; lastly LED1 means not partnered, LED 2 means partnered (as explained by Nordic &amp;lt;aka you&amp;gt;)&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Findex.html"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Findex.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2.</title><link>https://devzone.nordicsemi.com/thread/191075?ContentTypeID=1</link><pubDate>Wed, 05 Jun 2019 11:43:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f97a199e-b59b-48e1-8458-c11d1b6fb225</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Make sure you have followed the getting started:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/nrf51_getting_started.html?cp=5_1_1"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/nrf51_getting_started.html?cp=5_1_1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Depending on the example you are using, the LED1 and LED2 may have different meaning. Please refer to the central and peripheral example you are using on what they mean.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>