<?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[Topics tagged with m5core2]]></title><description><![CDATA[A list of topics that have been tagged with m5core2]]></description><link>https://community.m5stack.com/tags/m5core2</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 09:53:38 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/tags/m5core2.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[How do I enter BOOT mode on M5Core2: Wrong boot mode detected (0x0)! The chip needs to be in download mode]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/443">@ajb2k3</a> said in <a href="/post/20427">How do I enter BOOT mode on M5Core2: Wrong boot mode detected (0x0)! The chip needs to be in download mode</a>:</p>
<blockquote>
<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/36793">@themusicman</a> This means that something else in OSX is access the USBport via a terminal preventing M5Burner from being able to access the port.</p>
<p dir="auto">Please make sure only M5Burner is running and that no other terminal software is running.</p>
</blockquote>
<p dir="auto">I tried on my MacBookPro (original issue was on iMac) with no other serial terminal software running, exactly the same issues unfortunately.  I have now returned the M5Core2 device back to thePiHut and am awaiting a replacement.</p>
<p dir="auto">Thanks for your support though <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/443">@ajb2k3</a> - it is much appreciated.</p>
]]></description><link>https://community.m5stack.com/topic/5149/how-do-i-enter-boot-mode-on-m5core2-wrong-boot-mode-detected-0x0-the-chip-needs-to-be-in-download-mode</link><guid isPermaLink="true">https://community.m5stack.com/topic/5149/how-do-i-enter-boot-mode-on-m5core2-wrong-boot-mode-detected-0x0-the-chip-needs-to-be-in-download-mode</guid><dc:creator><![CDATA[theMusicMan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How to resart the program]]></title><description><![CDATA[<p dir="auto">The command is: ESP.restart();</p>
]]></description><link>https://community.m5stack.com/topic/4067/how-to-resart-the-program</link><guid isPermaLink="true">https://community.m5stack.com/topic/4067/how-to-resart-the-program</guid><dc:creator><![CDATA[Carusa2]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[UHF RFID Unit (JRD4035) on M5Core2]]></title><description><![CDATA[<p dir="auto">Hello everyone<br />
Nobody with M5Core 2 and UHF RFID UNIT (JRD4035) running properly?<br />
Cheers.</p>
]]></description><link>https://community.m5stack.com/topic/3786/uhf-rfid-unit-jrd4035-on-m5core2</link><guid isPermaLink="true">https://community.m5stack.com/topic/3786/uhf-rfid-unit-jrd4035-on-m5core2</guid><dc:creator><![CDATA[Bat21]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Load and write blocks of 512 direct to sd card M5Core2]]></title><description><![CDATA[<p dir="auto">Is it possible to read/write blocks of 512 bytes direct to the sd card?<br />
This without using the M5Stack filesystem.<br />
I know with the SDFat.h library it is possible,  there are commands for readBlock(block,buffer) and writeBlock(block, buffer), and buffer is defined as<br />
byte buffer[512].<br />
But I get not compiled this library under my Core2.<br />
Appreciatie any help with this.</p>
<p dir="auto">Cheers,<br />
Jan</p>
]]></description><link>https://community.m5stack.com/topic/3288/load-and-write-blocks-of-512-direct-to-sd-card-m5core2</link><guid isPermaLink="true">https://community.m5stack.com/topic/3288/load-and-write-blocks-of-512-direct-to-sd-card-m5core2</guid><dc:creator><![CDATA[Powersoft]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Solution to make Button disappear]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/2953/core2-make-button-disappear">[Core2] make Button disappear</a><br />
Re: <a href="/topic/2953/core2-make-button-disappear">[Core2] make Button disappear</a></p>
<p dir="auto">I found the following solution, which works for me (extract only):</p>
<pre><code>Button* button1 = NULL;
// create button
if (button1) delete(button1);
button1 = new Button(0, 0, 158, 80, false);
// disable button
button1-&gt;delHandlers(_softButtonEvent);
// the following line is optional, does not change anything if button is deleted
// button1-&gt;erase(BLACK); // documentation in M5Button.h -&gt; line 716
delete(button1);

// that trick does it; other approaches did not work reliably
button1 = new Button(0, 0, 0, 0, false, ""); 
</code></pre>
]]></description><link>https://community.m5stack.com/topic/2971/solution-to-make-button-disappear</link><guid isPermaLink="true">https://community.m5stack.com/topic/2971/solution-to-make-button-disappear</guid><dc:creator><![CDATA[wa-berlin]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[[UIFlow] Add micropython libs for M5Stack Core, Core2]]></title><description><![CDATA[<p dir="auto">Hello, could be great to simply include/upload  libs already shared for micropython (eg putting in a /lib  path). It may expand a lot of capabilities (eg for HW ds18b20 or for SW Email sender etc).  Better if Blockly section of UIFlow could accept some changes applied to Python section (at least the values)</p>
]]></description><link>https://community.m5stack.com/topic/2699/uiflow-add-micropython-libs-for-m5stack-core-core2</link><guid isPermaLink="true">https://community.m5stack.com/topic/2699/uiflow-add-micropython-libs-for-m5stack-core-core2</guid><dc:creator><![CDATA[GLP]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How to use COM.X Sigfox with M5Stack and M5Core2]]></title><description><![CDATA[<p dir="auto">Hi <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4797">@takero</a> I've replied to you by email regarding this issue in order to conduct some extra tests :)</p>
]]></description><link>https://community.m5stack.com/topic/2644/how-to-use-com-x-sigfox-with-m5stack-and-m5core2</link><guid isPermaLink="true">https://community.m5stack.com/topic/2644/how-to-use-com-x-sigfox-with-m5stack-and-m5core2</guid><dc:creator><![CDATA[Zontex]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>