<?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[How to use M5Unit-PoESP32 ?]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I purchased a Power Over Ethernet ESP32 (M5Unit-PoESP32) thinking I could run sensors and send the data over to either Home Assistant, Blynk or my own server. But receiving the unit I realize I have no idea how to use it even after reading all the online doc.</p>
<p dir="auto">I purchased a USB Downloader Kit and I'm able to connect to it with my computer now and download the firmware.</p>
<ol>
<li>
<p dir="auto">In Arduino IDE what unit type should I select? The closest I found was "ESP32-WROOM-DA" but have never been able to see the serial output.</p>
</li>
<li>
<p dir="auto">How do people use this device with the default firmware ??</p>
</li>
<li>
<p dir="auto">Is there I2C pins I can use to plug sensors ?</p>
</li>
<li>
<p dir="auto">In my Arduino IDE code I usually include WiFi.h. What is the replacement to have my same code work over ethernet?</p>
</li>
</ol>
<pre><code>#include &lt;WiFi.h&gt; // importing all the required libraries
#include &lt;WiFiClient.h&gt;
</code></pre>
<p dir="auto">Thanks!<br />
Frank</p>
]]></description><link>https://community.m5stack.com/topic/6056/how-to-use-m5unit-poesp32</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 07:05:14 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6056.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Feb 2024 02:43:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to use M5Unit-PoESP32 ? on Tue, 06 Feb 2024 11:48:50 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/frankqc" aria-label="Profile: frankqc">@<bdi>frankqc</bdi></a></p>
<p dir="auto">Scenario A : PoESP32 runs default AT command firmware and is used as unit connected to anther core.<br />
Scenario B : PoESP32 runs alternate firmware, runs standalone and is <strong>not</strong> a unit.</p>
<p dir="auto">Re 1. : for scenario B try something like a generic ESP32 board, e.g. ESP32 Dev Module</p>
<p dir="auto">Re 2. : for scenario A like <a class="plugin-mentions-user plugin-mentions-a" href="/user/robski" aria-label="Profile: robski">@<bdi>robski</bdi></a> mentioned the other core sends AT commands to the PoESP32 unit. See examples <a href="https://docs.m5stack.com/en/unit/poesp32" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> - section <em>Example/Arduino</em>.</p>
<p dir="auto">Re 3. : for scenario B the Groove port should be usable for I2C.</p>
<p dir="auto">Re 4. : for scenario B see example <a href="https://github.com/espressif/arduino-esp32/blob/2.0.14/libraries/Ethernet/examples/ETH_TLK110/ETH_TLK110.ino" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/23662</link><guid isPermaLink="true">https://community.m5stack.com/post/23662</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Tue, 06 Feb 2024 11:48:50 GMT</pubDate></item><item><title><![CDATA[Reply to How to use M5Unit-PoESP32 ? on Tue, 06 Feb 2024 08:51:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/frankqc" aria-label="Profile: frankqc">@<bdi>frankqc</bdi></a> said in <a href="/post/23657">How to use M5Unit-PoESP32 ?</a>:</p>
<blockquote>
<p dir="auto">M5Unit-PoESP32</p>
</blockquote>
<p dir="auto">do you have any other controller to work with it?<br />
The way I see it is that ie you have let say M5Core with some I2C units (sensors) connected to it<br />
then add your M5Unit-PoESP32 connected to M5Core too over UART port (blue) to give whole setup access to local network and power  ...</p>
<p dir="auto"><a href="https://docs.m5stack.com/en/unit/poesp32" target="_blank" rel="noopener noreferrer nofollow ugc">docs examples etc </a></p>
<p dir="auto"><img src="/assets/uploads/files/1707209402763-poe0.jpg" alt="0_1707209400835_poe0.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/23661</link><guid isPermaLink="true">https://community.m5stack.com/post/23661</guid><dc:creator><![CDATA[robski]]></dc:creator><pubDate>Tue, 06 Feb 2024 08:51:55 GMT</pubDate></item></channel></rss>