<?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>Problem facing on pairing the bluetooth in nrf52DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21832/problem-facing-on-pairing-the-bluetooth-in-nrf52dk</link><description>Hola community, I am using nrf52DK for the first time and am unable to connect it to my mobile phone using Bluetooth. The problem I am facing at the moment is, the device is not visible in the app i have downloaded from play store (nRF connect). I am</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 May 2017 08:50:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21832/problem-facing-on-pairing-the-bluetooth-in-nrf52dk" /><item><title>RE: Problem facing on pairing the bluetooth in nrf52DK</title><link>https://devzone.nordicsemi.com/thread/85745?ContentTypeID=1</link><pubDate>Fri, 05 May 2017 08:50:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:213b1265-a691-4c52-a0e4-12d914c2a659</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If the nRF52 is not visible in nRFConnect, the nRF52 is probably not advertising. When advertising LED1 on the DK should blink. Have you uploaded the SoftDevice? What SDK version are you using? If you are using SDK 13, you have to use SoftDevice S132 v.4.0.2 as seen in the compatibility matrix &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/compatibility_matrix/ic_rev_sdk_sd_comp_matrix.html?cp=2_0_1_2"&gt;here&lt;/a&gt;. The SoftDevice is the Bluetooth low energy(BLE) protocol stack. You can find the SoftDevice in the folder:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SDK_FOLDER\components\softdevice\s132\hex
&lt;/code&gt;&lt;/pre&gt;
&lt;hr /&gt;
&lt;p&gt;There are two ways to flash the SoftDevice to the nRF52 DK.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Option 1 - nRFGO Studio&lt;/strong&gt; :&lt;/p&gt;
&lt;p&gt;Download nRFGo Studio from the page linked to below&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/eng/Products/2.4GHz-RF/nRFgo-Studio/"&gt;www.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Install, and then Open nRFGo Studio, select the Segger xxxxxxxxx device in the Device Manager, then select the Program SoftDevice tab, navigate to the \components\softdevice\s132\hex folder and select the s132_nrf52_4.0.2_softdevice.hex file(for SDK 13) and press program.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Option 2 - nrfjprog&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;Download  nRF5x Command Line Tools&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.tools/dita/tools/nrf5x_command_line_tools/nrf5x_installation.html?cp=5_1_1"&gt;infocenter.nordicsemi.com/.../nrf5x_installation.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Using the command line, you can flash the SoftDevice with the command&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfjprog --family nrf52 --program s132_nrf52_4.0.2_softdevice.hex --verify
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you get an error stating that the flash is not erased, then you can erase the flash of the chip with the following command&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfjprog --family nrf52 --eraseall
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>