<?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>Bluetooth on nRF52 Development Kit</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9725/bluetooth-on-nrf52-development-kit</link><description>Hi, I have a Nordic nRF52 Development Kit. The ADC examples work, the LED examples work, and the NFC examples work. However, none of the Bluetooth examples work. The LEDs do not indicate any status activity, i.e. advertising, etc. 
 Has anyone else had</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Oct 2015 16:30:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9725/bluetooth-on-nrf52-development-kit" /><item><title>RE: Bluetooth on nRF52 Development Kit</title><link>https://devzone.nordicsemi.com/thread/36006?ContentTypeID=1</link><pubDate>Thu, 15 Oct 2015 16:30:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5714c83c-5fa0-478b-ae8c-ca41aca7ad68</guid><dc:creator>Rolf</dc:creator><description>&lt;p&gt;Thanks, that did it.  I just needed to use the Nordic studio to load the hex file for the soft device.  Now the Bluetooth works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth on nRF52 Development Kit</title><link>https://devzone.nordicsemi.com/thread/36005?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2015 21:45:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:236f3577-8906-4a21-a703-5660070dd113</guid><dc:creator>Ladasky</dc:creator><description>&lt;p&gt;Hi Rolf,&lt;/p&gt;
&lt;p&gt;I am pretty new to embedded systems, but I will share what I think I understand.  Anyone else who knows better, please feel free to correct anything I write.  I am asking similar questions in this thread:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/question/53921/flash-softdevice-and-then-an-app-using-jlink/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Bluetooth driver is an independent software component, the SoftDevice.  You have obviously downloaded the nRF52 SDK. If you forgot the S132 SoftDevice, you can download it here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF52-Preview-DK"&gt;www.nordicsemi.com/.../nRF52-Preview-DK&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Click the Downloads tab.  The S132 SoftDevice link is at the top.&lt;/p&gt;
&lt;p&gt;It is possible to compile a Bluetooth application, flash it to your board, and have nothing happen.  I have done that myself.&lt;/p&gt;
&lt;p&gt;If you actually want the Bluetooth application to work, you must first flash the SoftDevice to the board at the standard memory address, 0x0. Then, you flash your application to another address, 0x1F000.  The two programs connect at run time, not at compile time.&lt;/p&gt;
&lt;p&gt;If, at a later time, you flash the board with a non-Bluetooth application at 0x0, you will overwrite the SoftDevice.  You will have to reinstall it in order to run a Bluetooth app again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>