<?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>Is there a good walk-through of how to use the BLE template from the SDK?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32000/is-there-a-good-walk-through-of-how-to-use-the-ble-template-from-the-sdk</link><description>I&amp;#39;m new to using the Nordic SDK and I&amp;#39;m trying to use the BLE template to start my own service. Is there a walk-through for doing this somewhere that may be able to help? I have already completed the introduction to BLE tutorials.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Mar 2018 20:18:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32000/is-there-a-good-walk-through-of-how-to-use-the-ble-template-from-the-sdk" /><item><title>RE: Is there a good walk-through of how to use the BLE template from the SDK?</title><link>https://devzone.nordicsemi.com/thread/124823?ContentTypeID=1</link><pubDate>Fri, 16 Mar 2018 20:18:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf2521ee-9c02-4979-9896-16775120cfd7</guid><dc:creator>Matthew Johnson</dc:creator><description>&lt;p&gt;Ketil: I figured out how to use this thanks to you and the tutorial. I also completed challenge 1 and am very excited to start my own application. Thank you again!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a good walk-through of how to use the BLE template from the SDK?</title><link>https://devzone.nordicsemi.com/thread/124411?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 14:54:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8dc163b-8efa-4294-b10f-317be8814314</guid><dc:creator>Matthew Johnson</dc:creator><description>&lt;p&gt;Thank you for your input. I am considering trying SES at this point. It would be nice to not have the code limitations, but I am on limited time because I am an intern and don&amp;#39;t want to spend a lot of time learning a new IDE.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a good walk-through of how to use the BLE template from the SDK?</title><link>https://devzone.nordicsemi.com/thread/124410?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 14:52:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79cbd436-c178-486b-bc5d-43cc0d6e6a04</guid><dc:creator>Matthew Johnson</dc:creator><description>&lt;p&gt;I am using Keil to do my programming. I also tried using nFR Go Studio to load the hex files as well as &amp;#39;drag and drop&amp;#39; in Windows Explorer. My device is the nRF52-DK with the nFR52832 chip. I used version 14.2 of the SDK. I also realized I was in error in my previous post. I am using V5.0 of the S132 soft device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a good walk-through of how to use the BLE template from the SDK?</title><link>https://devzone.nordicsemi.com/thread/124322?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 09:52:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ccc0b74-a284-4e97-9be6-42ee614d2f00</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/matthewj"&gt;Matthew Johnson&lt;/a&gt;: The example is based on SDK v14.2.0 and S132 v5.0.0. If you&amp;#39;re using Keil or GCC then you need to flash the SoftDevice separately. If you&amp;#39;re using SES then the SoftDevice is automatically flashed together with the application code.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a good walk-through of how to use the BLE template from the SDK?</title><link>https://devzone.nordicsemi.com/thread/124314?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 09:37:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96c0d697-9f71-4b5e-9bc0-44bc0b3b6e5d</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Great that you found the tutorial useful!&lt;/p&gt;
&lt;p&gt;Which IDE are you using?&amp;nbsp;nRF52832 or nRF52840? Which SDK?&lt;/p&gt;
&lt;p&gt;Ketil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a good walk-through of how to use the BLE template from the SDK?</title><link>https://devzone.nordicsemi.com/thread/124245?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 20:35:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf05b4c5-936e-48fe-841c-299412a2dd52</guid><dc:creator>Matthew Johnson</dc:creator><description>&lt;p&gt;Thank you for the information. This is exactly the type of tutorial I was looking for. However, I am trouble getting my code to load onto my nRF52-DK. I am not getting any compilation errors or warnings. I have also tried loading the soft device (S132 v3.0) before loading the program and then loading just the program first. Everything seems to load ok, but I am not able to find the device in the nRF Connect program. My other Bluetooth devices show up on the list. Any other suggestions?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a good walk-through of how to use the BLE template from the SDK?</title><link>https://devzone.nordicsemi.com/thread/124095?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 09:05:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:614d313a-9b02-4588-90a6-2983ccd08d05</guid><dc:creator>Matthew Johnson</dc:creator><description>&lt;p&gt;Thank you! I will take a look at it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a good walk-through of how to use the BLE template from the SDK?</title><link>https://devzone.nordicsemi.com/thread/124088?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 08:35:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e0fbd9e-30e7-4ad7-b871-e3e203d8cc6b</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;Hi Matthew,&lt;/p&gt;
&lt;p&gt;I think this&amp;nbsp;&lt;a href="https://github.com/bjornspockeli/custom_ble_service_example"&gt;Custom Service Tutorial&lt;/a&gt;&amp;nbsp;is exactly what you are looking for.&lt;/p&gt;
&lt;p&gt;Ketil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>