<?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[Bus Mapping M5Core2 &lt;-&gt; M5Stack]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">in past I used some M5Stack modules at M5Stack and now I like to migrate to M5Core2. The challenge ist the different bus system.</p>
<pre><code>Pin	M5Stack	M5Core2
GND	2	1,3,5
SCK	4	11
MISO	6	9
RESET	8	6
nu	10	-
nu	12	-
A0	14	-
A1	16	-
A2	18	-
A3	20	-
A4	22	-
A5	24	-
AREF	26	-
IO12	28	-
IO13	30	-
5V	1	28
MOSI	3	7
SS	5	-
D0/RX	7	13
D1/Tx	9	14
D2/SDA	11	SYS:17, EXT:19
D3/SCI	13	SYS:18, EXT:20
D4	15	-
D5	17	-
D6	19	-
D7	21	-
IO8	23	-
IO9	25	-
IO10	27	-
IO11	29	-
IO35	-	2
IO36	-	4
IO25	-	8
IO26	-	10
3,3V	-	12
Rx2	-	15
Tx2	-	16
IO19	-	22
IO0	-	24
IO34	-	26
BAT	-	30
</code></pre>
<p dir="auto">Who has experience with using an M5Stack module on an M5Core2?</p>
]]></description><link>https://community.m5stack.com/topic/2429/bus-mapping-m5core2-m5stack</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 09:11:54 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2429.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 31 Oct 2020 09:57:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bus Mapping M5Core2 &lt;-&gt; M5Stack on Thu, 31 Dec 2020 15:11:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4795">@nlindin</a> This one works!</p>
<p dir="auto">#include &lt;M5Core2.h&gt;<br />
#include &lt;IRremote.h&gt;</p>
<p dir="auto">IRrecv irrecv(35);<br />
decode_results ircode;</p>
<p dir="auto">void setup() {<br />
M5.begin();<br />
irrecv.enableIRIn();<br />
}</p>
<p dir="auto">void loop()<br />
{<br />
if (irrecv.decode(&amp;ircode))<br />
{<br />
Serial.println(ircode.value, HEX);<br />
delay(100);<br />
irrecv.resume();<br />
}<br />
m5.update();<br />
}</p>
]]></description><link>https://community.m5stack.com/post/11474</link><guid isPermaLink="true">https://community.m5stack.com/post/11474</guid><dc:creator><![CDATA[Nlindin]]></dc:creator><pubDate>Thu, 31 Dec 2020 15:11:29 GMT</pubDate></item><item><title><![CDATA[Reply to Bus Mapping M5Core2 &lt;-&gt; M5Stack on Tue, 29 Dec 2020 11:14:10 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 IR in the GoPlus2 gives this by the serial monitor. Any updates?<br />
Thank you and happy 2021.<br />
E (42353) rmt: rmt_write_items(797): RMT PARAM LEN ERROR<br />
send done<br />
76<br />
recv done<br />
76<br />
.<br />
.<br />
.</p>
]]></description><link>https://community.m5stack.com/post/11412</link><guid isPermaLink="true">https://community.m5stack.com/post/11412</guid><dc:creator><![CDATA[Nlindin]]></dc:creator><pubDate>Tue, 29 Dec 2020 11:14:10 GMT</pubDate></item><item><title><![CDATA[Reply to Bus Mapping M5Core2 &lt;-&gt; M5Stack on Fri, 11 Dec 2020 20:52:20 GMT]]></title><description><![CDATA[<p dir="auto">Hi again!<br />
For now I have changed the .ino from GPIO 5 to GPIO 33, (35 is the same for both, Stack and Core2) but the ir receiver gives only "PARAM LEN ERROR" from all my remotes and buttons. I continue doing something wrong with the Core2+Goplus 2.<br />
Any help, please?<br />
Thank you!</p>
]]></description><link>https://community.m5stack.com/post/11164</link><guid isPermaLink="true">https://community.m5stack.com/post/11164</guid><dc:creator><![CDATA[Nlindin]]></dc:creator><pubDate>Fri, 11 Dec 2020 20:52:20 GMT</pubDate></item><item><title><![CDATA[Reply to Bus Mapping M5Core2 &lt;-&gt; M5Stack on Wed, 02 Dec 2020 11:34:44 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> Thank you for your answer. I want to say an example in arduino for Core2+Goplus2. With Uiflow it seems to work fine. With Arduino I am totally stuck in this scenario.</p>
]]></description><link>https://community.m5stack.com/post/10989</link><guid isPermaLink="true">https://community.m5stack.com/post/10989</guid><dc:creator><![CDATA[Nlindin]]></dc:creator><pubDate>Wed, 02 Dec 2020 11:34:44 GMT</pubDate></item><item><title><![CDATA[Reply to Bus Mapping M5Core2 &lt;-&gt; M5Stack on Wed, 02 Dec 2020 10:21:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4795">@nlindin</a> what is arduino- mix Core2 ?<br />
Go plus2 is sat on my bench waiting to be documented when i finish the coreink but had some issue with the coreink delaying documentation.</p>
]]></description><link>https://community.m5stack.com/post/10986</link><guid isPermaLink="true">https://community.m5stack.com/post/10986</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Wed, 02 Dec 2020 10:21:32 GMT</pubDate></item><item><title><![CDATA[Reply to Bus Mapping M5Core2 &lt;-&gt; M5Stack on Tue, 01 Dec 2020 23:36:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1">@m5stack</a> Hi! Could you please put an example? I can not find a valid one. For example, how can we -using arduino- mix Core2 and GoPlus2 module? The example does not work. Thank you very much!</p>
]]></description><link>https://community.m5stack.com/post/10985</link><guid isPermaLink="true">https://community.m5stack.com/post/10985</guid><dc:creator><![CDATA[Nlindin]]></dc:creator><pubDate>Tue, 01 Dec 2020 23:36:23 GMT</pubDate></item><item><title><![CDATA[Reply to Bus Mapping M5Core2 &lt;-&gt; M5Stack on Thu, 05 Nov 2020 11:14:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> Thank you for your help.</p>
]]></description><link>https://community.m5stack.com/post/10624</link><guid isPermaLink="true">https://community.m5stack.com/post/10624</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Thu, 05 Nov 2020 11:14:44 GMT</pubDate></item><item><title><![CDATA[Reply to Bus Mapping M5Core2 &lt;-&gt; M5Stack on Thu, 05 Nov 2020 11:13:26 GMT]]></title><description><![CDATA[<p dir="auto">Hi guys</p>
<p dir="auto">I've put together a comparison sheet showing the similarities and differences between M5Stack / M5Core2 bus and GPIO usage. You can find it here:</p>
<p dir="auto"><a href="https://www.gwendesign.ch/kb/m5stack/m5core2/#m5core2-bus-and-gpios-compared-to-m5stack" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.gwendesign.ch/kb/m5stack/m5core2/#m5core2-bus-and-gpios-compared-to-m5stack</a></p>
<p dir="auto">Cheers<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/10623</link><guid isPermaLink="true">https://community.m5stack.com/post/10623</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 05 Nov 2020 11:13:26 GMT</pubDate></item><item><title><![CDATA[Reply to Bus Mapping M5Core2 &lt;-&gt; M5Stack on Mon, 02 Nov 2020 10:44:43 GMT]]></title><description><![CDATA[<p dir="auto">Core2-bus has some differences with M5-bus.    so when you stack the module to the core2.  you need to make some pin num change in your code.</p>
]]></description><link>https://community.m5stack.com/post/10568</link><guid isPermaLink="true">https://community.m5stack.com/post/10568</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Mon, 02 Nov 2020 10:44:43 GMT</pubDate></item></channel></rss>