<?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[Looking for Factory Test Source code for Core2]]></title><description><![CDATA[<p dir="auto">Hello,<br />
Where can I find the source code for the Factory Test Project for the Core2 under arduino?<br />
I just bought my first M5Stack Core2 and am trying to get my head around the programming environment.<br />
Thank you in advance.<br />
---Joe</p>
]]></description><link>https://community.m5stack.com/topic/3856/looking-for-factory-test-source-code-for-core2</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 01:01:38 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3856.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 23 Dec 2021 14:54:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Sun, 04 Jun 2023 15:03:20 GMT]]></title><description><![CDATA[<p dir="auto">Hello, I'm getting a similar error, trying to use the arduino samples for the M5 echo. Please let me know how I could resolve this. Thanks!<br />
Documents/M5-ProductExampleCodes-master/Core/Atom/AtomEcho/Arduino/EchoSTT/EchoSTT.ino: In function 'bool InitI2SSpeakOrMic(int)':/Documents/M5-ProductExampleCodes-master/Core/Atom/AtomEcho/Arduino/EchoSTT/EchoSTT.ino:39:33: warning: 'I2S_COMM_FORMAT_I2S' is deprecated [-Wdeprecated-declarations]<br />
.communication_format = I2S_COMM_FORMAT_I2S,<br />
^~~~~~~~~~~~~~~~~~~<br />
In file included from/Library/Arduino15/packages/esp32/hardware/esp32/2.0.9/tools/sdk/esp32/include/driver/include/driver/i2s.h:16,<br />
from //Documents/M5-ProductExampleCodes-master/Core/Atom/AtomEcho/Arduino/EchoSTT/EchoSTT.ino:12:<br />
//Library/Arduino15/packages/esp32/hardware/esp32/2.0.9/tools/sdk/esp32/include/hal/include/hal/i2s_types.h:87:5: note: declared here<br />
I2S_COMM_FORMAT_I2S       <strong>attribute</strong>((deprecated)) = 0x01, /<em>!&lt; I2S communication format I2S, correspond to <code>I2S_COMM_FORMAT_STAND_I2S</code></em>/<br />
^~~~~~~~~~~~~~~~~~~<br />
In file included from //Documents/Arduino/libraries/FastLED/src/FastLED.h:75,<br />
from //Documents/Arduino/libraries/M5Atom/src/utility/LED_DisPlay.h:4,<br />
from //Documents/Arduino/libraries/M5Atom/src/utility/LED_DisPlay.cpp:1:<br />
//Documents/Arduino/libraries/FastLED/src/fastspi.h:157:23: note: #pragma message: No hardware SPI pins defined.  All SPI access will default to bitbanged output</p>
<h1>pragma message "No hardware SPI pins defined.  All SPI access will default to bitbanged output"</h1>
<pre><code>                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
</code></pre>
<p dir="auto">//Library/Arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: /private/var/folders/0t/yz2z12qx3c921x7fdqmtll4r0000gn/T/arduino/sketches/9E06B621E90448B5520779C00ED5183B/EchoSTT.ino.elf section <code>.dram0.bss' will not fit in region </code>dram0_0_seg'<br />
//Library/Arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: DRAM segment data does not fit.<br />
//Library/Arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: DRAM segment data does not fit.<br />
//Library/Arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: region `dram0_0_seg' overflowed by 5056 bytes<br />
collect2: error: ld returned 1 exit status</p>
<p dir="auto">exit status 1</p>
<p dir="auto">Compilation error: exit status 1</p>
]]></description><link>https://community.m5stack.com/post/21081</link><guid isPermaLink="true">https://community.m5stack.com/post/21081</guid><dc:creator><![CDATA[pkayme]]></dc:creator><pubDate>Sun, 04 Jun 2023 15:03:20 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Fri, 21 Jan 2022 03:24:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a> said in <a href="/post/15941">Looking for Factory Test Source code for Core2</a>:</p>
<blockquote>
<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jdonth" aria-label="Profile: jdonth">@<bdi>jdonth</bdi></a></p>
<p dir="auto">what I meant by Arduino framework version 1.0.6 is the <a href="https://github.com/espressif/arduino-esp32/tree/1.0.6" target="_blank" rel="noopener noreferrer nofollow ugc">arduino-esp32</a> framework version 1.0.6 (instead of 2.0.1) and not the Arduino IDE. Sorry if I wasn't clear.</p>
<p dir="auto">BTW: when I run the app compiled with 2.0.1 I see this error in the log:</p>
<pre><code>E (2888) I2S: i2s_check_set_mclk(253): ESP32 only support to set GPIO0/GPIO1/GPIO3 as mclk signal, error GPIO number:6
E (2895) I2S: i2s_set_pin(314): mclk config failed
</code></pre>
<p dir="auto">I was able to fix this error by adding this line in function <code>InitI2SSpakerOrMic()</code>:</p>
<pre><code>tx_pin_config.mck_io_num = GPIO_NUM_0;
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
</blockquote>
<p dir="auto">Thank you Felix! I'm glad I found your solution for this error. It finally works. I'm using version 2.0.2. I can now run the EchoSTT on my Core2.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jdonth" aria-label="Profile: jdonth">@<bdi>jdonth</bdi></a> I'm not sure if you fixed your error. I have the same deprecated error. But it still can get compiled. My suggestion is to update the M5Stack libraries. This is what I did.</p>
]]></description><link>https://community.m5stack.com/post/16271</link><guid isPermaLink="true">https://community.m5stack.com/post/16271</guid><dc:creator><![CDATA[raychmond]]></dc:creator><pubDate>Fri, 21 Jan 2022 03:24:25 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Thu, 30 Dec 2021 09:14:02 GMT]]></title><description><![CDATA[<p dir="auto">The precompiled binary factory test if found in the M5Burner firmware download program.</p>
]]></description><link>https://community.m5stack.com/post/15996</link><guid isPermaLink="true">https://community.m5stack.com/post/15996</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Thu, 30 Dec 2021 09:14:02 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Thu, 30 Dec 2021 09:13:30 GMT]]></title><description><![CDATA[<p dir="auto">Hello everyone, I have several M5Stack Core2s and since the last update of the M5Stack boards in Arduino it stopped working for me.<br />
I don't know where to go and the error I get is:</p>
<p dir="auto">C: \ Users \ Vicente \ AppData \ Local \ Temp \ arduino_modified_sketch_551346 \ speak.ino: In function 'bool InitI2SSpeakOrMic (int)':<br />
C: \ Users \ Vicente \ AppData \ Local \ Temp \ arduino_modified_sketch_551346 \ speak.ino: 38: 33: warning: 'I2S_COMM_FORMAT_I2S' is deprecated [-Wdeprecated-declarations]<br />
.communication_format = I2S_COMM_FORMAT_I2S, // Set the format of the communication.设置 通讯 格式<br />
^ ~~~~~~~~~~~~~~~~~~<br />
In file included from C: \ Users \ Vicente \ AppData \ Local \ Arduino15 \ packages \ m5stack \ hardware \ esp32 \ 2.0.1 / tools / sdk / esp32 / include / driver / include / driver / i2s.h: 16,<br />
from C: \ Users \ Vicente \ AppData \ Local \ Temp \ arduino_modified_sketch_551346 \ speak.ino: 14:<br />
C: \ Users \ Vicente \ AppData \ Local \ Arduino15 \ packages \ m5stack \ hardware \ esp32 \ 2.0.1 / tools / sdk / esp32 / include / hal / include / hal / i2s_types.h: 95: 5: note: declared here<br />
I2S_COMM_FORMAT_I2S __attribute __ ((deprecated)) = 0x01, / *! &lt;I2S communication format I2S, correspond to <code>I2S_COMM_FORMAT_STAND_I2S</code> * /<br />
^ ~~~~~~~~~~~~~~~~~~</p>
]]></description><link>https://community.m5stack.com/post/15995</link><guid isPermaLink="true">https://community.m5stack.com/post/15995</guid><dc:creator><![CDATA[vgamlc]]></dc:creator><pubDate>Thu, 30 Dec 2021 09:13:30 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Wed, 29 Dec 2021 17:53:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/erich" aria-label="Profile: erich">@<bdi>erich</bdi></a><br />
Thank you for your suggestion. I downloaded and ran the EasyLoader code and my unit runs the Core2_Test with the proper microphone (per the FFT bar graph).</p>
<p dir="auto">Compiling the code at <a href="https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Core2/Arduino/Core2_Factory_Test" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Core2/Arduino/Core2_Factory_Test</a></p>
<p dir="auto">When I run the Core2_Factory_Test I get no microphone indication (and the speaker is silent during the scrolling test phase).</p>
<p dir="auto"><strong>I am assuming I have some misconfiguration in my Ardunio IDE but I don't know where. The following is the compiler messages from when I compile the test program (sorry for the size, I don't know what I can safely edit, except for [many]  repeated <em>warning:excess elements in array initializer</em>):</strong></p>
<p dir="auto"><em>C:\Users\jld\Documents\Arduino\Core2_Factory_test\SettingAppImage.c:3169:56: warning: excess elements in array initializer<br />
C:\Users\jld\Documents\Arduino\Core2_Factory_test\Core2_Factory_test.ino: In function 'bool InitI2SSpakerOrMic(int)':<br />
C:\Users\jld\Documents\Arduino\Core2_Factory_test\Core2_Factory_test.ino:291:33: warning: 'I2S_COMM_FORMAT_I2S' is deprecated [-Wdeprecated-declarations]<br />
.communication_format = I2S_COMM_FORMAT_I2S,<br />
^~~~~~~~~~~~~~~~~~~<br />
In file included from C:\Users\jld\AppData\Local\Arduino15\packages\m5stack\hardware\esp32\2.0.1/tools/sdk/esp32/include/driver/include/driver/i2s.h:16,<br />
from C:\Users\jld\Documents\Arduino\Core2_Factory_test\Core2_Factory_test.ino:2:<br />
C:\Users\jld\AppData\Local\Arduino15\packages\m5stack\hardware\esp32\2.0.1/tools/sdk/esp32/include/hal/include/hal/i2s_types.h:95:5: note: declared here<br />
I2S_COMM_FORMAT_I2S       <strong>attribute</strong>((deprecated)) = 0x01, /</em>!&lt; I2S communication format I2S, correspond to <code>I2S_COMM_FORMAT_STAND_I2S</code><em>/<br />
^~~~~~~~~~~~~~~~~~~<br />
Sketch uses 1360173 bytes (20%) of program storage space. Maximum is 6553600 bytes.<br />
Global variables use 49368 bytes (1%) of dynamic memory, leaving 4472616 bytes for local variables. Maximum is 4521984 bytes.</em></p>
]]></description><link>https://community.m5stack.com/post/15992</link><guid isPermaLink="true">https://community.m5stack.com/post/15992</guid><dc:creator><![CDATA[jdonth]]></dc:creator><pubDate>Wed, 29 Dec 2021 17:53:32 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Mon, 27 Dec 2021 12:56:38 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Just to be sure this is not a problem with your unit, I would suggest you download the EasyLoader tool you can find the link on this page: <a href="https://docs.m5stack.com/en/core/core2" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.m5stack.com/en/core/core2</a></p>
<p dir="auto">This tool allows you burning your Core2 with the stock demo program so that you can test it without having to compile it.</p>
<p dir="auto">Should be a good start</p>
]]></description><link>https://community.m5stack.com/post/15964</link><guid isPermaLink="true">https://community.m5stack.com/post/15964</guid><dc:creator><![CDATA[erich]]></dc:creator><pubDate>Mon, 27 Dec 2021 12:56:38 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Sat, 25 Dec 2021 08:23:38 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jdonth" aria-label="Profile: jdonth">@<bdi>jdonth</bdi></a></p>
<p dir="auto">No worries. I am sorry it still doesn't work for you.</p>
<blockquote>
<p dir="auto">How do I tell the IDE to load the 1.0.6 framework?</p>
</blockquote>
<p dir="auto">That I don't know. I am not an Arduino IDE user. I suggest you ask this question in an Arduino forum.</p>
<p dir="auto">I do get those warnings in the compile log as well, they are not (yet) critical. Depricated only means that in the future this part of the code will be removed / modified and them most likely lead to an error / non working code. I guess if you'd like to get rid of these warnings you could replace <code>I2S_COMM_FORMAT_I2S</code> with <code>I2S_COMM_FORMAT_STAND_I2S</code>.</p>
<p dir="auto">Do you have the run log? Maybe there is a clue in there.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15950</link><guid isPermaLink="true">https://community.m5stack.com/post/15950</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 25 Dec 2021 08:23:38 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Fri, 24 Dec 2021 15:53:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a><br />
I just tried the Speak project and it will not "speak" the Dongdong code.<br />
Perhaps knowing that both the microphone AND speaker do not work might point to where the problem is???<br />
Thanks,<br />
Joe</p>
]]></description><link>https://community.m5stack.com/post/15946</link><guid isPermaLink="true">https://community.m5stack.com/post/15946</guid><dc:creator><![CDATA[jdonth]]></dc:creator><pubDate>Fri, 24 Dec 2021 15:53:04 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Fri, 24 Dec 2021 15:43:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a><br />
I'm lost and am sorry to take up so much your time.</p>
<p dir="auto">I tried your fix to InitI2SSpakerOrMic and it threw so many errors I knew I lost.</p>
<p dir="auto">How do I tell the IDE to load the 1.0.6 framework?</p>
<p dir="auto">Here is the compile log. If you can see what might be wrong?<br />
(I edited the ...Writing lines before the 100%)</p>
<p dir="auto">Thanks,<br />
Joe</p>
<p dir="auto">C:\Users\jld\Documents\Arduino\Core2_Factory_test\Core2_Factory_test.ino: In function 'bool InitI2SSpakerOrMic(int)':<br />
C:\Users\jld\Documents\Arduino\Core2_Factory_test\Core2_Factory_test.ino:291:33: warning: 'I2S_COMM_FORMAT_I2S' is deprecated [-Wdeprecated-declarations]<br />
.communication_format = I2S_COMM_FORMAT_I2S,<br />
^~~~~~~~~~~~~~~~~~~<br />
In file included from C:\Users\jld\AppData\Local\Arduino15\packages\m5stack\hardware\esp32\2.0.1/tools/sdk/esp32/include/driver/include/driver/i2s.h:16,<br />
from C:\Users\jld\Documents\Arduino\Core2_Factory_test\Core2_Factory_test.ino:2:<br />
C:\Users\jld\AppData\Local\Arduino15\packages\m5stack\hardware\esp32\2.0.1/tools/sdk/esp32/include/hal/include/hal/i2s_types.h:95:5: note: declared here<br />
I2S_COMM_FORMAT_I2S       <strong>attribute</strong>((deprecated)) = 0x01, /<em>!&lt; I2S communication format I2S, correspond to <code>I2S_COMM_FORMAT_STAND_I2S</code></em>/<br />
^~~~~~~~~~~~~~~~~~~<br />
Sketch uses 1360101 bytes (20%) of program storage space. Maximum is 6553600 bytes.<br />
Global variables use 49368 bytes (1%) of dynamic memory, leaving 4472616 bytes for local variables. Maximum is 4521984 bytes.<br />
<a href="http://esptool.py" target="_blank" rel="noopener noreferrer nofollow ugc">esptool.py</a> v3.1<br />
Serial port COM3<br />
Connecting....<br />
Chip is ESP32-D0WDQ6-V3 (revision 3)<br />
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None<br />
Crystal is 40MHz<br />
MAC: 08:3a:f2:43:6f:48<br />
Uploading stub...<br />
Running stub...<br />
Stub running...<br />
Changing baud rate to 921600<br />
Changed.<br />
Configuring flash size...<br />
Flash will be erased from 0x0000e000 to 0x0000ffff...<br />
Flash will be erased from 0x00001000 to 0x00005fff...<br />
Flash will be erased from 0x00010000 to 0x0015dfff...<br />
Flash will be erased from 0x00008000 to 0x00008fff...<br />
Compressed 8192 bytes to 47...<br />
Writing at 0x0000e000... (100 %)<br />
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 558.9 kbit/s)...<br />
Hash of data verified.<br />
Flash params set to 0x024f<br />
Compressed 17248 bytes to 11870...<br />
Writing at 0x00001000... (100 %)<br />
Wrote 17248 bytes (11870 compressed) at 0x00001000 in 0.4 seconds (effective 325.1 kbit/s)...<br />
Hash of data verified.<br />
Compressed 1365872 bytes to 811527...<br />
...(edited)<br />
Writing at 0x0015a60e... (100 %)<br />
Wrote 1365872 bytes (811527 compressed) at 0x00010000 in 10.9 seconds (effective 998.9 kbit/s)...<br />
Hash of data verified.<br />
Compressed 3072 bytes to 129...<br />
Writing at 0x00008000... (100 %)<br />
Wrote 3072 bytes (129 compressed) at 0x00008000 in 0.1 seconds (effective 424.7 kbit/s)...<br />
Hash of data verified.</p>
<p dir="auto">Leaving...<br />
Hard resetting via RTS pin...</p>
]]></description><link>https://community.m5stack.com/post/15945</link><guid isPermaLink="true">https://community.m5stack.com/post/15945</guid><dc:creator><![CDATA[jdonth]]></dc:creator><pubDate>Fri, 24 Dec 2021 15:43:02 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Fri, 24 Dec 2021 02:30:03 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jdonth" aria-label="Profile: jdonth">@<bdi>jdonth</bdi></a></p>
<p dir="auto">what I meant by Arduino framework version 1.0.6 is the <a href="https://github.com/espressif/arduino-esp32/tree/1.0.6" target="_blank" rel="noopener noreferrer nofollow ugc">arduino-esp32</a> framework version 1.0.6 (instead of 2.0.1) and not the Arduino IDE. Sorry if I wasn't clear.</p>
<p dir="auto">BTW: when I run the app compiled with 2.0.1 I see this error in the log:</p>
<pre><code>E (2888) I2S: i2s_check_set_mclk(253): ESP32 only support to set GPIO0/GPIO1/GPIO3 as mclk signal, error GPIO number:6
E (2895) I2S: i2s_set_pin(314): mclk config failed
</code></pre>
<p dir="auto">I was able to fix this error by adding this line in function <code>InitI2SSpakerOrMic()</code>:</p>
<pre><code>tx_pin_config.mck_io_num = GPIO_NUM_0;
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15941</link><guid isPermaLink="true">https://community.m5stack.com/post/15941</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 24 Dec 2021 02:30:03 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Thu, 23 Dec 2021 22:42:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a><br />
No joy. I installed and tried the following versions:<br />
1.0.6<br />
1.6.0<br />
1.6.13<br />
1.8.0<br />
1.8.18<br />
Some of the earlier versions would not let me add external boards (M5Stack) but the later versions that did, still gave me the i2s error (which may or not be related to the no microphone).<br />
Thank you for your effort.<br />
Joe</p>
]]></description><link>https://community.m5stack.com/post/15940</link><guid isPermaLink="true">https://community.m5stack.com/post/15940</guid><dc:creator><![CDATA[jdonth]]></dc:creator><pubDate>Thu, 23 Dec 2021 22:42:51 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Thu, 23 Dec 2021 21:14:05 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jdonth" aria-label="Profile: jdonth">@<bdi>jdonth</bdi></a></p>
<p dir="auto">probably the last of the 1.0.x versions.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15939</link><guid isPermaLink="true">https://community.m5stack.com/post/15939</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 23 Dec 2021 21:14:05 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Thu, 23 Dec 2021 21:08:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a><br />
Thanks for the assist. Any idea what version of the framework does work? That will save me itterating backwards through the install list looking for the "winner".<br />
Thanks,<br />
Joe</p>
]]></description><link>https://community.m5stack.com/post/15938</link><guid isPermaLink="true">https://community.m5stack.com/post/15938</guid><dc:creator><![CDATA[jdonth]]></dc:creator><pubDate>Thu, 23 Dec 2021 21:08:15 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Thu, 23 Dec 2021 20:19:16 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jdonth" aria-label="Profile: jdonth">@<bdi>jdonth</bdi></a></p>
<p dir="auto">my best guess would be that the code has not yet been adapted to Arduino framework 2.0.1.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15936</link><guid isPermaLink="true">https://community.m5stack.com/post/15936</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 23 Dec 2021 20:19:16 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Thu, 23 Dec 2021 19:15:50 GMT]]></title><description><![CDATA[<p dir="auto">I spoke too soon.<br />
The microphone doesn't work (at least the Sound FFT display does not indicate any sounds being picked up.)</p>
<p dir="auto">The compile gave the following warning:<br />
<strong><em><em>C:\Users\jld\Documents\Arduino\Core2_Factory_test\Core2_Factory_test.ino:292:33: warning: 'I2S_COMM_FORMAT_I2S' is deprecated [-Wdeprecated-declarations]<br />
.communication_format = I2S_COMM_FORMAT_I2S,<br />
^~~~~~~~~~~~~~~~~~~<br />
In file included from C:\Users\jld\AppData\Local\Arduino15\packages\m5stack\hardware\esp32\2.0.1/tools/sdk/esp32/include/driver/include/driver/i2s.h:16,<br />
from C:\Users\jld\Documents\Arduino\Core2_Factory_test\Core2_Factory_test.ino:2:<br />
C:\Users\jld\AppData\Local\Arduino15\packages\m5stack\hardware\esp32\2.0.1/tools/sdk/esp32/include/hal/include/hal/i2s_types.h:95:5: note: declared here<br />
I2S_COMM_FORMAT_I2S       <strong>attribute</strong>((deprecated)) = 0x01, /</em>!&lt; I2S communication format I2S, correspond to <code>I2S_COMM_FORMAT_STAND_I2S</code></em>/<br />
^~~~~~~~~~~~~~~~~~~</strong>***<br />
Any thoughts?</p>
]]></description><link>https://community.m5stack.com/post/15935</link><guid isPermaLink="true">https://community.m5stack.com/post/15935</guid><dc:creator><![CDATA[jdonth]]></dc:creator><pubDate>Thu, 23 Dec 2021 19:15:50 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Thu, 23 Dec 2021 19:05:40 GMT]]></title><description><![CDATA[<p dir="auto">Thank you very much!!!<br />
It worked. Now I can start learning what the Core2 can do.</p>
]]></description><link>https://community.m5stack.com/post/15934</link><guid isPermaLink="true">https://community.m5stack.com/post/15934</guid><dc:creator><![CDATA[jdonth]]></dc:creator><pubDate>Thu, 23 Dec 2021 19:05:40 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for Factory Test Source code for Core2 on Thu, 23 Dec 2021 17:24:04 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jdonth" aria-label="Profile: jdonth">@<bdi>jdonth</bdi></a></p>
<p dir="auto">try this <a href="https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Core2/Arduino/Core2_Factory_test" target="_blank" rel="noopener noreferrer nofollow ugc">link</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15933</link><guid isPermaLink="true">https://community.m5stack.com/post/15933</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 23 Dec 2021 17:24:04 GMT</pubDate></item></channel></rss>