<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Atom MAC-address]]></title><description><![CDATA[<p dir="auto">Hi, I encountered the following:</p>
<p dir="auto">In an Arduino sketch for my M5Stack Atom Matrix, I used the following code snippet,<br />
that Microsoft CoPilot presented me to get the MAC address of the Atom Matrix:</p>
<pre><code>uint64_t chipid = ESP.getEfuseMac(); // The chip ID is essentially the MAC address 
  Serial.printf( "\nESP32 Chip ID = %04X%08X\n", (uint16_t)(chipid&gt;&gt;32), (uint32_t)chipid);
</code></pre>
<p dir="auto">The result of this code is: "ESP32 Chip ID = 90E08008B764".</p>
<p dir="auto">Also</p>
<pre><code>byte mac[6];
WiFi.macAddress(mac)
</code></pre>
<p dir="auto">results in: 90E0808B764,</p>
<p dir="auto">However, M5Stack M5Burner app reports the following MAC address: "64b70880e090".</p>
<p dir="auto">Both values are a "mirror" of each other. How come?<br />
Has it to do with "little endian" versus "big endian"?</p>
]]></description><link>https://community.m5stack.com/topic/6825/atom-mac-address</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 03:33:22 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6825.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Sep 2024 18:49:51 GMT</pubDate><ttl>60</ttl></channel></rss>