<?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[M5Stack serious WiFi Failures !!]]></title><description><![CDATA[<p dir="auto">I have spent considerable time to develop an application using M5Stack. I have run into a serous reliability problem. I have two M5Stack basic. While testing they would connect to Wifi (open network). Suddenly one stopped connecting. I tried the other one it also was now not connecting. I load same program to M5Stack grey model and it connects fine. I load example program SimpleWiFiServer to grey M5stack and it connects immediatly. I load the SAME program to the black units and neither one will connect. I am very unhappy with the time wasted with this unreliable hardware. My application was going to use 200 to 300 M5stacks but now I am very uncertain if such a failure can just happen without any known cause in just a few weeks of testing. Any suggestions welcome otherwise we throw this product out and warn others.</p>
]]></description><link>https://community.m5stack.com/topic/221/m5stack-serious-wifi-failures</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 11:42:02 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/221.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 31 May 2018 21:57:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Tue, 12 Jun 2018 08:36:06 GMT]]></title><description><![CDATA[<p dir="auto">Hi, I had the same problem as you, my M5stack did not connect or crash if you did it by force, for cons I solved my problem by installing a new firmware and changing USB port, I was on a HUB and now I'm using a <strong>USB port on my PC</strong></p>
<p dir="auto">Link of the firmware : <a href="https://github.com/botofancalin/M5Stack-MultiApp-Advanced" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/botofancalin/M5Stack-MultiApp-Advanced</a></p>
]]></description><link>https://community.m5stack.com/post/1063</link><guid isPermaLink="true">https://community.m5stack.com/post/1063</guid><dc:creator><![CDATA[PépéMax]]></dc:creator><pubDate>Tue, 12 Jun 2018 08:36:06 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Fri, 08 Jun 2018 17:12:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/304">@drwino</a> To conserve battery power you can try disable backlight on lcd with :<br />
M5.Lcd.setBrightness(0);</p>
<p dir="auto">update: I just tested this:<br />
M5.begin(false);<br />
backlight almost disabled and nothing on screen.<br />
so better is just set backlight to zero.</p>
]]></description><link>https://community.m5stack.com/post/1061</link><guid isPermaLink="true">https://community.m5stack.com/post/1061</guid><dc:creator><![CDATA[majrooo]]></dc:creator><pubDate>Fri, 08 Jun 2018 17:12:44 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Fri, 08 Jun 2018 14:25:32 GMT]]></title><description><![CDATA[<p dir="auto">I always end up replying to myself ! Anyway, here is the latest - maybe it can help someone or get some ideas. I decided to remove the BOTTOM and try again. The power is only from the USB to the PC or USB power supply. Now the same M5Stack connects every time ! Maybe the battery is somehow not letting it reset properly for the next connection. Using just the bare PROTO board also works fine. Next step is to try the ADS1015 over I2C and see if that is OK. Interesting.<br />
Still looking for ideas to conserve battery power.</p>
]]></description><link>https://community.m5stack.com/post/1060</link><guid isPermaLink="true">https://community.m5stack.com/post/1060</guid><dc:creator><![CDATA[DrWino]]></dc:creator><pubDate>Fri, 08 Jun 2018 14:25:32 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Fri, 08 Jun 2018 12:41:48 GMT]]></title><description><![CDATA[<p dir="auto">I read the all the suggestions in this blog but I cannot get the M5Stack to connect reliably. It will connect sometimes. Different M5Stacks may or may not connect. Some may connect in a different location. ESP32 is becoming a big waste of time and I am giving up on the M5Stack/ESP32 as useless. Which is surprising as an IOT device it should be at least able to connect. In other irritations the ADCs are kind of useless and noisy. I tried to use ADS1015 over I2C but it fails after some random number of hours. The M5Stack is useless for battery operations as the display takes about 160mA and there is no way to turn it off and on.</p>
<p dir="auto">M5Stack -&gt; trash box.</p>
]]></description><link>https://community.m5stack.com/post/1059</link><guid isPermaLink="true">https://community.m5stack.com/post/1059</guid><dc:creator><![CDATA[DrWino]]></dc:creator><pubDate>Fri, 08 Jun 2018 12:41:48 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Sat, 02 Jun 2018 19:40:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/269">@calin</a> Ah.. i was wondering about that.  I am interested to move over to using PlatformIO...  Maybe this week.</p>
<p dir="auto">Oh and CONGRATULATIONS on your now award winning MultiApp software. Great effort that !!</p>
]]></description><link>https://community.m5stack.com/post/1045</link><guid isPermaLink="true">https://community.m5stack.com/post/1045</guid><dc:creator><![CDATA[JJ]]></dc:creator><pubDate>Sat, 02 Jun 2018 19:40:14 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Sat, 02 Jun 2018 18:28:50 GMT]]></title><description><![CDATA[<p dir="auto">@jimit 在 <a href="/post/1043">M5Stack serious WiFi Failures !!</a> 中说：</p>
<blockquote>
<p dir="auto">Nice idea to make an IDF version of the Light on/off sketch.</p>
</blockquote>
<p dir="auto">Is not esp-idf... is Arduino-IDF code on PlatformIO using M5Stack library</p>
]]></description><link>https://community.m5stack.com/post/1044</link><guid isPermaLink="true">https://community.m5stack.com/post/1044</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Sat, 02 Jun 2018 18:28:50 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Sat, 02 Jun 2018 17:43:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/269">@calin</a> Well it  seems there are a few possibilities...  Hopefully Dr Wino can pin it down to one.</p>
<p dir="auto">Wow - a blast from the past! That was one of the first vids I saw on these ESP things some time ago now....    Nice idea to make an IDF version of the Light on/off sketch.</p>
]]></description><link>https://community.m5stack.com/post/1043</link><guid isPermaLink="true">https://community.m5stack.com/post/1043</guid><dc:creator><![CDATA[JJ]]></dc:creator><pubDate>Sat, 02 Jun 2018 17:43:10 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Sat, 02 Jun 2018 17:11:55 GMT]]></title><description><![CDATA[<p dir="auto">@jimit Hm... you might be right on this one... There might be a power related issue... since ESP's are very sensitive to power fluctuations.<br />
Here is a study of the problem: <a href="https://www.youtube.com/watch?v=wf_msvWv1jk&amp;t=632s" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=wf_msvWv1jk&amp;t=632s</a></p>
<p dir="auto">Regarding the example you mentioned in the post above, here is a version adapted to latest IDF using M5Stack button functions: <a href="https://github.com/botofancalin/M5StackLight_OnOff" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/botofancalin/M5StackLight_OnOff</a></p>
]]></description><link>https://community.m5stack.com/post/1041</link><guid isPermaLink="true">https://community.m5stack.com/post/1041</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Sat, 02 Jun 2018 17:11:55 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Sat, 02 Jun 2018 16:35:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/304">@drwino</a> <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/269">@calin</a><br />
This link is worth a read. Click link...Go to page 2 - see text in red titled -  "Until now there was no problem, suddenly ceased to be connected to Wi-Fi (WiFi)"</p>
<p dir="auto"><a href="https://translate.google.com.au/translate?sl=auto&amp;tl=en&amp;js=y&amp;prev=_t&amp;hl=en&amp;ie=UTF-8&amp;u=https%3A%2F%2Fwww.mgo-tec.com%2Fblog-entry-trouble-shooting-esp32-wroom.html&amp;edit-text=&amp;act=url" target="_blank" rel="noopener noreferrer nofollow ugc">https://translate.google.com.au/translate?sl=auto&amp;tl=en&amp;js=y&amp;prev=_t&amp;hl=en&amp;ie=UTF-8&amp;u=https%3A%2F%2Fwww.mgo-tec.com%2Fblog-entry-trouble-shooting-esp32-wroom.html&amp;edit-text=&amp;act=url</a></p>
]]></description><link>https://community.m5stack.com/post/1040</link><guid isPermaLink="true">https://community.m5stack.com/post/1040</guid><dc:creator><![CDATA[JJ]]></dc:creator><pubDate>Sat, 02 Jun 2018 16:35:56 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Sat, 02 Jun 2018 15:28:58 GMT]]></title><description><![CDATA[<p dir="auto">I think the way Arduino Ide compile the project might be the problem. Just as a small observation, the same code compile at least 4 times faster on PlatformIO than on Arduino "IDE"</p>
<p dir="auto">I call it "IDE" because that's more like a text editor than a real IDE. Even Notepad++ have more coding related features than Arduino "IDE".</p>
<p dir="auto">Arduino Wiring framework is OK. Arduino "IDE" (text editor) not so much.</p>
]]></description><link>https://community.m5stack.com/post/1039</link><guid isPermaLink="true">https://community.m5stack.com/post/1039</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Sat, 02 Jun 2018 15:28:58 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Sat, 02 Jun 2018 15:19:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/304">@drwino</a> <strong>M5Stack - Model Differences:  Grey  vs Black</strong></p>
<p dir="auto">Apart from the MPU-9250 providing the 9dof, the only other major difference is the addition of 4 Mb PSRAM in the grey model.</p>
<p dir="auto">The chips in both models are ESP32 Revision 1.</p>
<p dir="auto">Both models I checked are running the same SDK version.</p>
]]></description><link>https://community.m5stack.com/post/1037</link><guid isPermaLink="true">https://community.m5stack.com/post/1037</guid><dc:creator><![CDATA[JJ]]></dc:creator><pubDate>Sat, 02 Jun 2018 15:19:01 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Sat, 02 Jun 2018 15:15:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/304">@drwino</a> I think the IDE you are using have something to do with the problem you get...<br />
Integrating the ESP32 IDF into Arduino <a href="https://processing.org/" target="_blank" rel="noopener noreferrer nofollow ugc">Processing</a> variant is not straight forward.<br />
Try <a href="https://platformio.org/" target="_blank" rel="noopener noreferrer nofollow ugc">PlatformIO</a> and you will never look back to Arduino "IDE"</p>
]]></description><link>https://community.m5stack.com/post/1036</link><guid isPermaLink="true">https://community.m5stack.com/post/1036</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Sat, 02 Jun 2018 15:15:08 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Sat, 02 Jun 2018 14:46:27 GMT]]></title><description><![CDATA[<p dir="auto">Arduino 1.8.5 with board  M5Stack-core-ESP32</p>
]]></description><link>https://community.m5stack.com/post/1035</link><guid isPermaLink="true">https://community.m5stack.com/post/1035</guid><dc:creator><![CDATA[DrWino]]></dc:creator><pubDate>Sat, 02 Jun 2018 14:46:27 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Sat, 02 Jun 2018 13:04:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/304">@drwino</a> What IDE are you using?<br />
What SDK? Arduino? ESP-IDF? Python?<br />
I am using a black M5Stack with ESP-IDF and Arduino-ESP32 on PlatformIO and i never had any wifi connection problems.</p>
]]></description><link>https://community.m5stack.com/post/1034</link><guid isPermaLink="true">https://community.m5stack.com/post/1034</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Sat, 02 Jun 2018 13:04:20 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Sat, 02 Jun 2018 12:56:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/304">@drwino</a> Is in the Readme.txt : <a href="https://github.com/botofancalin/M5Stack-MultiApp-Advanced/blob/master/platformIO_Patch/Readme.txt" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/botofancalin/M5Stack-MultiApp-Advanced/blob/master/platformIO_Patch/Readme.txt</a></p>
]]></description><link>https://community.m5stack.com/post/1033</link><guid isPermaLink="true">https://community.m5stack.com/post/1033</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Sat, 02 Jun 2018 12:56:17 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Sat, 02 Jun 2018 12:06:20 GMT]]></title><description><![CDATA[<p dir="auto">Here is the other thing - the grey M5Stack works fine, but all the black M5stacks do not connect. It there some firmware or other difference between models besides the 9dof chip which I do not use in my application.</p>
]]></description><link>https://community.m5stack.com/post/1031</link><guid isPermaLink="true">https://community.m5stack.com/post/1031</guid><dc:creator><![CDATA[DrWino]]></dc:creator><pubDate>Sat, 02 Jun 2018 12:06:20 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Sat, 02 Jun 2018 11:19:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/269">@calin</a>  That would explain it. But how do you apply your patch ?</p>
]]></description><link>https://community.m5stack.com/post/1029</link><guid isPermaLink="true">https://community.m5stack.com/post/1029</guid><dc:creator><![CDATA[DrWino]]></dc:creator><pubDate>Sat, 02 Jun 2018 11:19:56 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Fri, 01 Jun 2018 22:39:34 GMT]]></title><description><![CDATA[<p dir="auto">There is a bug on Arduino-IDF that cause interference between Wifi and GPIO39<br />
Using older precompiled libraries can eliminate this problem.<br />
I had the same problem on my MultiApp firmware and i solved by using an IDF patch.<br />
<a href="https://github.com/botofancalin/M5Stack-MultiApp-Advanced/tree/master/platformIO_Patch/packages/framework-arduinoespressif32/tools/sdk" target="_blank" rel="noopener noreferrer nofollow ugc">HERE</a> you can find the libraries i use to fix the GPIO39/Wifi problem</p>
]]></description><link>https://community.m5stack.com/post/1028</link><guid isPermaLink="true">https://community.m5stack.com/post/1028</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Fri, 01 Jun 2018 22:39:34 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Fri, 01 Jun 2018 11:31:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/304">@drwino</a> Hi Dr Wino,<br />
I take it you are talking about the issue discussed <a href="http://forum.m5stack.com/topic/174/m5-btna-waspressed-conflicts-with-wifi" target="_blank" rel="noopener noreferrer nofollow ugc">here</a></p>
<p dir="auto">Checkout Lesson 3.1 (WiFi Access Point (Web Server) here in the forum under NEWS &amp; LESSONS if you haven't already. Might be something there. It uses WiFi..... Button presses on the M5Stack activate a printed message in a web browser. Includes the use of button A.</p>
<p dir="auto">The lesson is <a href="http://forum.m5stack.com/topic/60/lesson-3-1-wi-fi-access-point" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> and the code is <a href="https://github.com/PartsandCircuits/M5Stack-WiFiServer-LightOnOff/blob/master/M5Stack-WiFiServer-LightOnOff.ino" target="_blank" rel="noopener noreferrer nofollow ugc">here</a></p>
]]></description><link>https://community.m5stack.com/post/1025</link><guid isPermaLink="true">https://community.m5stack.com/post/1025</guid><dc:creator><![CDATA[JJ]]></dc:creator><pubDate>Fri, 01 Jun 2018 11:31:31 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack serious WiFi Failures !! on Thu, 31 May 2018 22:21:41 GMT]]></title><description><![CDATA[<p dir="auto">I reply to myself. It appears this problem is related to the use of BtnA and Wifi. Some delays seem to help but somewhat unreliable. Maybe somebody has better solution</p>
]]></description><link>https://community.m5stack.com/post/1024</link><guid isPermaLink="true">https://community.m5stack.com/post/1024</guid><dc:creator><![CDATA[DrWino]]></dc:creator><pubDate>Thu, 31 May 2018 22:21:41 GMT</pubDate></item></channel></rss>