<?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[Set MISO for GRBL 13.2 and Core2]]></title><description><![CDATA[<p dir="auto">I am trying to use GRBL 13.2 module with Core2. But i can't figure out how to set MISO to GPIO38 in UIFlow and Android since it changed from GPIO19.</p>
<p dir="auto">Without adapting Core2 reboots after calling the library.</p>
<p dir="auto">Could anyone please gibe me a hint if this is possible and how?</p>
]]></description><link>https://community.m5stack.com/topic/4011/set-miso-for-grbl-13-2-and-core2</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 16:00:57 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4011.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 07 Feb 2022 13:10:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Set MISO for GRBL 13.2 and Core2 on Mon, 07 Feb 2022 15:11:46 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/16741">@em</a></p>
<p dir="auto">glad to hear. And thanks for reporting back.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/16554</link><guid isPermaLink="true">https://community.m5stack.com/post/16554</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 07 Feb 2022 15:11:46 GMT</pubDate></item><item><title><![CDATA[Reply to Set MISO for GRBL 13.2 and Core2 on Mon, 07 Feb 2022 14:56:24 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the hints. I connected the module and now it works in UIFlow and with your hint in Anduino! Thanks a lot!</p>
]]></description><link>https://community.m5stack.com/post/16552</link><guid isPermaLink="true">https://community.m5stack.com/post/16552</guid><dc:creator><![CDATA[em]]></dc:creator><pubDate>Mon, 07 Feb 2022 14:56:24 GMT</pubDate></item><item><title><![CDATA[Reply to Set MISO for GRBL 13.2 and Core2 on Mon, 07 Feb 2022 14:49:10 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/16741">@em</a></p>
<p dir="auto">you are correct MISO has changed in M5Core2 from GPIO19 to GPIO38. However you shouldn't need to modify that manually. Instead it will be taken care of when you use the <a href="https://github.com/m5stack/M5Core2" target="_blank" rel="noopener noreferrer nofollow ugc">M5Core2 library</a> (instead of M5Stack library).<br />
In the Arduino <a href="https://github.com/m5stack/MODULE_GRBL13.2/tree/master/examples/xyz_control" target="_blank" rel="noopener noreferrer nofollow ugc">example</a> change the include file</p>
<pre><code>// #include &lt;M5Stack.h&gt;
#include &lt;M5Core2.h&gt;
</code></pre>
<p dir="auto">and then in setup comment these lines out</p>
<pre><code>//  M5.Power.begin();
...
//  Serial.begin(115200);
</code></pre>
<p dir="auto">With the above changes I can compile and run the code on my M5Core2 (no crash). Please note though - I don't have the GBRL module so I cannot fully test the result.</p>
<p dir="auto">In UiFlow the correct MISO GPIO should be used automatically when you select M5Core2 as device.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/16551</link><guid isPermaLink="true">https://community.m5stack.com/post/16551</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 07 Feb 2022 14:49:10 GMT</pubDate></item></channel></rss>