<?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>Configuring the major and minor through an app</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44595/configuring-the-major-and-minor-through-an-app</link><description>I am working on the nRF 52832. 
 I am using the softdevice s132nrf52611 and SDK 15. 
 We are trying to develop a beacon whose major and minor values can be configured on a button press (we are thinking of changing the beacon mode to a connectable mode</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Apr 2019 16:29:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44595/configuring-the-major-and-minor-through-an-app" /><item><title>RE: Configuring the major and minor through an app</title><link>https://devzone.nordicsemi.com/thread/179837?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2019 16:29:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:991bbdd6-8419-4795-b90e-fd74e4eae67f</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;There&amp;#39;s this &lt;a href="https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial"&gt;guide&lt;/a&gt; on how to write a BLE service. Just follow the instructions there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring the major and minor through an app</title><link>https://devzone.nordicsemi.com/thread/179097?ContentTypeID=1</link><pubDate>Fri, 29 Mar 2019 05:06:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b402838-328f-475a-ba1e-58fb755efc7d</guid><dc:creator>Ravin</dc:creator><description>&lt;p&gt;Hey thanks can you help me on how to write a service?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Honestly i find it really hard to read the code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring the major and minor through an app</title><link>https://devzone.nordicsemi.com/thread/175866?ContentTypeID=1</link><pubDate>Wed, 13 Mar 2019 09:57:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6c7e2da-0784-408e-90e5-2083492d5301</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;It&amp;#39;s nonconnectable by default, so if you want to update anything on the beacon device you will probably need to implement a separate service that you can connect to. Then you can write to that service the advertising parameters you want to change.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring the major and minor through an app</title><link>https://devzone.nordicsemi.com/thread/175228?ContentTypeID=1</link><pubDate>Mon, 11 Mar 2019 05:46:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bea2f2b-a84c-4db3-876e-02372c924e9d</guid><dc:creator>Ravin</dc:creator><description>&lt;p&gt;Hey yeah i have gone through few of the examples from the SDK.&lt;/p&gt;
&lt;p&gt;There is not example for updating the advertising details OTA. Or can we set the UICR values OTA?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring the major and minor through an app</title><link>https://devzone.nordicsemi.com/thread/175110?ContentTypeID=1</link><pubDate>Fri, 08 Mar 2019 16:03:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6394573f-3351-4e4c-9a6e-fbf129f36953</guid><dc:creator>awneil</dc:creator><description>[quote userid="6462" url="~/f/nordic-q-a/44595/configuring-the-major-and-minor-through-an-app/175066"]Have you looked at the SDK examples?[/quote]
&lt;p&gt;&lt;/p&gt;
[quote userid="73166" url="~/f/nordic-q-a/44595/configuring-the-major-and-minor-through-an-app/175107"]the ble_app_&lt;b&gt;beacon&lt;/b&gt; example in the SDK ...  should serve as a good starting point for developing a &lt;b&gt;beacon&lt;/b&gt; application[/quote]
&lt;p&gt;LOL - the clue is in the name!&lt;/p&gt;
&lt;p&gt;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f603.svg" title="Smiley"&gt;&amp;#x1f603;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring the major and minor through an app</title><link>https://devzone.nordicsemi.com/thread/175107?ContentTypeID=1</link><pubDate>Fri, 08 Mar 2019 15:57:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b89f49a9-ff21-40ee-9a57-8055893a68a6</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hey, you should look at the ble_app_beacon example in the SDK. It should serve as a good starting point for developing a beacon application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring the major and minor through an app</title><link>https://devzone.nordicsemi.com/thread/175066?ContentTypeID=1</link><pubDate>Fri, 08 Mar 2019 14:42:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e736b8ae-82f5-4e4f-be28-b558b61c2ae0</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Have you looked at the SDK examples?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-3-0/examples"&gt;https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-3-0/examples&lt;/a&gt;&lt;/p&gt;
[quote userid="76890" url="~/f/nordic-q-a/44595/configuring-the-major-and-minor-through-an-app"]I am new the nrf development[/quote]
&lt;p&gt;Did you spot these:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1552056095509v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>