<?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[PoESP32 and Wifi]]></title><description><![CDATA[<p dir="auto">The page for PoESP32 (SKU:U138 / <a href="https://docs.m5stack.com/en/unit/poesp32" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.m5stack.com/en/unit/poesp32</a> ) clearly states</p>
<blockquote>
<p dir="auto">ESP32-WROOM-32U 	240MHz dual core, 600 DMIPS, 520KB SRAM (without integrated 3D antenna, <strong>does not support WiFi wireless function</strong>)</p>
</blockquote>
<p dir="auto">But the ESP-AT firmware that ships with the device is configured to host an AP by default, and the device ships without an antenna or dummy terminator - is this safe for the ESP32-WROON-32U? I found no mention of this in the datasheet other than Espressif stating</p>
<blockquote>
<p dir="auto">external antenna connector <strong>(which needs to be<br />
connected to an external antenna)</strong></p>
</blockquote>
<p dir="auto">without any reference to weather that is a requirement for function or safe operation, but most other RF devices have warnings about operating the radio without antenna or terminator/dummy load on the output to prevent damage.</p>
<pre><code class="language-html">AT+RESTORE

OK
+ETH_CONNECTED

ready
+ETH_GOT_IP:10.10.0.147
AT+GMR
AT version:2.2.0.0(s-62ccc56 - ESP32 - Nov 12 2021 13:38:12)
SDK version:v4.2.2-76-gefa6eca8b8
compile time(fc52c33):Mar 15 2022 15:59:59
Bin version:2.2.0(WROOM-32)

OK
AT+CWSTATE?
+CWSTATE:0,""

OK
AT+CWMODE?
+CWMODE:2

OK
</code></pre>
<p dir="auto">CWMODE:2 means the unit is in SoftAP mode by default, and it is confirmed by the prescense of the ESP_241B91 wifi network it creates.<br />
<a href="https://docs.espressif.com/projects/esp-at/en/latest/esp32/AT_Command_Set/Wi-Fi_AT_Commands.html#parameters" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.espressif.com/projects/esp-at/en/latest/esp32/AT_Command_Set/Wi-Fi_AT_Commands.html#parameters</a></p>
<p dir="auto">Is this the intended operation?</p>
<p dir="auto">ed: formatting.</p>
]]></description><link>https://community.m5stack.com/topic/5233/poesp32-and-wifi</link><generator>RSS for Node</generator><lastBuildDate>Thu, 07 May 2026 07:22:48 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5233.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Apr 2023 08:08:58 GMT</pubDate><ttl>60</ttl></channel></rss>