<?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>nRF54L15 MAC address</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125716/nrf54l15-mac-address</link><description>Hi Team, 
 
 We are using nRF54L15. 
 1. Is there any api to read BLE MAC address?. If yes, can please provide it? 
 2. What are the configurations need to make &amp;#39;yes&amp;#39; in .prj to read BLE MAC address? 
 
 Regards, 
 Sravan Rikka</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Nov 2025 18:22:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125716/nrf54l15-mac-address" /><item><title>RE: nRF54L15 MAC address</title><link>https://devzone.nordicsemi.com/thread/554838?ContentTypeID=1</link><pubDate>Wed, 19 Nov 2025 18:22:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a583d56-7586-46d9-ac28-87ff9679f79c</guid><dc:creator>khelmutlord</dc:creator><description>&lt;p&gt;The MAC address programmed into the device, in the factory information configuration registers (FICR), can be read using the hwinfo driver in Zephyr.&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://docs.zephyrproject.org/latest/doxygen/html/group__hwinfo__interface.html"&gt;https://docs.zephyrproject.org/latest/doxygen/html/group__hwinfo__interface.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A call to &amp;quot;hwinfo_get_device_id(buf, 6)&amp;quot; with a pointer to a buffer of at least 6 bytes in length will retrieve this value.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;It is also possible to use vendor specific HCI commands to get the current address. Look into using &amp;quot;bt_hci_cmd_send_sync&amp;quot; with &amp;quot;SDC_HCI_OPCODE_CMD_IP_READ_BD_ADDR&amp;quot;. Similarly, this requires a pointer to a buffer of at least 6 bytes in length&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Helmut Lord&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>