<?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>Registering a beacon with Google</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27458/registering-a-beacon-with-google</link><description>I have downloaded the Eddystone example to my nRF52832 dev-kit and I am trying to register it with the google beacon platform using their beacons Tools app but it says that the beacon is locked. How do I figure out the unlock key?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Nov 2017 22:50:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27458/registering-a-beacon-with-google" /><item><title>RE: Registering a beacon with Google</title><link>https://devzone.nordicsemi.com/thread/108458?ContentTypeID=1</link><pubDate>Tue, 21 Nov 2017 22:50:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:256dbbe2-44e9-4e43-8c60-8d26f6a2d21e</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;See this &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/ble_sdk_app_es.html?cp=4_0_0_4_2_2_9_2#ble_sdk_app_es_setup"&gt;page&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The lock code (&lt;code&gt;APP_CONFIG_LOCK_CODE&lt;/code&gt;)
that is required to configure the
beacon. Default: &lt;code&gt;FFFFFFFFFFFFFFFF&lt;/code&gt;
(16 F characters).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In &lt;code&gt;es_app_config.h&lt;/code&gt; you have:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define APP_CONFIG_LOCK_CODE {0xFF, 0xFF, 0xFF, 0xFF, \
                              0xFF, 0xFF, 0xFF, 0xFF, \
                              0xFF, 0xFF, 0xFF, 0xFF, \
                              0xFF, 0xFF, 0xFF, 0xFF} //!&amp;lt; Beacon lock code. @warning This lock code must be changed before going to production.
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>