<?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>6 byte mac address oft nrf52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/31062/6-byte-mac-address-oft-nrf52832</link><description>Hello 
 I want to get the MAC address of my custom device, is it possible to get the mac address of the nrf52832? and if it s possible , in which register? Thank you</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Mar 2018 07:35:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/31062/6-byte-mac-address-oft-nrf52832" /><item><title>RE: 6 byte mac address oft nrf52832</title><link>https://devzone.nordicsemi.com/thread/122737?ContentTypeID=1</link><pubDate>Mon, 05 Mar 2018 07:35:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f12f01ef-8c58-43f5-b5f7-9b76bcd73cf8</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;A more in-depth discussion on the ble address can be found here:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/2112/how-to-get-6-byte-mac-address-at-nrf51822"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/2112/how-to-get-6-byte-mac-address-at-nrf51822&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 6 byte mac address oft nrf52832</title><link>https://devzone.nordicsemi.com/thread/122630?ContentTypeID=1</link><pubDate>Fri, 02 Mar 2018 14:42:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3259f11c-b082-4b41-8479-0744345f2c54</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;If you are not using the SD, then the same info can be read from the&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_FICR-&amp;gt;DEVICEADDR[0]&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;NRF_FICR-&amp;gt;DEVICEADDR[1]&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;It is discussed on page 46, 47 of the nRF spec.&lt;br /&gt;This is of course the random static address Nordic assigns. &lt;br /&gt;If you want your own ID, then you have to buy the block of ID&amp;#39;s and code it yourself.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 6 byte mac address oft nrf52832</title><link>https://devzone.nordicsemi.com/thread/122627?ContentTypeID=1</link><pubDate>Fri, 02 Mar 2018 14:35:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ec82118-ca49-4fa6-a1a5-8a8fc1205e56</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;There are some subtle differences in the API&amp;#39;s between SDK&amp;#39;s but basically you can get the public bluetooth address (ie, mac id) via below:&lt;/p&gt;
&lt;p&gt;sd_ble_gap_address_get(&amp;amp;ble_addr);&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;ble_addr needs to be a struct of type&amp;nbsp;&lt;span&gt;ble_gap_addr_t&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;There is another way too if you are not using the SD.&amp;nbsp; Above is for soft device.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>