<?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[ATOMIC PoE Base W5500 POE+DHCP doesn&#x27;t work]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I'm using the ATOMIC PoE Base W5500 (SKU: A091).<br />
In Arduino environment, I'm using DHCP. Powering the AtomS3 lite with USB all works fine. However, when I use POE, DHCP doesn't work any more.</p>
<p dir="auto">I'm using the following to setup the Ethernet interface:</p>
<pre><code>    #define CS 6
    Ethernet.init(CS);
    while(!Ethernet.begin(mac)) {
       Serial.println("Ethernet.begin failed");
    }
    if (Ethernet.hardwareStatus() == EthernetNoHardware)
    {
        Serial.println(
            "Ethernet shield was not found.  Sorry, can't run without "
            "hardware. :(");
        while (true)
        {
            delay(1); // do nothing, no point running without Ethernet hardware
        }
    }
    if (Ethernet.linkStatus() == LinkOFF)
    {
        Serial.println("Ethernet cable is not connected.");
    }
</code></pre>
<p dir="auto">With POE enabled, the code get stucked at the fisrt loop.</p>
<p dir="auto">Is there anything missing?</p>
]]></description><link>https://community.m5stack.com/topic/7659/atomic-poe-base-w5500-poe-dhcp-doesn-t-work</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 11:30:10 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7659.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 06 Jul 2025 23:50:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ATOMIC PoE Base W5500 POE+DHCP doesn&#x27;t work on Thu, 10 Jul 2025 12:21:56 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/xgonc" aria-label="Profile: xgonc">@<bdi>xgonc</bdi></a></p>
<p dir="auto">no, I did not try any other Ethernet library.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/29451</link><guid isPermaLink="true">https://community.m5stack.com/post/29451</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 10 Jul 2025 12:21:56 GMT</pubDate></item><item><title><![CDATA[Reply to ATOMIC PoE Base W5500 POE+DHCP doesn&#x27;t work on Mon, 07 Jul 2025 15:03: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> Thanks for your reply.<br />
Meanwhile I confirmed being powered by POE has no effect. The problem is the interface never gets an address from the DHCP server.<br />
With a fixed address, everything is fine.<br />
Did you try any other Ethernet lib?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://community.m5stack.com/post/29416</link><guid isPermaLink="true">https://community.m5stack.com/post/29416</guid><dc:creator><![CDATA[xgonc]]></dc:creator><pubDate>Mon, 07 Jul 2025 15:03:51 GMT</pubDate></item><item><title><![CDATA[Reply to ATOMIC PoE Base W5500 POE+DHCP doesn&#x27;t work on Mon, 07 Jul 2025 09:20:07 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/xgonc" aria-label="Profile: xgonc">@<bdi>xgonc</bdi></a></p>
<p dir="auto">maybe try with a short delay() before the first loop?</p>
<p dir="auto">BTW: the included PoE <a href="https://github.com/m5stack/M5AtomS3/blob/main/examples/AtomicBase/AtomicPoE/LinkStatus/LinkStatus.ino" target="_blank" rel="noopener noreferrer nofollow ugc">example</a> works for me.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/29415</link><guid isPermaLink="true">https://community.m5stack.com/post/29415</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 07 Jul 2025 09:20:07 GMT</pubDate></item></channel></rss>