<?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>I want to develop a beacon that can modify data with smart phone App.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26866/i-want-to-develop-a-beacon-that-can-modify-data-with-smart-phone-app</link><description>I want to develop a beacon that can modify data with smart phone App. 
 I&amp;#39;d like to modify the device name, UUID, Mojor, Minor, Tranmission Power, 
 Advertise Interval etc. 
 Like this 
 
 
 
 I plan to use nRF Connect and utilize example(ble_app_beacon</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 Nov 2017 10:28:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26866/i-want-to-develop-a-beacon-that-can-modify-data-with-smart-phone-app" /><item><title>RE: I want to develop a beacon that can modify data with smart phone App.</title><link>https://devzone.nordicsemi.com/thread/105596?ContentTypeID=1</link><pubDate>Wed, 15 Nov 2017 10:28:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1db98381-5475-4dc1-b815-99ceabbac78d</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Are you planning on doing this for both Android &amp;amp; iOS or for only one of the two operating systems? You could also have a look at the ble_app_eddystone located under examples/ble_peripheral folder in the sdk. Eddystone beacons are an open beacon format developed by Google. Apple, on the other hand, have their own platform called the iBeacon. The eddystone app I believe is unfortunately experimental for the nrf51, but not for the nrf52. What&amp;#39;s your progress so far?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I want to develop a beacon that can modify data with smart phone App.</title><link>https://devzone.nordicsemi.com/thread/105597?ContentTypeID=1</link><pubDate>Tue, 14 Nov 2017 03:08:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd285a5a-8fba-4856-9123-5865b9408427</guid><dc:creator>Mahesh Venkitachalam</dc:creator><description>&lt;p&gt;I think your device will need to function in two modes. By default, it will be in advertising only (non-connectabe) mode, and when triggered (say by a hardware button press), it will go to a connectable mode. In this second mode, you can have custom GATT characteristics which can be used to communicate your new beacon parameters. Once you are done with the changes, you can use a custom flag characteristic to switch the device back to advertising (beacon) mode without any hardware interaction.&lt;/p&gt;
&lt;p&gt;So your code structure will be a mix of ble_app_beacon and the Nordic example for custom GATT characteristic below.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/tutorials/17/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>