<?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[M5Core2 and Lan PoE]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I discover the world of the M5. In my tests, I try to connect a Lan Poe module with my new M5Core2. The M5Core2 does not start, or rather it starts and stops immediately and this in a loop. Is this module compatible with the M5Core2? If so, how do I make them work together ?</p>
]]></description><link>https://community.m5stack.com/topic/2686/m5core2-and-lan-poe</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 16:08:35 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2686.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 02 Jan 2021 09:33:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Core2 and Lan PoE on Sun, 03 Jan 2021 13:11:46 GMT]]></title><description><![CDATA[<p dir="auto">Thank you Felix.</p>
]]></description><link>https://community.m5stack.com/post/11526</link><guid isPermaLink="true">https://community.m5stack.com/post/11526</guid><dc:creator><![CDATA[JNVoirol]]></dc:creator><pubDate>Sun, 03 Jan 2021 13:11:46 GMT</pubDate></item><item><title><![CDATA[Reply to M5Core2 and Lan PoE on Sun, 03 Jan 2021 08:34:33 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jnvoirol" aria-label="Profile: JNVoirol">@<bdi>JNVoirol</bdi></a></p>
<p dir="auto">most modules originally have been designed for M5Stack and before M5Core2 was available. And between M5Stack and M5Core2 a few pins on the bus have changed. I've put together a <a href="https://www.gwendesign.ch/kb/m5stack/m5core2/#m5core2-bus-and-gpios-compared-to-m5stack" target="_blank" rel="noopener noreferrer nofollow ugc">comparison sheet</a> which might help.</p>
<p dir="auto">That said <a href="https://github.com/m5stack/M5Stack/tree/master/examples/Modules/LAN_W5500" target="_blank" rel="noopener noreferrer nofollow ugc">this example</a> should give you a starting point.</p>
<p dir="auto">You will need to modify at least the following lines to make it work with M5Core2:</p>
<pre><code>//#include &lt;M5Stack.h&gt;
#include &lt;M5Core2.h&gt;
...
//#define MISO 19
#define MISO 38
...
//  M5.Power.begin();
</code></pre>
<p dir="auto">Happy Stacking!<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11515</link><guid isPermaLink="true">https://community.m5stack.com/post/11515</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 03 Jan 2021 08:34:33 GMT</pubDate></item></channel></rss>