<?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>How to set Static MAC address.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92176/how-to-set-static-mac-address</link><description>I am using the nrf52833 dk board with vs code , I have tried all the solutions that I could find on the already available asked questions, example https://devzone.nordicsemi.com/f/nordic-q-a/88961/private-bluetooth-address/372731 
 but I still haven&amp;#39;t</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 27 Sep 2022 09:31:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92176/how-to-set-static-mac-address" /><item><title>RE: How to set Static MAC address.</title><link>https://devzone.nordicsemi.com/thread/388081?ContentTypeID=1</link><pubDate>Tue, 27 Sep 2022 09:31:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c26de2a-7bcf-4653-a13f-1caac68e5132</guid><dc:creator>Manas_punjabi</dc:creator><description>&lt;p&gt;Hi , I tried this in the broadcasting sample and iBeacon sample but it did not work but now in a separate custom project it works , thank you .&lt;/p&gt;
&lt;p&gt;what might be the reasons for it not working in the samples?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set Static MAC address.</title><link>https://devzone.nordicsemi.com/thread/388078?ContentTypeID=1</link><pubDate>Tue, 27 Sep 2022 09:23:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1f3d5da-c350-4e37-8be6-aedee61e0639</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]I have tried all the solutions that I could find on the already available asked questions, example&amp;nbsp;&lt;a dir="ltr" href="https://devzone.nordicsemi.com/f/nordic-q-a/88961/private-bluetooth-address/372731" rel="nofollow noopener noreferrer" target="_blank"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/88961/private-bluetooth-address/372731&lt;/a&gt;[/quote]
&lt;p&gt;The&amp;nbsp;set_bt_addr() function did not work for you? Did you get any error codes?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set Static MAC address.</title><link>https://devzone.nordicsemi.com/thread/388077?ContentTypeID=1</link><pubDate>Tue, 27 Sep 2022 09:21:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98066978-935e-49aa-8237-25ee024d41cc</guid><dc:creator>Manas_punjabi</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/qwertynoon"&gt;qwertynoon&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;could you plz explain this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set Static MAC address.</title><link>https://devzone.nordicsemi.com/thread/387427?ContentTypeID=1</link><pubDate>Thu, 22 Sep 2022 08:41:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27281227-2394-495c-a739-24080143d3e0</guid><dc:creator>qwertynoon</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    uint8_t mac[6];
    mac[0] = (((NRF_FICR-&amp;gt;DEVICEADDR1) &amp;gt;&amp;gt;  8) &amp;amp; 0xFF) | 0xC0;
    mac[1] = (((NRF_FICR-&amp;gt;DEVICEADDR1)      ) &amp;amp; 0xFF);
    mac[2] = (((NRF_FICR-&amp;gt;DEVICEADDR0) &amp;gt;&amp;gt; 24) &amp;amp; 0xFF);
    mac[3] = (((NRF_FICR-&amp;gt;DEVICEADDR0) &amp;gt;&amp;gt; 16) &amp;amp; 0xFF);
    mac[4] = (((NRF_FICR-&amp;gt;DEVICEADDR0) &amp;gt;&amp;gt;  8) &amp;amp; 0xFF);
    mac[5] = (((NRF_FICR-&amp;gt;DEVICEADDR0)      ) &amp;amp; 0xFF);&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>