<?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[Arduino get_apikey()]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I am working with an M5StickCplus.</p>
<p dir="auto">In micropython one can obtain a unique device ID like this:</p>
<p dir="auto">import deviceCfg<br />
deviceCfg.get_apikey()</p>
<p dir="auto">How does one get this same key in Arduino? Is this only a feature of UIFlow or is there some equivalent other hex identifier?</p>
<p dir="auto">Thx, PD</p>
]]></description><link>https://community.m5stack.com/topic/5126/arduino-get_apikey</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 01:05:48 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5126.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 12 Mar 2023 16:13:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Arduino get_apikey() on Mon, 13 Mar 2023 16:20:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/holofloh" aria-label="Profile: holofloh">@<bdi>holofloh</bdi></a> Thanks, this is exactly what I was looking for. PD</p>
]]></description><link>https://community.m5stack.com/post/20329</link><guid isPermaLink="true">https://community.m5stack.com/post/20329</guid><dc:creator><![CDATA[PocketDonkey]]></dc:creator><pubDate>Mon, 13 Mar 2023 16:20:31 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino get_apikey() on Mon, 13 Mar 2023 10:05:46 GMT]]></title><description><![CDATA[<p dir="auto">the IP Adress is not hard coded when using DHCP to obtain it. Do you mean the hardware MAC adress? It is (theoretical) unique on every piece of network hardware.<br />
<code>WiFi.macAddress()</code></p>
]]></description><link>https://community.m5stack.com/post/20327</link><guid isPermaLink="true">https://community.m5stack.com/post/20327</guid><dc:creator><![CDATA[holofloh]]></dc:creator><pubDate>Mon, 13 Mar 2023 10:05:46 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino get_apikey() on Mon, 13 Mar 2023 09:55:27 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a>. Do you happen to know if there is any way to obtain a char[] or int that is unique to each M5stickC in Arduino? If one has many devices sending data over wifi, is there any way to tell them apart other than hardcoding a string or using a hardcoded IP address? Cheers, PD</p>
]]></description><link>https://community.m5stack.com/post/20326</link><guid isPermaLink="true">https://community.m5stack.com/post/20326</guid><dc:creator><![CDATA[PocketDonkey]]></dc:creator><pubDate>Mon, 13 Mar 2023 09:55:27 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino get_apikey() on Mon, 13 Mar 2023 09:42:45 GMT]]></title><description><![CDATA[<p dir="auto">You don’t, the api key is only used by UIFlow to program the controller and is generated in the UIFlow/Micropython firmware. Arduino wipes the firmware and works on a lower level to Micropython</p>
]]></description><link>https://community.m5stack.com/post/20325</link><guid isPermaLink="true">https://community.m5stack.com/post/20325</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Mon, 13 Mar 2023 09:42:45 GMT</pubDate></item></channel></rss>