<?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>Changing the MAC address on nRF51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13653/changing-the-mac-address-on-nrf51822</link><description>Hi, i used this script to change my MAC adress but i checked with MCP , the MAC @ is the same.
More then that, the error code returned is really not logic in fact i got error=0x00003202 which dosen&amp;#39;t much with no one of the pretended values (NRF_SUCCESS</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 06 May 2016 08:14:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13653/changing-the-mac-address-on-nrf51822" /><item><title>RE: Changing the MAC address on nRF51822</title><link>https://devzone.nordicsemi.com/thread/52157?ContentTypeID=1</link><pubDate>Fri, 06 May 2016 08:14:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f3d2707-b673-468d-84ff-1058a6499654</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Please look into &lt;a href="https://devzone.nordicsemi.com/question/6496/gap-address-types/"&gt;this&lt;/a&gt; thread to know the differences between them.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Changing the MAC address on nRF51822</title><link>https://devzone.nordicsemi.com/thread/52159?ContentTypeID=1</link><pubDate>Thu, 05 May 2016 08:19:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:830c2393-6536-4c20-a91e-51488da67a61</guid><dc:creator>ToTo</dc:creator><description>&lt;p&gt;Ok, nice, this  maybe because the 2 MSB bits must be &amp;quot;11&amp;quot; thats why. thanks.
can you tell me about the difference about these stuff ? : BLE_GAP_ADDR_TYPE_PUBLIC,
BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE and BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_NON_RESOLVABLE&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Changing the MAC address on nRF51822</title><link>https://devzone.nordicsemi.com/thread/52158?ContentTypeID=1</link><pubDate>Thu, 05 May 2016 01:42:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00818d83-ff77-44d8-b3d3-3c3bc725fdd1</guid><dc:creator>RK</dc:creator><description>&lt;pre&gt;&lt;code&gt;#define NRF_ERROR_STK_BASE_NUM         (0x3000)    ///&amp;lt; STK error base
#define NRF_GAP_ERR_BASE               (NRF_ERROR_STK_BASE_NUM+0x200) 
#define BLE_ERROR_GAP_INVALID_BLE_ADDR (NRF_GAP_ERR_BASE + 0x002)  /**&amp;lt; The upper two bits of the address do not correspond to the specified address type. */
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;0x3000 + 0x200 + 0x002 = 0x3202&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Changing the MAC address on nRF51822</title><link>https://devzone.nordicsemi.com/thread/52156?ContentTypeID=1</link><pubDate>Wed, 04 May 2016 16:24:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64e562c8-519b-4746-a5f6-6cb7ba0deda4</guid><dc:creator>ToTo</dc:creator><description>&lt;p&gt;Can you also tell me the difference between these :&lt;/p&gt;
&lt;p&gt;BLE_GAP_ADDR_TYPE_PUBLIC                        0x00 /&lt;strong&gt;&amp;lt; Public address. */
BLE_GAP_ADDR_TYPE_RANDOM_STATIC                 0x01 /&lt;/strong&gt;&amp;lt; Random Static address. */
BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE     0x02 /**&amp;lt; Private Resolvable address. */&lt;/p&gt;
&lt;p&gt;BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_NON_RESOLVABLE 0x03 **&amp;lt; Private Non-Resolvable address. */&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>