<?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 IDE Configuration for Core2]]></title><description><![CDATA[<p dir="auto">I have the following additional boards in my Arduino Preferences:<br />
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json" target="_blank" rel="noopener noreferrer nofollow ugc">https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json</a></p>
<p dir="auto">Do I need any other additional board libraries to successfully compile a Core2 project?</p>
]]></description><link>https://community.m5stack.com/topic/3872/arduino-ide-configuration-for-core2</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 01:00:35 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3872.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 30 Dec 2021 01:53:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Arduino IDE Configuration for Core2 on Thu, 30 Dec 2021 22:48:32 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">happy to hear it finally works for you. Thank you for letting me know.</p>
<p dir="auto">Happy New Year!</p>
<p dir="auto">Felix</p>
]]></description><link>https://community.m5stack.com/post/16005</link><guid isPermaLink="true">https://community.m5stack.com/post/16005</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 30 Dec 2021 22:48:32 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino IDE Configuration for Core2 on Thu, 30 Dec 2021 16:39:29 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 />
<strong>These instructions should be posted as a Core2 Sticky.</strong> They would go a long way to provide an outstanding starting point for all the new M5Core2 developers.</p>
]]></description><link>https://community.m5stack.com/post/16000</link><guid isPermaLink="true">https://community.m5stack.com/post/16000</guid><dc:creator><![CDATA[jdonth]]></dc:creator><pubDate>Thu, 30 Dec 2021 16:39:29 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino IDE Configuration for Core2 on Thu, 30 Dec 2021 15:14:09 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 />
OMG! It worked!!!!<br />
Thank you, thank you, thank you.<br />
Joe</p>
]]></description><link>https://community.m5stack.com/post/15998</link><guid isPermaLink="true">https://community.m5stack.com/post/15998</guid><dc:creator><![CDATA[jdonth]]></dc:creator><pubDate>Thu, 30 Dec 2021 15:14:09 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino IDE Configuration for Core2 on Thu, 30 Dec 2021 10: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">that boards URL worked for me.</p>
<p dir="auto">Here are the steps for the M5Core2 factory test. And yes, I have speaker output and the mic works too.</p>
<p dir="auto">Note: I am on Ubuntu 20.04</p>
<ul>
<li>Download and install Arduino IDE 1.8.19</li>
<li>Run Arduino IDE</li>
<li>Open Preferences
<ul>
<li>Add Additional Board Manager URL and Save
<ul>
<li><a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json" target="_blank" rel="noopener noreferrer nofollow ugc">https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json</a></li>
</ul>
</li>
</ul>
</li>
<li>Open Boards Manager
<ul>
<li>Search for 'M5Stack'</li>
<li>Install M5Stack v2.0.1 &lt;-- (if you want to try an earlier version change this to let's say v1.0.8 - then you can copy all the files and skip fixing the sketch)</li>
</ul>
</li>
<li>Open Library Manager
<ul>
<li>Search for 'M5Core2'</li>
<li>Install M5Core2 v0.1.0 (I selected install M5Core2 only)</li>
</ul>
</li>
<li>Save already open Sketch as 'Core2_Factory_test'</li>
<li>Close Arduino IDE</li>
<li>Copy all M5Core2 factory test files into &lt;home&gt;/Arduino/Core2_Factory_test (except ft6336_fw_updater.cpp - has errors when using v2.0.1)</li>
<li>Open Arduino IDE</li>
<li>Select Board: 'M5Stack-Core2'</li>
<li>Fix Sketch (only needed when using v2.0.1):
<ul>
<li>In Setup():
<ul>
<li>comment out: ft6336_fw_updater();</li>
</ul>
</li>
<li>In InitI2SSpakerOrMic():
<ul>
<li>after the line: tx_pin_config.data_in_num = CONFIG_I2S_DATA_IN_PIN;</li>
<li>add this line: tx_pin_config.mck_io_num = GPIO_NUM_0;</li>
</ul>
</li>
</ul>
</li>
<li>Compile Sketch (ignore warnings)</li>
<li>Connect M5Core2</li>
<li>Select port</li>
<li>Download and Run Sketch</li>
</ul>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15997</link><guid isPermaLink="true">https://community.m5stack.com/post/15997</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 30 Dec 2021 10:19:16 GMT</pubDate></item></channel></rss>