<?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[M5StickC : how to switch 5V out off?]]></title><description><![CDATA[<p dir="auto">Dear all,<br />
Is it possible in the software to switch off the 5Volt output on the external pin on the M5Stick? I need that to reset my SIM7080 module.<br />
Thanks</p>
]]></description><link>https://community.m5stack.com/topic/5110/m5stickc-how-to-switch-5v-out-off</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 11:31:44 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5110.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Mar 2023 08:34:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5StickC : how to switch 5V out off? on Tue, 18 Jun 2024 09:23:28 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> I draw schematic above from my exemplar. Obviously it's too old.<br />
IC is SOT-23-5 and its marking corresond with MP1541 datasheet.</p>
<p dir="auto">The root of the evil is M5STACK's absolutely lackadaisical documentation for all the products.</p>
]]></description><link>https://community.m5stack.com/post/25591</link><guid isPermaLink="true">https://community.m5stack.com/post/25591</guid><dc:creator><![CDATA[Kabron]]></dc:creator><pubDate>Tue, 18 Jun 2024 09:23:28 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC : how to switch 5V out off? on Mon, 17 Jun 2024 13:54:56 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/kabron" aria-label="Profile: Kabron">@<bdi>Kabron</bdi></a></p>
<p dir="auto">I beg to differ. At least between my M5StickCPlus and M5StickC the DC/DC boost circuit and IC look suspiciously identical.</p>
<p dir="auto"><img src="/assets/uploads/files/1718632424305-m5stickcplusvsm5stickc_240617.png" alt="M5StickCPlusVsM5StickC_240617.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">on the left: M5StickCPlus; on the right: M5StickC</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/25578</link><guid isPermaLink="true">https://community.m5stack.com/post/25578</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 17 Jun 2024 13:54:56 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC : how to switch 5V out off? on Mon, 17 Jun 2024 11:46:32 GMT]]></title><description><![CDATA[<p dir="auto">Definitelly, M5SticC and M5SticC Plus have different schematics. DC-Boost in M5SticC Plus is sgm6603-5.</p>
]]></description><link>https://community.m5stack.com/post/25577</link><guid isPermaLink="true">https://community.m5stack.com/post/25577</guid><dc:creator><![CDATA[Kabron]]></dc:creator><pubDate>Mon, 17 Jun 2024 11:46:32 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC : how to switch 5V out off? on Mon, 17 Jun 2024 09:21:50 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/kabron" aria-label="Profile: Kabron">@<bdi>Kabron</bdi></a></p>
<p dir="auto">I start to think that maybe the DC/DC IC has been changed over time in the M5StickC. The DC/DC IC in mine is marked SCAJF and the externally connected components look suspiciously like the 5VOUT_BOOST in the M5StickC<strong>Plus</strong> <a href="https://docs.m5stack.com/en/core/m5stickc_plus?id=schematic" target="_blank" rel="noopener noreferrer nofollow ugc">schematic</a>.</p>
<p dir="auto">This would at least explain the different results regarding on/off capability.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/25576</link><guid isPermaLink="true">https://community.m5stack.com/post/25576</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 17 Jun 2024 09:21:50 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC : how to switch 5V out off? on Mon, 17 Jun 2024 07:43:32 GMT]]></title><description><![CDATA[<p dir="auto">So, according to schematic switching off 5V is fundamentally impossible. IPSOUT via L1 and D3 allways present at output.</p>
<p dir="auto"><img src="/assets/uploads/files/1718610134869-dcboost.jpg" alt="DCBoost.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/25574</link><guid isPermaLink="true">https://community.m5stack.com/post/25574</guid><dc:creator><![CDATA[Kabron]]></dc:creator><pubDate>Mon, 17 Jun 2024 07:43:32 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC : how to switch 5V out off? on Mon, 17 Jun 2024 06:15:10 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> I tested it:<br />
void AXP192::SetPeripherialsPower(uint8_t state) {<br />
if (!state){<br />
Write1Byte(0x10, Read8bit(0x10) &amp; 0XFB);<br />
Write1Byte(0x12, Read8bit(0x12) &amp; 0XBF);<br />
}<br />
else if (state) {<br />
Write1Byte(0x10, Read8bit(0x10) | 0X04);<br />
Write1Byte(0x12, Read8bit(0x12) | 0X40);<br />
}</p>
<p dir="auto">EXT_BOOST_EN  controlled correctly, DC-Boost stops generating, but bypassed input Vbatt to 5V output.</p>
<p dir="auto">What an idiot designed this part of schematic?</p>
<p dir="auto">I could not identify DC-Boost IC(Sot-23-5 marked IB3KB)/</p>
]]></description><link>https://community.m5stack.com/post/25572</link><guid isPermaLink="true">https://community.m5stack.com/post/25572</guid><dc:creator><![CDATA[Kabron]]></dc:creator><pubDate>Mon, 17 Jun 2024 06:15:10 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC : how to switch 5V out off? on Sun, 16 Jun 2024 16:10:56 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/kabron" aria-label="Profile: Kabron">@<bdi>Kabron</bdi></a></p>
<p dir="auto">hmm, I've tested with an M5StickC (not Plus, not Plus2) powered by USB-C (or battery) and an LED attached to the Groove port.</p>
<p dir="auto">I agree, EXT_BOOST_EN needs to be turned on, which is exactly what the function I pointed out does. It sets bit 2 of register 0x10 of the AXP. See <a href="https://github.com/m5stack/M5StickC/blob/master/src/AXP192.cpp#L608" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>. And <a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/AXP192_datasheet_cn.pdf" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> - page 34.</p>
<p dir="auto">Edit: I just remembered, I think there was a similar discussion a couple of years ago. EXTEN actually seems to exist in two places. Bit 2 in register 0x10 and bit 6 in register 0x12.</p>
<p dir="auto">Maybe try to manipulate bit 6 in register 0x12 to see if that works for you?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/25570</link><guid isPermaLink="true">https://community.m5stack.com/post/25570</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 16 Jun 2024 16:10:56 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC : how to switch 5V out off? on Sun, 16 Jun 2024 13:08: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> It only switched 5V to Vbatt<br />
I see the only way to reconnect EXT_BOOST_EN of the BOOST converter to VESP_3V3.</p>
]]></description><link>https://community.m5stack.com/post/25569</link><guid isPermaLink="true">https://community.m5stack.com/post/25569</guid><dc:creator><![CDATA[Kabron]]></dc:creator><pubDate>Sun, 16 Jun 2024 13:08:38 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC : how to switch 5V out off? on Sun, 16 Jun 2024 12:26:31 GMT]]></title><description><![CDATA[<p dir="auto">I tested it - does not work at all</p>
]]></description><link>https://community.m5stack.com/post/25568</link><guid isPermaLink="true">https://community.m5stack.com/post/25568</guid><dc:creator><![CDATA[Kabron]]></dc:creator><pubDate>Sun, 16 Jun 2024 12:26:31 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC : how to switch 5V out off? on Sat, 15 Jun 2024 19:38:35 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/happyuser" aria-label="Profile: HappyUser">@<bdi>HappyUser</bdi></a></p>
<p dir="auto">you can use this function to control the output of 5 V out (and Groove port):</p>
<pre><code>M5.Axp.SetPeripherialsPower(true or false);
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/25564</link><guid isPermaLink="true">https://community.m5stack.com/post/25564</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 15 Jun 2024 19:38:35 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC : how to switch 5V out off? on Sat, 15 Jun 2024 13:45:45 GMT]]></title><description><![CDATA[<p dir="auto">Join the question<br />
Obviously EXT_VDD is enabled via EXT_BOOST_EN pin of the AXP192, so it must be a way to control it.</p>
]]></description><link>https://community.m5stack.com/post/25562</link><guid isPermaLink="true">https://community.m5stack.com/post/25562</guid><dc:creator><![CDATA[Kabron]]></dc:creator><pubDate>Sat, 15 Jun 2024 13:45:45 GMT</pubDate></item></channel></rss>