<?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[M5Core3 Factory Test]]></title><description><![CDATA[<p dir="auto">Hello, where can I find the factory test program for the New M5Core3? I am very interested in the cam Part of the software.</p>
]]></description><link>https://community.m5stack.com/topic/5311/m5core3-factory-test</link><generator>RSS for Node</generator><lastBuildDate>Fri, 06 Mar 2026 00:06:33 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5311.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 18 May 2023 05:07:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Core3 Factory Test on Sat, 10 Jun 2023 09:06:52 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a>,<br />
I know the part  <a href="https://github.com/m5stack/M5CoreS3" target="_blank" rel="noopener noreferrer nofollow ugc">M5CoreS3 Library</a> and the examples. With some effort I would get it working for the Arduino IDE, but this means a lot of manual work.<br />
I am looking for a working environment for easy examples.</p>
]]></description><link>https://community.m5stack.com/post/21155</link><guid isPermaLink="true">https://community.m5stack.com/post/21155</guid><dc:creator><![CDATA[sheepDog]]></dc:creator><pubDate>Sat, 10 Jun 2023 09:06:52 GMT</pubDate></item><item><title><![CDATA[Reply to M5Core3 Factory Test on Sat, 10 Jun 2023 08:50:39 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/88">@sheepDog</a></p>
<p dir="auto">you'll need to download / install the <a href="https://github.com/m5stack/M5CoreS3" target="_blank" rel="noopener noreferrer nofollow ugc">M5CoreS3 library</a> into you IDE. (Not sure how this is done in Arduino IDE though.)</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/21154</link><guid isPermaLink="true">https://community.m5stack.com/post/21154</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 10 Jun 2023 08:50:39 GMT</pubDate></item><item><title><![CDATA[Reply to M5Core3 Factory Test on Sat, 10 Jun 2023 08:36:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/7797">@sgu</a><br />
Yes, this is pure product placement with a few simple examples.</p>
<p dir="auto">I use the Arduino IDE 2.1.0 and this standards:</p>
<ul>
<li>Additional boards manager URL: <a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5unified_index.json" target="_blank" rel="noopener noreferrer nofollow ugc">https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5unified_index.json</a></li>
<li>M5Stack Library: M5Stack from M5Stack, Version 2.07 (according to the description it should work with M5CoreS3:"Boards included in this package: ..., M5Stack-Core3,..." )</li>
<li>Program with "#include &lt;M5CoreS3.h&gt;"<br />
-&gt; The error is:</li>
</ul>
<pre><code>"/Users/*/M5Core3/CamToLCD/CamToLCD.ino:6:10: fatal error: M5CoreS3.h: No such file or directory
 #include &lt;M5CoreS3.h&gt;
          ^~~~~~~~~~~~
compilation terminated.
</code></pre>
<p dir="auto">I looked at the Library at directory "/Users/*/Library/Arduino15/staging/libraries" and found no M5Core3-Code-patterns!</p>
]]></description><link>https://community.m5stack.com/post/21153</link><guid isPermaLink="true">https://community.m5stack.com/post/21153</guid><dc:creator><![CDATA[sheepDog]]></dc:creator><pubDate>Sat, 10 Jun 2023 08:36:13 GMT</pubDate></item><item><title><![CDATA[Reply to M5Core3 Factory Test on Fri, 09 Jun 2023 21:31:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/7490">@uktechguy</a><br />
correct. That's called product placement.<br />
No matter if the software is avaialble, ripe or not.<br />
There are other new products with the ESP32 S3 pushed on the market, also without software support or only with a small demo app.</p>
]]></description><link>https://community.m5stack.com/post/21148</link><guid isPermaLink="true">https://community.m5stack.com/post/21148</guid><dc:creator><![CDATA[sgu]]></dc:creator><pubDate>Fri, 09 Jun 2023 21:31:25 GMT</pubDate></item><item><title><![CDATA[Reply to M5Core3 Factory Test on Fri, 09 Jun 2023 15:23:49 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/88">@sheepDog</a></p>
<p dir="auto">I am not an Arduino IDE user. I use VSCode and PlatformIO. So all I can tell you is that I use the latest Arduino Espressif Framework. E.g.</p>
<pre><code>framework-arduinoespressif32 @ 3.20009.0 (2.0.9)
</code></pre>
<p dir="auto">It is unfortunate that the version number of the Arduino IDE is almost similar and also the hardware revision of the M5Stack is close. As it is creating a lot of confusion.</p>
<p dir="auto">If I am correct then:</p>
<ul>
<li>Arduino IDE 2.1.0 is solely the version of the IDE and does not per se say anything about which Arduino Espressif framework version is used.</li>
<li>M5Stack V2.07 is the latest hardware revision M5Stack is selling.</li>
</ul>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/21144</link><guid isPermaLink="true">https://community.m5stack.com/post/21144</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 09 Jun 2023 15:23:49 GMT</pubDate></item><item><title><![CDATA[Reply to M5Core3 Factory Test on Fri, 09 Jun 2023 11:20:40 GMT]]></title><description><![CDATA[<p dir="auto">Hallo <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a>,<br />
nice to meet you here again. What software did you use for your example? "Arduino IDE 2.1.0" and library "M5Stack V2.07."?</p>
]]></description><link>https://community.m5stack.com/post/21143</link><guid isPermaLink="true">https://community.m5stack.com/post/21143</guid><dc:creator><![CDATA[sheepDog]]></dc:creator><pubDate>Fri, 09 Jun 2023 11:20:40 GMT</pubDate></item><item><title><![CDATA[Reply to M5Core3 Factory Test on Mon, 05 Jun 2023 07:59:19 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/88">@sheepDog</a></p>
<p dir="auto">I've put together some code which takes the camera picture and puts it onto the LCD of the M5CoreS3. You can find it <a href="https://github.com/felmue/MyM5StackExamples/blob/main/M5CoreS3/CamToLCD/CamToLCD.ino" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/21092</link><guid isPermaLink="true">https://community.m5stack.com/post/21092</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 05 Jun 2023 07:59:19 GMT</pubDate></item><item><title><![CDATA[Reply to M5Core3 Factory Test on Sat, 27 May 2023 23:28:30 GMT]]></title><description><![CDATA[<p dir="auto">Any update on when the Factory Test code will be available ?  Love this new Dev Kit!<br />
THX</p>
]]></description><link>https://community.m5stack.com/post/21017</link><guid isPermaLink="true">https://community.m5stack.com/post/21017</guid><dc:creator><![CDATA[mwjk]]></dc:creator><pubDate>Sat, 27 May 2023 23:28:30 GMT</pubDate></item><item><title><![CDATA[Reply to M5Core3 Factory Test on Sat, 20 May 2023 07:40:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/443">@ajb2k3</a> The factory source is not at the GitHub link " <a href="https://github.com/m5stack/M5CoreS3" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5CoreS3</a>" or I didn't found it. I found their only utilities and little (!) examples, but not the whole "factorytest.ino"</p>
]]></description><link>https://community.m5stack.com/post/20904</link><guid isPermaLink="true">https://community.m5stack.com/post/20904</guid><dc:creator><![CDATA[sheepDog]]></dc:creator><pubDate>Sat, 20 May 2023 07:40:35 GMT</pubDate></item><item><title><![CDATA[Reply to M5Core3 Factory Test on Sat, 20 May 2023 07:36:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/88">@sheepdog</a> The factory source code is not UIFlow, the factory was written in ardunio. and the source for the compiled firmware in M5Burner should be at that GitHub link.</p>
]]></description><link>https://community.m5stack.com/post/20902</link><guid isPermaLink="true">https://community.m5stack.com/post/20902</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 20 May 2023 07:36:14 GMT</pubDate></item><item><title><![CDATA[Reply to M5Core3 Factory Test on Fri, 19 May 2023 10:05:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/443">@ajb2k3</a> I'm not looking for UIFlow 1 or 2, but "only" the one example that is also installed on the M5Core3. I am aware that a new product needs some time to create the documentation and software.</p>
]]></description><link>https://community.m5stack.com/post/20889</link><guid isPermaLink="true">https://community.m5stack.com/post/20889</guid><dc:creator><![CDATA[sheepDog]]></dc:creator><pubDate>Fri, 19 May 2023 10:05:50 GMT</pubDate></item><item><title><![CDATA[Reply to M5Core3 Factory Test on Thu, 18 May 2023 12:24:47 GMT]]></title><description><![CDATA[<p dir="auto">I have checked but no update yet to UIFlow 2 but as UIFlow 1 just been updated I expect an update soon</p>
<p dir="auto">The core S3 was released to coincide with the Japan tour and as the programmers were on the tour, they had no time to work on UIFlow while in Japan</p>
<p dir="auto">I have also been busy and only just got started on a guide document</p>
]]></description><link>https://community.m5stack.com/post/20884</link><guid isPermaLink="true">https://community.m5stack.com/post/20884</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Thu, 18 May 2023 12:24:47 GMT</pubDate></item><item><title><![CDATA[Reply to M5Core3 Factory Test on Thu, 18 May 2023 10:33:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/88">@sheepdog</a> I think there are now many users who have received their CoresS3 orders but no way of programming them yet. It looks so promising but it's useless at the moment. The silence/lack of updated info is somewhat worrying.</p>
]]></description><link>https://community.m5stack.com/post/20881</link><guid isPermaLink="true">https://community.m5stack.com/post/20881</guid><dc:creator><![CDATA[UKTechguy]]></dc:creator><pubDate>Thu, 18 May 2023 10:33:08 GMT</pubDate></item><item><title><![CDATA[Reply to M5Core3 Factory Test on Thu, 18 May 2023 07:36:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/443">@ajb2k3</a> I know this standard resource. I found their only utilities and little (!) examples, but not the whole "factory<em>test</em>.ino"</p>
]]></description><link>https://community.m5stack.com/post/20879</link><guid isPermaLink="true">https://community.m5stack.com/post/20879</guid><dc:creator><![CDATA[sheepDog]]></dc:creator><pubDate>Thu, 18 May 2023 07:36:25 GMT</pubDate></item><item><title><![CDATA[Reply to M5Core3 Factory Test on Thu, 18 May 2023 07:30:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/88">@sheepdog</a> The known source fire are found on GitHub here: <a href="https://github.com/m5stack/M5CoreS3" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5CoreS3</a></p>
]]></description><link>https://community.m5stack.com/post/20878</link><guid isPermaLink="true">https://community.m5stack.com/post/20878</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Thu, 18 May 2023 07:30:40 GMT</pubDate></item></channel></rss>