<?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[Using WiFi on Tab5 with the Arduino IDE]]></title><description><![CDATA[<p dir="auto">I got my Tab5 - cool thing :-) but I I have an issue with WiFi.</p>
<p dir="auto">Basically the C6 should work as a coprocessor connected with SIDO. This should allow using Wifi as normal with:</p>
<pre><code>#include &lt;WiFi.h&gt;
WiFi.begin(ssid, password);
</code></pre>
<p dir="auto">in the Arduino IDE. But instead a runtime error appears, and it restarts amd so on</p>
<pre><code>         sdio_mempool_create free:34078468 min-free:34077500 lfb-def:33030132 lfb-8bit:33030132

        E (1734) sdmmc_common: sdmmc_init_ocr: send_op_cond (1) returned 0x107
        E (1734) sdio_wrapper: sdmmc_card_init failed
        E (4372) H_SDIO_DRV: sdio card init failed

       FreeRTOS: FreeRTOS Task "sdio_read" should not return, Aborting now!
</code></pre>
<p dir="auto">Does anyone know how to fix or have just a working example (there isn't any example around and even the P4 example with WiFi in the arduino IDE do not work)</p>
<p dir="auto">Arduino IDE : 2.3.6; M5Stack Package 3.2.0 (all M5Stack lib on the latest state as well)</p>
]]></description><link>https://community.m5stack.com/topic/7576/using-wifi-on-tab5-with-the-arduino-ide</link><generator>RSS for Node</generator><lastBuildDate>Wed, 11 Mar 2026 12:48:20 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7576.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 May 2025 20:06:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Sat, 13 Dec 2025 10:25:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/31665">@sapphire</a> but this topic refers to WiFi. any one could solve this probem? I've tried all the steps I've could without success.<br />
It seems there are more people who are  having this same issue, no way to use wifi in our Tab5: <a href="https://www.reddit.com/r/M5Stack/comments/1p04d3b/comment/ntozc4p/?utm_source=share&amp;utm_medium=web3x&amp;utm_name=web3xcss&amp;utm_term=1&amp;utm_content=share_button" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.reddit.com/r/M5Stack/comments/1p04d3b/comment/ntozc4p/?utm_source=share&amp;utm_medium=web3x&amp;utm_name=web3xcss&amp;utm_term=1&amp;utm_content=share_button</a></p>
]]></description><link>https://community.m5stack.com/post/30307</link><guid isPermaLink="true">https://community.m5stack.com/post/30307</guid><dc:creator><![CDATA[jredrejo]]></dc:creator><pubDate>Sat, 13 Dec 2025 10:25:20 GMT</pubDate></item><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Tue, 12 Aug 2025 03:25:29 GMT]]></title><description><![CDATA[<p dir="auto">I managed to get the SD card reader to work.</p>
<p dir="auto">H_SDIO_DRV error: sdio card init failed<br />
The WiFi module (ESP32-C6) uses an independent set of dedicated pins (SDIO2_D0 to SDIO2_CK), thus avoiding any physical interface overlap and conflicts.</p>
<p dir="auto">sd_mmc_card:<br />
id: sd_card<br />
clk_pin: GPIO43<br />
cmd_pin: GPIO44<br />
data0_pin: GPIO39<br />
data1_pin: GPIO40<br />
data2_pin: GPIO41<br />
data3_pin: GPIO42<br />
mode_1bit: false<br />
slot: 0</p>
<p dir="auto">esp32_hosted:<br />
variant: esp32c6<br />
active_high: true<br />
clk_pin: GPIO12<br />
cmd_pin: GPIO13<br />
d0_pin: GPIO11<br />
d1_pin: GPIO10<br />
d2_pin: GPIO9<br />
d3_pin: GPIO8<br />
reset_pin: GPIO15<br />
slot: 1</p>
]]></description><link>https://community.m5stack.com/post/29727</link><guid isPermaLink="true">https://community.m5stack.com/post/29727</guid><dc:creator><![CDATA[sapphire]]></dc:creator><pubDate>Tue, 12 Aug 2025 03:25:29 GMT</pubDate></item><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Wed, 06 Aug 2025 17:10:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/31665">@sapphire</a> Same, can't get the SD to work. Anyone?</p>
<p dir="auto">Thanks,<br />
Kris</p>
]]></description><link>https://community.m5stack.com/post/29698</link><guid isPermaLink="true">https://community.m5stack.com/post/29698</guid><dc:creator><![CDATA[Krmiller]]></dc:creator><pubDate>Wed, 06 Aug 2025 17:10:05 GMT</pubDate></item><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Thu, 17 Jul 2025 14:29:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/31149">@smily77</a> Did you manage to get the SD card reader to work?</p>
]]></description><link>https://community.m5stack.com/post/29541</link><guid isPermaLink="true">https://community.m5stack.com/post/29541</guid><dc:creator><![CDATA[sapphire]]></dc:creator><pubDate>Thu, 17 Jul 2025 14:29:11 GMT</pubDate></item><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Thu, 26 Jun 2025 12:18:09 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/31149">@smily77</a></p>
<p dir="auto">according to the <a href="https://docs.m5stack.com/en/core/Tab5?id=schematics" target="_blank" rel="noopener noreferrer nofollow ugc">schematic</a> GPIO15 is used as reset pin (SOC_EXTRF_RST).</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/29341</link><guid isPermaLink="true">https://community.m5stack.com/post/29341</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 26 Jun 2025 12:18:09 GMT</pubDate></item><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Thu, 26 Jun 2025 11:41:06 GMT]]></title><description><![CDATA[<p dir="auto">It was mentioned that in the next ESP-Arduino package 3.3.0 the issue with the connection will be solved by this possibility:</p>
<p dir="auto">WiFi.setPins(clk, cmd, d0, d1, d2, d3, rst);<br />
WiFi.begin(ssid, pass);</p>
<p dir="auto">This sounds promising. However the Tab 5 doc's lists the Pins for clk, cmd, d0, d1, d2, d3 but not for the reset pin (rst). Does somebody know how the reset of the C6 is wired to the P4 in the Tab 5?</p>
]]></description><link>https://community.m5stack.com/post/29340</link><guid isPermaLink="true">https://community.m5stack.com/post/29340</guid><dc:creator><![CDATA[smily77]]></dc:creator><pubDate>Thu, 26 Jun 2025 11:41:06 GMT</pubDate></item><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Sun, 22 Jun 2025 06:28:37 GMT]]></title><description><![CDATA[<p dir="auto">Hi guys</p>
<p dir="auto">corresponding github <a href="https://github.com/espressif/arduino-esp32/issues/11404" target="_blank" rel="noopener noreferrer nofollow ugc">issue</a> for reference.</p>
<p dir="auto">It seems there isn't an easier way just (yet) than using Espressif Library Builder.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/29304</link><guid isPermaLink="true">https://community.m5stack.com/post/29304</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 22 Jun 2025 06:28:37 GMT</pubDate></item><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Sat, 21 Jun 2025 20:27:59 GMT]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">are there any (better) news about using Wifi within the Arduino environment?</p>
<p dir="auto">kind regards<br />
Jörg</p>
]]></description><link>https://community.m5stack.com/post/29302</link><guid isPermaLink="true">https://community.m5stack.com/post/29302</guid><dc:creator><![CDATA[New_Comix]]></dc:creator><pubDate>Sat, 21 Jun 2025 20:27:59 GMT</pubDate></item><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Sat, 31 May 2025 15:36:11 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/31149">@smily77</a></p>
<p dir="auto">I believe SDIO2 is used so the communication between ESP32P4 (master) and ESP32C6 (slave) can be exclusive, e.g. not shared with other slaves.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/29139</link><guid isPermaLink="true">https://community.m5stack.com/post/29139</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 31 May 2025 15:36:11 GMT</pubDate></item><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Sat, 31 May 2025 08:44:35 GMT]]></title><description><![CDATA[<p dir="auto">There seams to be an additional Issue the Tab5 uses SDIO2 - The correct GPIO's only don't work</p>
]]></description><link>https://community.m5stack.com/post/29138</link><guid isPermaLink="true">https://community.m5stack.com/post/29138</guid><dc:creator><![CDATA[smily77]]></dc:creator><pubDate>Sat, 31 May 2025 08:44:35 GMT</pubDate></item><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Fri, 30 May 2025 09:55:28 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/31149">@smily77</a></p>
<p dir="auto">no, AFAIK there is no specific 'how to' for M5Tab5 - only the generic about how to build your own Arduino library using <em>Arduino library builder</em> or how to use <em>Arduino as ESP-IDF component</em>. See links above.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/29134</link><guid isPermaLink="true">https://community.m5stack.com/post/29134</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 30 May 2025 09:55:28 GMT</pubDate></item><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Fri, 30 May 2025 08:36:38 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></p>
<p dir="auto">This applies as well if you use the M5Stack pkg? - is there a "how to" somewere for this?</p>
]]></description><link>https://community.m5stack.com/post/29133</link><guid isPermaLink="true">https://community.m5stack.com/post/29133</guid><dc:creator><![CDATA[smily77]]></dc:creator><pubDate>Fri, 30 May 2025 08:36:38 GMT</pubDate></item><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Wed, 28 May 2025 20:44:55 GMT]]></title><description><![CDATA[<p dir="auto">Hi guys</p>
<p dir="auto">the ESP32C6 is connected via SDIO bus to the ESP32P4 but unfortunately the GPIOs used in Tab5 differ from the GPIOs used by the ESP32P4 eval board.</p>
<p dir="auto">In other words the pre-compiled Arduino library is setup to use SDIO GPIOs which do <strong>not</strong> match the Tab5 hardware.</p>
<p dir="auto">So in order to use Arduino you'll need to pre-compile the Arduino library yourself using the <a href="https://docs.espressif.com/projects/arduino-esp32/en/latest/lib_builder.html" target="_blank" rel="noopener noreferrer nofollow ugc">Arduino library builder</a> or setup the build system to use <a href="https://espressif-docs.readthedocs-hosted.com/projects/arduino-esp32/en/latest/esp-idf_component.html" target="_blank" rel="noopener noreferrer nofollow ugc">Arduino as ESP-IDF component</a>. Both ways should allow to modify the SDIO GPIOs accordingly.</p>
<p dir="auto">Note: the SDIO GPIOs used in Tab5 can be found <a href="https://github.com/m5stack/M5Tab5-UserDemo/blob/main/platforms/tab5/sdkconfig#L2842" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/29117</link><guid isPermaLink="true">https://community.m5stack.com/post/29117</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Wed, 28 May 2025 20:44:55 GMT</pubDate></item><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Tue, 27 May 2025 20:49:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/31149">@smily77</a> a-HA!<br />
Thank you.</p>
]]></description><link>https://community.m5stack.com/post/29113</link><guid isPermaLink="true">https://community.m5stack.com/post/29113</guid><dc:creator><![CDATA[teastain]]></dc:creator><pubDate>Tue, 27 May 2025 20:49:27 GMT</pubDate></item><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Tue, 27 May 2025 19:15:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/7508">@teastain</a> thanks but  unfortunatly doesn't the Tab5 exist in 2.1.4 an simpler than the below can't the sketch be made:</p>
<p dir="auto">#include &lt;M5Unified.h&gt;<br />
#include &lt;WiFi.h&gt;<br />
void setup() {<br />
auto cfg = M5.config();<br />
M5.begin(cfg);            // ← hier wird intern der C6 hochgefahren<br />
WiFi.begin(ssid, password);<br />
}</p>
]]></description><link>https://community.m5stack.com/post/29112</link><guid isPermaLink="true">https://community.m5stack.com/post/29112</guid><dc:creator><![CDATA[smily77]]></dc:creator><pubDate>Tue, 27 May 2025 19:15:12 GMT</pubDate></item><item><title><![CDATA[Reply to Using WiFi on Tab5 with the Arduino IDE on Mon, 26 May 2025 23:57:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/31149">@smily77</a> said in <a href="/post/29110">Using WiFi on Tab5 with the Arduino IDE</a>:</p>
<blockquote>
<p dir="auto">M5Stack Package 3.2.0</p>
</blockquote>
<p dir="auto">This board pkg  (3.20) seems to be broken for many of us.<br />
We have  had to revert to ver2.14 and I have notified M5Stack support.</p>
<p dir="auto">Try reverting and see.<br />
If still a problem make a simpler de-bug version of your sketch and add complications.</p>
]]></description><link>https://community.m5stack.com/post/29111</link><guid isPermaLink="true">https://community.m5stack.com/post/29111</guid><dc:creator><![CDATA[teastain]]></dc:creator><pubDate>Mon, 26 May 2025 23:57:56 GMT</pubDate></item></channel></rss>