<?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>Can i fix the MAC Address in nRF52832?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58591/can-i-fix-the-mac-address-in-nrf52832</link><description>I develop BLE Beacon device using nRF52832. I want to set the device name by combining &amp;quot;XXXX&amp;quot; and the lower 3byte of MAC Address. &amp;quot;XXXX&amp;quot; is used to recognize it as a company product, and MAC Address means the unique ID of the device. However, the this</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Mar 2020 13:54:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58591/can-i-fix-the-mac-address-in-nrf52832" /><item><title>RE: Can i fix the MAC Address in nRF52832?</title><link>https://devzone.nordicsemi.com/thread/237789?ContentTypeID=1</link><pubDate>Tue, 03 Mar 2020 13:54:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e1a98f0-0574-4bd2-9828-f974e65d1471</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Jeong,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Currently our chip use the MAC address based on the device Addr. The device Addr is generated randomly (it&amp;#39;s generated in production and it doesn&amp;#39;t change)&lt;/p&gt;
&lt;p&gt;You can set the device name to anything you want. It doesn&amp;#39;t have to match with the MAC address. Change the device name using:&amp;nbsp;sd_ble_gap_device_name_set()&lt;/p&gt;
&lt;p&gt;In addition, you can change the device Bluetooth address ( i assume it&amp;#39;s the MAC address you are asking here).&amp;nbsp;You can do that using&amp;nbsp;this function&amp;nbsp;sd_ble_gap_addr_set()&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>