<?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 does not start with 5V pin of M-BUS]]></title><description><![CDATA[<p dir="auto">M5Stack does not start with 5V pin of M-BUS</p>
<p dir="auto">I want to use the 5V pin of M-BUS to run m5stack. Because I want to use it on the PCB.</p>
<p dir="auto">At first, the m5 was running on the PCB.<br />
I had to remove and install the m5stack on the PCB several times.</p>
<p dir="auto">I was just using the same program and suddenly it stopped running.</p>
<p dir="auto">I thought that the m5stack was broken. However, with USB power supply, m5stack started.</p>
<p dir="auto">I thought that one part of AXP192 was broken, but I could not determine it.</p>
<p dir="auto">If anyone is using m5stack with power from 5Vpin, please let me know about this.</p>
]]></description><link>https://community.m5stack.com/topic/3701/m5stack-does-not-start-with-5v-pin-of-m-bus</link><generator>RSS for Node</generator><lastBuildDate>Thu, 07 May 2026 23:38:46 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3701.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Nov 2021 06:53:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Stack does not start with 5V pin of M-BUS on Thu, 11 Nov 2021 08:13:20 GMT]]></title><description><![CDATA[<p dir="auto">I set it up based on what you said and it works.</p>
<p dir="auto">I noticed later that m5-docs had the same thing.<br />
I'm glad you explained it in detail. Thanks.</p>
]]></description><link>https://community.m5stack.com/post/15429</link><guid isPermaLink="true">https://community.m5stack.com/post/15429</guid><dc:creator><![CDATA[rin9147]]></dc:creator><pubDate>Thu, 11 Nov 2021 08:13:20 GMT</pubDate></item><item><title><![CDATA[Reply to M5Stack does not start with 5V pin of M-BUS on Mon, 01 Nov 2021 09:34:40 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/rin9147" aria-label="Profile: rin9147">@<bdi>rin9147</bdi></a></p>
<p dir="auto">when power is applied (either through USB or 5 V on M-BUS) the M5Core2 powers up and starts to run the program. When the <code>M5.begin()</code> command is executed by default the 5 V on M-BUS is switched from an input to be an output. That is the reason that by default M5Core2 runs from USB but keeps restarting when powered by 5 V on M-BUS.</p>
<p dir="auto">If you want to power the M5Core2 through 5 V on M-BUS you need to modify the last parameter of <code>M5.begin()</code> from <code>kMBusModeOutput</code> to <code> kMBusModeInput</code> to avoid the switch.</p>
<p dir="auto">Note: M5Stack (Fire, Base, Gray) have different hardware than M5Core2 and do not need to switch between input and output.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15326</link><guid isPermaLink="true">https://community.m5stack.com/post/15326</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 01 Nov 2021 09:34:40 GMT</pubDate></item></channel></rss>