<?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[New Core2 appears to not be working properly?]]></title><description><![CDATA[<p dir="auto">Out of the box the sample ran fine.  Downloaded M5Burner, and flashed 1.6.3 firmware, but it does absolutely nothing after it completes (no lights, no reset, no power on).  The only firmware I have been able to get working are the Beta-Core2 firmware, and they only seem to work with flowui.<br />
I downloaded and installed everything in arduino IDE, and can upload my code successfully to the board, but again, once completed nothing happens (screen black, no green light on bottom) regardless of button presses.  Am I doing something wrong?</p>
]]></description><link>https://community.m5stack.com/topic/2339/new-core2-appears-to-not-be-working-properly</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 10:28:04 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2339.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 15 Sep 2020 18:33:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to New Core2 appears to not be working properly? on Thu, 14 Jan 2021 08:37:18 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/thealphaghost" aria-label="Profile: TheAlphaGhost">@<bdi>TheAlphaGhost</bdi></a></p>
<p dir="auto">I think the code you uploaded is for M5Stack and not M5Core2.</p>
<p dir="auto">Please use <code>#include &lt;M5Core2.h&gt;</code> at the top and remove <code>M5.Power.begin()</code> which is required for M5Stack only.</p>
<pre><code>#include &lt;M5Core2.h&gt;

void setup() {
  M5.begin();
    
  M5.Lcd.print("Hello World");
}

void loop() {
}
</code></pre>
<p dir="auto">You probably will need to download and install the proper library for M5Core2 as well.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11741</link><guid isPermaLink="true">https://community.m5stack.com/post/11741</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 14 Jan 2021 08:37:18 GMT</pubDate></item><item><title><![CDATA[Reply to New Core2 appears to not be working properly? on Mon, 11 Jan 2021 12:17:56 GMT]]></title><description><![CDATA[<p dir="auto">Same for me. I upload the example sketch, but only black screen in Core 2.</p>
<p dir="auto">OS: Mac Big Sur</p>
<pre><code class="language-#include">
// the setup routine runs once when M5Stack starts up
void setup(){

  // Initialize the M5Stack object
  M5.begin();

  /*
    Power chip connected to gpio21, gpio22, I2C device
    Set battery charging voltage and current
    If used battery, please call this function in your project
  */
  M5.Power.begin();
    
  // LCD display
  M5.Lcd.print("Hello World");
}

// the loop routine runs over and over again forever
void loop() {

}



Result debug:

esptool.py v3.0-dev
Serial port /dev/cu.usbserial-0203EDF5
Connecting....
Chip is ESP32-D0WDQ6-V3 (revision 3)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 84:cc:a8:61:90:50
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Auto-detected Flash size: 16MB
Compressed 8192 bytes to 47...
Writing at 0x0000e000... (100 %)
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 10848.4 kbit/s)...
Hash of data verified.
Flash params set to 0x024f
Compressed 17104 bytes to 11153...
Writing at 0x00001000... (100 %)
Wrote 17104 bytes (11153 compressed) at 0x00001000 in 0.2 seconds (effective 899.1 kbit/s)...
Hash of data verified.
Compressed 413360 bytes to 171576...
Writing at 0x00010000... (9 %)
Writing at 0x00014000... (18 %)
Writing at 0x00018000... (27 %)
Writing at 0x0001c000... (36 %)
Writing at 0x00020000... (45 %)
Writing at 0x00024000... (54 %)
Writing at 0x00028000... (63 %)
Writing at 0x0002c000... (72 %)
Writing at 0x00030000... (81 %)
Writing at 0x00034000... (90 %)
Writing at 0x00038000... (100 %)
Wrote 413360 bytes (171576 compressed) at 0x00010000 in 3.2 seconds (effective 1031.9 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 129...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (129 compressed) at 0x00008000 in 0.0 seconds (effective 3453.6 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...
</code></pre>
]]></description><link>https://community.m5stack.com/post/11722</link><guid isPermaLink="true">https://community.m5stack.com/post/11722</guid><dc:creator><![CDATA[TheAlphaGhost]]></dc:creator><pubDate>Mon, 11 Jan 2021 12:17:56 GMT</pubDate></item><item><title><![CDATA[Reply to New Core2 appears to not be working properly? on Wed, 30 Dec 2020 10:04:14 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> Hi, seems like a glitch, sorry about that! yes makes complete sense, I also don't fully understand what the cause but only <code>m5.begin()</code> should be used there is no need to use <code>Serial.begin()</code> as well. Thanks for your help Felix!</p>
]]></description><link>https://community.m5stack.com/post/11439</link><guid isPermaLink="true">https://community.m5stack.com/post/11439</guid><dc:creator><![CDATA[Zontex]]></dc:creator><pubDate>Wed, 30 Dec 2020 10:04:14 GMT</pubDate></item><item><title><![CDATA[Reply to New Core2 appears to not be working properly? on Wed, 30 Dec 2020 09:49:46 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/zontex" aria-label="Profile: Zontex">@<bdi>Zontex</bdi></a></p>
<p dir="auto">did you post the same text twice by accident? Or was that a glitch in the forum software?</p>
<p dir="auto">Anyhow, there is nothing wrong in GitHub examples regarding Serial.begin() - there is no need for a pull-request or fixing a software library or example.</p>
<p dir="auto">Everything's ok. (Only the personal example of <a class="plugin-mentions-user plugin-mentions-a" href="/user/hausbusde" aria-label="Profile: HausBusDe">@<bdi>HausBusDe</bdi></a> he posted is incorrect.)</p>
<p dir="auto">Nothing needs to be done.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11437</link><guid isPermaLink="true">https://community.m5stack.com/post/11437</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Wed, 30 Dec 2020 09:49:46 GMT</pubDate></item><item><title><![CDATA[Reply to New Core2 appears to not be working properly? on Wed, 30 Dec 2020 08:34:14 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> is the code that use Serial.begin() twice on github? would you mind sending pull request for a fix and I will approve it? or just point for the software library / example where the issue appears to be I will manually fix it.</p>
]]></description><link>https://community.m5stack.com/post/11429</link><guid isPermaLink="true">https://community.m5stack.com/post/11429</guid><dc:creator><![CDATA[Zontex]]></dc:creator><pubDate>Wed, 30 Dec 2020 08:34:14 GMT</pubDate></item><item><title><![CDATA[Reply to New Core2 appears to not be working properly? on Wed, 30 Dec 2020 07:52:50 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/zontex" aria-label="Profile: Zontex">@<bdi>Zontex</bdi></a></p>
<p dir="auto">no, the code using Serial.begin() twice is <strong>not</strong> on GitHub - I think it is simply code <a class="plugin-mentions-user plugin-mentions-a" href="/user/hausbusde" aria-label="Profile: HausBusDe">@<bdi>HausBusDe</bdi></a> put together himself and posted in the forum <a href="https://community.m5stack.com/topic/2662/core2-display-remains-black-for-a-certain-progamming-flow">here</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11427</link><guid isPermaLink="true">https://community.m5stack.com/post/11427</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Wed, 30 Dec 2020 07:52:50 GMT</pubDate></item><item><title><![CDATA[Reply to New Core2 appears to not be working properly? on Wed, 30 Dec 2020 06:58:38 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> is the code that use Serial.begin() twice on GitHub? would you mind sending a pull request for a fix and I will approve it? or just point for the software library/example where the issue appears to be I will manually fix it.</p>
]]></description><link>https://community.m5stack.com/post/11426</link><guid isPermaLink="true">https://community.m5stack.com/post/11426</guid><dc:creator><![CDATA[Zontex]]></dc:creator><pubDate>Wed, 30 Dec 2020 06:58:38 GMT</pubDate></item><item><title><![CDATA[Reply to New Core2 appears to not be working properly? on Mon, 28 Dec 2020 10:30:10 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/zontex" aria-label="Profile: Zontex">@<bdi>Zontex</bdi></a></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hausbusde" aria-label="Profile: HausBusDe">@<bdi>HausBusDe</bdi></a> posted the code <a href="https://community.m5stack.com/topic/2662/core2-display-remains-black-for-a-certain-progamming-flow">here</a>. The issue seems to be <code>Serial.begin()</code> which when called twice (once in the code and once through <code>M5.begin()</code>) causes that issue.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11403</link><guid isPermaLink="true">https://community.m5stack.com/post/11403</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 28 Dec 2020 10:30:10 GMT</pubDate></item><item><title><![CDATA[Reply to New Core2 appears to not be working properly? on Mon, 28 Dec 2020 10:15:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hausbusde" aria-label="Profile: hausbusde">@<bdi>hausbusde</bdi></a> could you please provide the code you've been trying to execute?</p>
]]></description><link>https://community.m5stack.com/post/11401</link><guid isPermaLink="true">https://community.m5stack.com/post/11401</guid><dc:creator><![CDATA[Zontex]]></dc:creator><pubDate>Mon, 28 Dec 2020 10:15:31 GMT</pubDate></item><item><title><![CDATA[Reply to New Core2 appears to not be working properly? on Sun, 27 Dec 2020 10:35:56 GMT]]></title><description><![CDATA[<p dir="auto">I have the same problem. The microcode of the Core2 seems to be very bugy</p>
]]></description><link>https://community.m5stack.com/post/11397</link><guid isPermaLink="true">https://community.m5stack.com/post/11397</guid><dc:creator><![CDATA[HausBusDe]]></dc:creator><pubDate>Sun, 27 Dec 2020 10:35:56 GMT</pubDate></item></channel></rss>