<?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 standard for beacon configuration services?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41511/is-there-a-standard-for-beacon-configuration-services</link><description>I am developing a beacon using nrf52810. This beacon will advertise iBeacon as well as Eddystone packets. And user should be able to configure some of the beacon paramters like transmit power, UUID etc. I suppose the beacon should be a connectable BLE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 Dec 2018 12:39:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41511/is-there-a-standard-for-beacon-configuration-services" /><item><title>RE: Is there a standard for beacon configuration services?</title><link>https://devzone.nordicsemi.com/thread/161853?ContentTypeID=1</link><pubDate>Fri, 14 Dec 2018 12:39:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48bb3d52-9148-4ab1-a655-060403bff18a</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Sorry, I was too quick to answer.&lt;/p&gt;
&lt;p&gt;As far as I know, Nordic does not provide any configuration services for the beacon.&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/5638/how-to-enter-beacon-config-mode"&gt;Here&lt;/a&gt;&amp;nbsp;is a link that I think you might find helpful. Two solutions are proposed,&amp;nbsp;the former involves&amp;nbsp;programming a bootloader onto the chip and configuring the data through&amp;nbsp;&lt;span&gt;OTA DFU. The latter solutions, is as you mentioned, to create your own custom services. This solution requires some more work.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a standard for beacon configuration services?</title><link>https://devzone.nordicsemi.com/thread/161620?ContentTypeID=1</link><pubDate>Thu, 13 Dec 2018 09:26:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9ed8239-ef7d-4948-a9da-3fe678242a5f</guid><dc:creator>Prasad</dc:creator><description>&lt;p&gt;I think you got my question wrong!&lt;/p&gt;
&lt;p&gt;I am asking about the configuration services that are used to configure beacon parameters into the beacon. Take a look at ble_app_eddystone and &amp;quot;nRF beacon for Eddystone&amp;quot; app.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a standard for beacon configuration services?</title><link>https://devzone.nordicsemi.com/thread/161611?ContentTypeID=1</link><pubDate>Thu, 13 Dec 2018 08:56:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43263d1f-9e21-4a61-836c-12fd3a30ca48</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I think the&amp;nbsp;&lt;a href="https://www.nordicsemi.com/en/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/ble_sdk_app_blinky"&gt;BLE Blinky Application&lt;/a&gt;&amp;nbsp;would be a nice starting point for your solution. It uses the advertising type &lt;a href="https://www.nordicsemi.com/DocLib/Content/SoftDevice_API_Doc/S132/v6-1-0/group_ble_gap_adv_types#gae453a22d3a46ef932ff2808afb84c958"&gt;BLE_GAP_ADV_TYPE_CONNECTABLE_SCANNABLE_UNDIRECTED,&lt;/a&gt;&amp;nbsp;which includes&amp;nbsp;&lt;span&gt;31 bytes of user configurable data (transmit power, UUID etc..).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;However, you would need to modify the example in order to achieve the functionality you mentioned, I would start by modifying the&amp;nbsp;characteristic LED, and send the new beacon data over there. After receiving this, you disconnect and update the adertising data through&amp;nbsp;&lt;a href="https://www.nordicsemi.com/DocLib/Content/SoftDevice_API_Doc/S132/v6-1-0/group_ble_gap_functions#ga9969047f4e7485c3f856c841978cc31a"&gt;sd_ble_gap_adv_set_configure(..)&lt;/a&gt;, and restart the advertising again.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>