<?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[Core2 v1.1 wont run from mbus 5V]]></title><description><![CDATA[<p dir="auto">I like to power the Core2 from an RS232 base module via the MBus 5V pin. This should work by switching the MBus to Input mode as shown below. However, it seems to remain in output mode and the Core2 keeps restarting i.e. the screen flashes up about once per sec. If powered via USB the device comes up normal.</p>
<p dir="auto">Thanks for any advice!<br />
Holger</p>
<pre><code>#include &lt;M5Core2.h&gt;

void setup()
{
  M5.begin(true, false, false, false, kMBusModeInput, false); 
  M5.Lcd.print("M5Core2 started");
}

void loop() 
{
}
</code></pre>
]]></description><link>https://community.m5stack.com/topic/6904/core2-v1-1-wont-run-from-mbus-5v</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 06:07:30 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6904.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 17 Oct 2024 20:21:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Core2 v1.1 wont run from mbus 5V on Thu, 17 Oct 2024 21:06:58 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/holgerrauls" aria-label="Profile: HolgerRauls">@<bdi>HolgerRauls</bdi></a></p>
<p dir="auto">unfortunately M5Core2 v1.1 isn't fully supported in <code>M5Core2</code> library. See <a href="https://github.com/m5stack/M5Core2/blob/master/src/AXP.cpp#L501" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">Consider switching to <code>M5Unified</code> <a href="https://github.com/m5stack/M5Unified" target="_blank" rel="noopener noreferrer nofollow ugc">library</a> which supports M5Core2 v1.1 to run from MBus 5V.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/26767</link><guid isPermaLink="true">https://community.m5stack.com/post/26767</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 17 Oct 2024 21:06:58 GMT</pubDate></item></channel></rss>