<?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>Raytac BLE module not broadcasting</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24688/raytac-ble-module-not-broadcasting</link><description>Dear all, 
 I have designed custom board using Raytac mdbt40(nrf51822) module on my board and programming using nrf51DK my setup is like 
 VnRF: not used 
 VDD: not used 
 VTG: to VDD on target board that is self-powered with ~3V 
 SWDIO: to SWDIO</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Aug 2017 10:27:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24688/raytac-ble-module-not-broadcasting" /><item><title>RE: Raytac BLE module not broadcasting</title><link>https://devzone.nordicsemi.com/thread/97166?ContentTypeID=1</link><pubDate>Tue, 29 Aug 2017 10:27:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f80ed26-3a8e-4dfe-b0ee-4b2e34b4e8ba</guid><dc:creator>pavan</dc:creator><description>&lt;p&gt;Hello sir,
As i was programming via nrf51DK to my custom board ,after i power cycled the DK i can see the advertising of DK not the custom board. after programming i powered up the custom board alone but nothing advertised .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Raytac BLE module not broadcasting</title><link>https://devzone.nordicsemi.com/thread/97167?ContentTypeID=1</link><pubDate>Tue, 29 Aug 2017 08:59:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8496ab32-6f93-4bcd-b726-990ecd25a6e4</guid><dc:creator>J&amp;#248;rn</dc:creator><description>&lt;p&gt;Pavan, you state in your original question you first could not see it broadcasting, but then you write &amp;quot;but when i remove the connection and power ON the DK i can see the connectivity&amp;quot;. Do you mean that after you have power cycled the board you can see it advertising?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Raytac BLE module not broadcasting</title><link>https://devzone.nordicsemi.com/thread/97157?ContentTypeID=1</link><pubDate>Sun, 27 Aug 2017 11:12:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c1ecfa4-df3a-4733-9340-eae2ca087876</guid><dc:creator>pavan</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I changed as per the above but no change in still nothing is showing, i can see my module is detected in nrfgo studio i,e nrf51822 . i am just building the code and dragging the hex file and copying it to the detected jlink in my pc&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Raytac BLE module not broadcasting</title><link>https://devzone.nordicsemi.com/thread/97162?ContentTypeID=1</link><pubDate>Sun, 27 Aug 2017 08:52:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0674cfc9-aa0a-4ae4-9fb2-e050c6fe76dd</guid><dc:creator>Dhiraj</dc:creator><description>&lt;p&gt;Go through the link properly: &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=/com.nordic.infocenter.sdk52.v0.9.0/group__nrf__clock__hal.html"&gt;infocenter.nordicsemi.com/index.jsp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;NRF_CLOCK_LF_SRC_RC- Internal 32 kHz RC oscillator.
NRF_CLOCK_LF_SRC_Xtal- External 32 kHz crystal.
NRF_CLOCK_LF_SRC_Synth -Internal 32 kHz synthesizer from HFCLK system clock.&lt;/p&gt;
&lt;p&gt;Change the clock source in else part as follows:
ifdef S210
define NRF_CLOCK_LFCLKSRC NRF_CLOCK_LF_SRC_RC
else
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_RC, \ .rc_ctiv = 0, \ .rc_temp_ctiv = 0, \ .xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Raytac BLE module not broadcasting</title><link>https://devzone.nordicsemi.com/thread/97161?ContentTypeID=1</link><pubDate>Sun, 27 Aug 2017 06:37:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6b3dedd-c9c6-473e-b5cf-5dc5eb0e4643</guid><dc:creator>pavan</dc:creator><description>&lt;p&gt;I am using SDK_12.3.0_d7731ad and soft device &amp;quot;s130_nrf51_2.0.1_softdevice&amp;quot;. first erasing the board using nrfgo and programming soft device with same and the programming application via kei in my nrfgo its detected as nrf51422 though i connected it to my custom board . with below settings&lt;/p&gt;
&lt;p&gt;ifdef S210
define NRF_CLOCK_LFCLKSRC NRF_CLOCK_LF_SRC_RC
else&lt;/p&gt;
&lt;p&gt;#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_XTAL, \ .rc_ctiv = 0, \ .rc_temp_ctiv = 0, \ .xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM}
pavan (1 hour ago)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Raytac BLE module not broadcasting</title><link>https://devzone.nordicsemi.com/thread/97160?ContentTypeID=1</link><pubDate>Sun, 27 Aug 2017 04:57:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f9631e8-4b90-4ee6-8ddf-842d9d160059</guid><dc:creator>pavan</dc:creator><description>&lt;p&gt;I changed my settings in pca10028.h as below but still no change&lt;/p&gt;
&lt;p&gt;// Low frequency clock source to be used by the SoftDevice
#ifdef S210
#define NRF_CLOCK_LFCLKSRC      NRF_CLOCK_LF_SRC_RC
#else
#define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_XTAL,            &lt;br /&gt;
.rc_ctiv       = 0,                                &lt;br /&gt;
.rc_temp_ctiv  = 0,                                &lt;br /&gt;
.xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Raytac BLE module not broadcasting</title><link>https://devzone.nordicsemi.com/thread/97159?ContentTypeID=1</link><pubDate>Sun, 27 Aug 2017 04:18:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14742af3-fcbc-472a-b7fa-bfd21dff0caf</guid><dc:creator>Dhiraj</dc:creator><description>&lt;p&gt;Search in header files (PCA10028.h)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Raytac BLE module not broadcasting</title><link>https://devzone.nordicsemi.com/thread/97158?ContentTypeID=1</link><pubDate>Sun, 27 Aug 2017 04:05:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6ce0bfa-2929-4d11-affd-2a60185041c3</guid><dc:creator>pavan</dc:creator><description>&lt;p&gt;I am searching for that line but zero results found , in which file i will get it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Raytac BLE module not broadcasting</title><link>https://devzone.nordicsemi.com/thread/97165?ContentTypeID=1</link><pubDate>Sun, 27 Aug 2017 03:52:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a30173c-811f-446d-a822-2df72a650b7e</guid><dc:creator>pavan</dc:creator><description>&lt;p&gt;Hi Dhiraj ,
Thank you for your information, i will be using UART_BLE program can u  please tel me where exactly to change that or by adding external crystal will solve my issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Raytac BLE module not broadcasting</title><link>https://devzone.nordicsemi.com/thread/97164?ContentTypeID=1</link><pubDate>Sun, 27 Aug 2017 03:11:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:973575fc-b24a-40a5-95c1-4be7b8d1c836</guid><dc:creator>Dhiraj</dc:creator><description>&lt;p&gt;Search for this: #define NRF_CLOCK_LFCLKSRC  in header file
Follow this link: &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk52.v0.9.0%2Fgroup__nrf__clock__hal.html"&gt;infocenter.nordicsemi.com/index.jsp&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Raytac BLE module not broadcasting</title><link>https://devzone.nordicsemi.com/thread/97163?ContentTypeID=1</link><pubDate>Sun, 27 Aug 2017 03:05:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e033b5a2-ffa3-45f8-98a7-4a8416dba41f</guid><dc:creator>Dhiraj</dc:creator><description>&lt;p&gt;Hello Pavan,&lt;/p&gt;
&lt;p&gt;I faced same issue before.
You can search for clk source in the code.
Change the clk source to internal clock, the device will broadcast properly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>