<?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 Core2 v1.3 -  Ouroboros-like power loop -]]></title><description><![CDATA[<p dir="auto">Hi all, I’m investigating a power management issue on the M5Stack Core2 (AXP192 + external SY7088 boost) and I’m looking for confirmation or a proper solution.</p>
<p dir="auto">🔧 System Architecture (as implemented)<br />
From schematic analysis and testing:</p>
<p dir="auto">AXP192 IPSOUT powers the system and the boost converter</p>
<pre><code>// VBUS ALWAYS INPUT ENABLED  
 writeAxpReg(0x30, 0x80);
</code></pre>
<p dir="auto">SY7088 generates 5V (when EXTEN = 1)<br />
SY7088 output is directly connected to VBUS<br />
VBUS is also connected back into the AXP192 as an input<br />
ACIN is the real USB 5V input</p>
<p dir="auto">So effectively:<br />
BAT → IPSOUT → SY7088 → VBUS → AXP192 → IPSOUT</p>
<p dir="auto">❗ Observed Problem<br />
When running on battery:</p>
<p dir="auto">-Enable 5V output (EXTEN = 1)<br />
-Disconnect USB cable<br />
-Immediately, battery current jumps to ~450 mA<br />
-System enters a self-sustained power loop</p>
<p dir="auto">🔍 Key Observations<br />
EXTEN is correctly set (verified via register dumps, Reg 0x12 bit 6)<br />
VBUS input is permanently enabled (Reg 0x30 = 0x80)<br />
Boost converter behaves normally<br />
Loop appears only when USB is disconnected</p>
<p dir="auto">💡 Root Cause<br />
SY7088 output is physically tied to VBUS<br />
AXP192 does not fully isolate VBUS internally<br />
The supposed N_VBUSEN mechanism does NOT break the electrical path</p>
<p dir="auto">🔥 As a result:<br />
BAT → boost → VBUS → AXP internal path → IPSOUT → boost...</p>
<p dir="auto">This leads to:<br />
continuous energy circulation<br />
high battery drain (~400 mA)<br />
no stable operating point</p>
<p dir="auto">❓ Question to the community<br />
Has anyone:</p>
<blockquote>
<ul>
<li>Observed this behavior on Core2 or similar AXP192 designs?</li>
<li><strong>Found a way to safely use 5V boost to power external accssories from battery without loop?</strong></li>
</ul>
</blockquote>
<p dir="auto">Thank you,<br />
Cheers,<br />
Adrian YO3HJV</p>
]]></description><link>https://community.m5stack.com/topic/8254/m5stack-core2-v1.3-ouroboros-like-power-loop</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 22:00:36 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/8254.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Jun 2026 20:09:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ⚠️ M5Stack Core2 v1.3 -  Ouroboros-like power loop - on Thu, 11 Jun 2026 20:49:50 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> Unfortunately, I can't find the AXP dump from that condition to double check but the current loop was there and was very annoying!<br />
Oh, I think I missed to specify that the charging current of the LiPo cell was limited from registers to 360mA!<br />
It was definetly a current loop but I solved it and this is what matters...<br />
VBUS must be set to OFF when EXTEN is Enable otherwise the AXP IPS will try to charge the battery from itself after the voltage is raised to 5V through SY7088!</p>
<p dir="auto">Cheers,<br />
Adrian</p>
]]></description><link>https://community.m5stack.com/post/31064</link><guid isPermaLink="true">https://community.m5stack.com/post/31064</guid><dc:creator><![CDATA[YO3HJV]]></dc:creator><pubDate>Thu, 11 Jun 2026 20:49:50 GMT</pubDate></item><item><title><![CDATA[Reply to ⚠️ M5Stack Core2 v1.3 -  Ouroboros-like power loop - on Thu, 11 Jun 2026 07:24:05 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/yo3hjv" aria-label="Profile: YO3HJV">@<bdi>YO3HJV</bdi></a></p>
<p dir="auto">yes, I measured the current from the battery with <a href="https://eevblog.store/products/ucurrent-gold-multimeter-adapter" target="_blank" rel="noopener noreferrer nofollow ugc">this mA-meter</a> and also used the AXP192 registers.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/31063</link><guid isPermaLink="true">https://community.m5stack.com/post/31063</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 11 Jun 2026 07:24:05 GMT</pubDate></item><item><title><![CDATA[Reply to ⚠️ M5Stack Core2 v1.3 -  Ouroboros-like power loop - on Thu, 11 Jun 2026 05:55:56 GMT]]></title><description><![CDATA[<p dir="auto">Did you actually measured the current from the battery with a mA-meter?<br />
I am working directly with the AXP192 registers, I tried something simple with UIFlow but was not to my taste...</p>
<p dir="auto">Here is the project:<br />
Video: <a href="https://www.youtube.com/watch?v=Goauv9xGJqY" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=Goauv9xGJqY</a></p>
<p dir="auto">Adrian</p>
]]></description><link>https://community.m5stack.com/post/31062</link><guid isPermaLink="true">https://community.m5stack.com/post/31062</guid><dc:creator><![CDATA[YO3HJV]]></dc:creator><pubDate>Thu, 11 Jun 2026 05:55:56 GMT</pubDate></item><item><title><![CDATA[Reply to ⚠️ M5Stack Core2 v1.3 -  Ouroboros-like power loop - on Wed, 10 Jun 2026 16:26:01 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/yo3hjv" aria-label="Profile: YO3HJV">@<bdi>YO3HJV</bdi></a></p>
<p dir="auto">glad to hear you figured it out.</p>
<p dir="auto">I was just setting up a test to see if I get this 400 mA power loop too with my M5Core2; but I do not.</p>
<p dir="auto">When I set input mode I see about 82 mA drawn from the battery. When I set output mode I see about 99 mA drawn from the battery. (Note: an LED is connected to the Grove port.)</p>
<p dir="auto">In case your still interested in my UIFlow2 test program. It's in UIFlow2 Project Zone called: <em>M5Core2_Input_Output_Test_UIFlow2.4.6</em></p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/31060</link><guid isPermaLink="true">https://community.m5stack.com/post/31060</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Wed, 10 Jun 2026 16:26:01 GMT</pubDate></item><item><title><![CDATA[Reply to ⚠️ M5Stack Core2 v1.3 -  Ouroboros-like power loop - on Tue, 09 Jun 2026 20:27:05 GMT]]></title><description><![CDATA[<p dir="auto">Finally, I solved it...<br />
No need for 5V output on 5V_BUS because it came from magnetic base charger.<br />
<strong>Therefore an interlock code was added:</strong><br />
<em>--When 5V from battery is needed for external acc., VBUS== OFF &amp; EXTEN==1;<br />
--When magnetic base charger (or external 5V is applied to Socket Power (J3) on Bottom2, VBUS == INPUT &amp; EXTEN==0.</em></p>
<p dir="auto">This way, the Bottom2 LED's and othe devices are powered with 5V in any situation.</p>
<p dir="auto">Cheers,<br />
Adrian</p>
]]></description><link>https://community.m5stack.com/post/31057</link><guid isPermaLink="true">https://community.m5stack.com/post/31057</guid><dc:creator><![CDATA[YO3HJV]]></dc:creator><pubDate>Tue, 09 Jun 2026 20:27:05 GMT</pubDate></item></channel></rss>