<?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>what is the difference &amp;quot;experimental_ble_app_eddystone&amp;quot; and &amp;quot;nrf5-sdk-for-eddystone&amp;quot; ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32018/what-is-the-difference-experimental_ble_app_eddystone-and-nrf5-sdk-for-eddystone</link><description>I am trying to implementing eddystone for my nRF52832 and I found two library. 
 One is with the &amp;quot; /examples/ble_peripheral/experimental_ble_app_eddystone &amp;quot; inside nRF5-sdk and another is &amp;quot; nrf5-sdk-for-eddystone &amp;quot;. 
 I tried both demo and both of them</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Mar 2018 08:29:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32018/what-is-the-difference-experimental_ble_app_eddystone-and-nrf5-sdk-for-eddystone" /><item><title>RE: what is the difference "experimental_ble_app_eddystone" and "nrf5-sdk-for-eddystone" ?</title><link>https://devzone.nordicsemi.com/thread/124085?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 08:29:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f51debb-af69-4bfd-823c-73aaa586d252</guid><dc:creator>Nijat</dc:creator><description>&lt;p&gt;Yes, I am using the &amp;quot;iOS Eddystone Scanner Sample Application&amp;quot; to observe the&amp;nbsp;&lt;span&gt;Eddystone device.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you&amp;nbsp;Ketil &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;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: what is the difference "experimental_ble_app_eddystone" and "nrf5-sdk-for-eddystone" ?</title><link>https://devzone.nordicsemi.com/thread/124084?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 08:23:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f26cb44b-4a4d-440f-8cf9-0cadff7e486a</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;Yes, you do not need any of the files from&amp;nbsp;nrf5-sdk-for-eddystone if you work with&amp;nbsp;experimental_ble_app_eddystone. All the functionality is still there but the firmware structure is different.&lt;/p&gt;
&lt;p&gt;As mentioned earlier, we recommend that you use the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v12.3.0%2Fble_sdk_app_es.html&amp;amp;cp=4_0_5_4_2_2_6"&gt;Eddystone Beacon Application&lt;/a&gt; from one of the later SDKs.&lt;/p&gt;
&lt;p&gt;Ketil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: what is the difference "experimental_ble_app_eddystone" and "nrf5-sdk-for-eddystone" ?</title><link>https://devzone.nordicsemi.com/thread/124080?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 08:15:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76330561-6dc0-4559-93f3-73e62ef4e4a8</guid><dc:creator>Nijat</dc:creator><description>&lt;p&gt;In the&amp;nbsp;&lt;span&gt;nrf5-sdk-for-eddystone on GitHub, I found :&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;EddystoneService.h
EddystoneTypes.h
Eddystone_config.h
EIDFrame.h
TLMFrame.h	
UIDFrame.h
URLFrame.h
aes_eax.h&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;which are most important part. And also the encryption function too.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But inside &amp;quot;experimental_ble_app_eddystone&amp;quot;, I found none of them. So starting from &amp;quot;experimental_ble_app_eddystone&amp;quot;, we no more need those code above ?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: what is the difference "experimental_ble_app_eddystone" and "nrf5-sdk-for-eddystone" ?</title><link>https://devzone.nordicsemi.com/thread/124075?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 08:01:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:996ed0b7-036e-4acf-a614-15098bde6184</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;Hi Nijat,&lt;/p&gt;
&lt;p&gt;The nrf5-sdk-for-eddystone on GitHub is the older version. You should definitely use the experimental_ble_app_eddystone which is available in the SDK. This version has undergone a lot more testing and will also be kept up to date.&lt;/p&gt;
&lt;p&gt;Please note&amp;nbsp;that in the later SDKs the Eddystone example no longer has experimental status. If possible I would recommend that you use the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v12.3.0%2Fble_sdk_app_es.html&amp;amp;cp=4_0_5_4_2_2_6"&gt;Eddystone Beacon Application&lt;/a&gt; as your starting point.&lt;/p&gt;
&lt;p&gt;Ketil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>