<?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[Unknown board ID &#x27;m5stack-stamps3&#x27;]]></title><description><![CDATA[<p dir="auto">Hi, I try to make a new esp-idf project for Stamp S3. But it comes the following error:</p>
<p dir="auto"><img src="/assets/uploads/files/1686212671235-untitled.png" alt="0_1686212680370_Untitled.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/topic/5374/unknown-board-id-m5stack-stamps3</link><generator>RSS for Node</generator><lastBuildDate>Sat, 07 Mar 2026 11:27:35 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5374.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Jun 2023 08:25:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unknown board ID &#x27;m5stack-stamps3&#x27; on Sat, 10 Jun 2023 06:56:31 GMT]]></title><description><![CDATA[<p dir="auto">Hi, this issue was solved. Easy and logical way:</p>
<p dir="auto">VScode &gt; PlantformIO home &gt; plantforms &gt; update</p>
<p dir="auto"><img src="/assets/uploads/files/1686380169106-n%C3%A4ytt%C3%B6kuva-2023-06-10-085534-resized.png" alt="0_1686380176220_Näyttökuva 2023-06-10 085534.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/21150</link><guid isPermaLink="true">https://community.m5stack.com/post/21150</guid><dc:creator><![CDATA[Ilkka]]></dc:creator><pubDate>Sat, 10 Jun 2023 06:56:31 GMT</pubDate></item><item><title><![CDATA[Reply to Unknown board ID &#x27;m5stack-stamps3&#x27; on Fri, 09 Jun 2023 06:28:11 GMT]]></title><description><![CDATA[<p dir="auto">Hi, I just tested quickly.. AtomS3 is OK; the project can be created and compiled.</p>
<p dir="auto">[env:m5stack-atoms3]<br />
platform = espressif32<br />
board = m5stack-atoms3<br />
framework = espidf</p>
]]></description><link>https://community.m5stack.com/post/21142</link><guid isPermaLink="true">https://community.m5stack.com/post/21142</guid><dc:creator><![CDATA[Ilkka]]></dc:creator><pubDate>Fri, 09 Jun 2023 06:28:11 GMT</pubDate></item><item><title><![CDATA[Reply to Unknown board ID &#x27;m5stack-stamps3&#x27; on Thu, 08 Jun 2023 16:49:35 GMT]]></title><description><![CDATA[<p dir="auto">Hi Felix,</p>
<p dir="auto">Thank your for your help. The most important is to hear that your system is working. I should have a Linux based development environment too.. I will make it.</p>
<p dir="auto">BR, Ilkka</p>
]]></description><link>https://community.m5stack.com/post/21136</link><guid isPermaLink="true">https://community.m5stack.com/post/21136</guid><dc:creator><![CDATA[Ilkka]]></dc:creator><pubDate>Thu, 08 Jun 2023 16:49:35 GMT</pubDate></item><item><title><![CDATA[Reply to Unknown board ID &#x27;m5stack-stamps3&#x27; on Thu, 08 Jun 2023 15:48:35 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/44102">@Ilkka</a></p>
<p dir="auto">hmm, not sure what's going wrong here. Maybe there is a difference between different computer platforms? You seem to be on Windows and I ran my test on Linux and I do not have access to a Windows machine. Sorry.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/21134</link><guid isPermaLink="true">https://community.m5stack.com/post/21134</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 08 Jun 2023 15:48:35 GMT</pubDate></item><item><title><![CDATA[Reply to Unknown board ID &#x27;m5stack-stamps3&#x27; on Thu, 08 Jun 2023 13:16:45 GMT]]></title><description><![CDATA[<p dir="auto">Hi Felix,</p>
<p dir="auto">I am not sure if everything is OK but I reinstalled esp-idf framework again.</p>
<p dir="auto">It works with some other Esp32-S3 boards.</p>
<p dir="auto">This is my platformio.ini:</p>
<p dir="auto">[env:m5stack-stamps3]<br />
platform = espressif32<br />
board = m5stack-stamps3<br />
framework = espidf</p>
<p dir="auto">And here some messages when trying to compile:</p>
<ul>
<li>list itemExecuting task: C:\Users\XXX.platformio\penv\Scripts\platformio.exe run --environment m5stack-stamps3</li>
</ul>
<p dir="auto">Processing m5stack-stamps3 (platform: espressif32; board: m5stack-stamps3; framework: espidf)<br />
Error: Unknown board ID 'm5stack-stamps3'</p>
<ul>
<li>
<p dir="auto">The terminal process "C:\Users\XXX.platformio\penv\Scripts\platformio.exe 'run', '--environment', 'm5stack-stamps3'" terminated with exit code: 1.</p>
</li>
<li>
<p dir="auto">list itemTerminal will be reused by tasks, press any key to close it.</p>
</li>
</ul>
]]></description><link>https://community.m5stack.com/post/21130</link><guid isPermaLink="true">https://community.m5stack.com/post/21130</guid><dc:creator><![CDATA[Ilkka]]></dc:creator><pubDate>Thu, 08 Jun 2023 13:16:45 GMT</pubDate></item><item><title><![CDATA[Reply to Unknown board ID &#x27;m5stack-stamps3&#x27; on Thu, 08 Jun 2023 08:52:01 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/44102">@Ilkka</a></p>
<p dir="auto">creating such a project worked for me - this is the platformio.ini content that was created:</p>
<pre><code>[env:m5stack-stamps3]
platform = espressif32
board = m5stack-stamps3
framework = espidf
</code></pre>
<p dir="auto">So the board <code>m5stack-stamps3</code> is available.</p>
<ul>
<li>Have you checked all components are up-to-date?</li>
<li>Have you checked there is enough free space on the disk?</li>
</ul>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/21129</link><guid isPermaLink="true">https://community.m5stack.com/post/21129</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 08 Jun 2023 08:52:01 GMT</pubDate></item></channel></rss>