<?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[Retrieve serial number for GPY]]></title><description><![CDATA[<p dir="auto">Hi, understand that each GPy has its unique serial number, and that we can retrieve it from each device. But I would like to ask how these are built. Are they all random numbers, or are they built on a static part from batch to batch like YYMM or similar starting each devices serial number. We are using a platform that will not accept the whole serial number, so we need to look at a part of the serial number, just trying to understand if it makes sense to look at the first part, last part or if it will not matter.</p>
]]></description><link>https://forum.pycom.io/topic/7417/retrieve-serial-number-for-gpy</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 18:56:03 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/7417.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Jan 2022 08:49:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Retrieve serial number for GPY on Mon, 03 Jan 2022 08:49:47 GMT]]></title><description><![CDATA[<p dir="auto">Hi, understand that each GPy has its unique serial number, and that we can retrieve it from each device. But I would like to ask how these are built. Are they all random numbers, or are they built on a static part from batch to batch like YYMM or similar starting each devices serial number. We are using a platform that will not accept the whole serial number, so we need to look at a part of the serial number, just trying to understand if it makes sense to look at the first part, last part or if it will not matter.</p>
]]></description><link>https://forum.pycom.io/post/39758</link><guid isPermaLink="true">https://forum.pycom.io/post/39758</guid><dc:creator><![CDATA[Don-iot]]></dc:creator><pubDate>Mon, 03 Jan 2022 08:49:47 GMT</pubDate></item><item><title><![CDATA[Reply to Retrieve serial number for GPY on Mon, 03 Jan 2022 12:37:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/5629">@Don-iot</a><br />
You should look on different platform, SN is not long...</p>
]]></description><link>https://forum.pycom.io/post/39760</link><guid isPermaLink="true">https://forum.pycom.io/post/39760</guid><dc:creator><![CDATA[livius]]></dc:creator><pubDate>Mon, 03 Jan 2022 12:37:23 GMT</pubDate></item><item><title><![CDATA[Reply to Retrieve serial number for GPY on Mon, 03 Jan 2022 12:39:22 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/199">@livius</a> but we are adapting to different platforms rather than just one platform, and this arouse as a problem with one platform we are sending data to. Do you know how the numbers are built?</p>
]]></description><link>https://forum.pycom.io/post/39761</link><guid isPermaLink="true">https://forum.pycom.io/post/39761</guid><dc:creator><![CDATA[Don-iot]]></dc:creator><pubDate>Mon, 03 Jan 2022 12:39:22 GMT</pubDate></item><item><title><![CDATA[Reply to Retrieve serial number for GPY on Mon, 03 Jan 2022 13:03:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/5629">@Don-iot</a> said in <a href="/post/39761">Retrieve serial number for GPY</a>:</p>
<blockquote>
<p dir="auto">Do you know how the numbers are built?</p>
</blockquote>
<p dir="auto">Sadly no.</p>
]]></description><link>https://forum.pycom.io/post/39762</link><guid isPermaLink="true">https://forum.pycom.io/post/39762</guid><dc:creator><![CDATA[livius]]></dc:creator><pubDate>Mon, 03 Jan 2022 13:03:46 GMT</pubDate></item><item><title><![CDATA[Reply to Retrieve serial number for GPY on Tue, 04 Jan 2022 00:11:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/5629">@Don-iot</a> what’s the type and size limit on your platform?</p>
<p dir="auto">Don’t have a device at hand, but there are probably several identifiers you could use, including (at least) a MAC address which is 48 bits.</p>
<p dir="auto">Unless your platform only supports 32-bit integers (which would make it very limited), there’s probably a way to encode one of the identifiers in a format that fits…</p>
]]></description><link>https://forum.pycom.io/post/39764</link><guid isPermaLink="true">https://forum.pycom.io/post/39764</guid><dc:creator><![CDATA[jcaron]]></dc:creator><pubDate>Tue, 04 Jan 2022 00:11:12 GMT</pubDate></item><item><title><![CDATA[Reply to Retrieve serial number for GPY on Tue, 04 Jan 2022 15:27:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/5629">@Don-iot</a> said in <a href="/post/39761">Retrieve serial number for GPY</a>:</p>
<p dir="auto">Also an option is storing database on you side with pair <code>your_id=SN</code> and using it with that platform.</p>
]]></description><link>https://forum.pycom.io/post/39767</link><guid isPermaLink="true">https://forum.pycom.io/post/39767</guid><dc:creator><![CDATA[livius]]></dc:creator><pubDate>Tue, 04 Jan 2022 15:27:37 GMT</pubDate></item><item><title><![CDATA[Reply to Retrieve serial number for GPY on Mon, 10 Jan 2022 09:48:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1538">@jcaron</a> This is what I am referring to: machine.unique_id() # return the 6-byte unique id of the board (the LoPy's WiFi MAC address) [<a href="https://docs.pycom.io/firmwareapi/pycom/machine/#machineunique_id" target="_blank" rel="noopener noreferrer nofollow">https://docs.pycom.io/firmwareapi/pycom/machine/#machineunique_id</a>] -the question is how that id is formated, and if all parts are unique, or just parts.</p>
]]></description><link>https://forum.pycom.io/post/39778</link><guid isPermaLink="true">https://forum.pycom.io/post/39778</guid><dc:creator><![CDATA[Don-iot]]></dc:creator><pubDate>Mon, 10 Jan 2022 09:48:44 GMT</pubDate></item></channel></rss>