<?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[2 question while await my core 2, power and pinouts]]></title><description><![CDATA[<p dir="auto">Hi,<br />
after returning a faulty M5Stack grey I ordered an M5Stack core 2, it's due next week!</p>
<p dir="auto">I'm designing my own board for it and have the following questions:</p>
<ol>
<li>is the stackable header the same pinout on all of the core range?</li>
<li>I don't want or need the internal battery instead I need to power from 12v so if I add a power regulator do I connect it to the 5V pin on the header? or I could build it to provide 3.3V and connect it to that pin! so I guess my question is how best to externally power an M5Stack via the header?</li>
<li>lastly, if powered via the 5V header pin will it switch on and off with the power?</li>
</ol>
]]></description><link>https://community.m5stack.com/topic/2472/2-question-while-await-my-core-2-power-and-pinouts</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 06:21:33 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2472.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 15 Nov 2020 19:14:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 2 question while await my core 2, power and pinouts on Mon, 16 Nov 2020 21:17:26 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> Wow thank you for all the information</p>
]]></description><link>https://community.m5stack.com/post/10765</link><guid isPermaLink="true">https://community.m5stack.com/post/10765</guid><dc:creator><![CDATA[wadoadi]]></dc:creator><pubDate>Mon, 16 Nov 2020 21:17:26 GMT</pubDate></item><item><title><![CDATA[Reply to 2 question while await my core 2, power and pinouts on Mon, 16 Nov 2020 07:32:58 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/wadoadi" aria-label="Profile: wadoadi">@<bdi>wadoadi</bdi></a></p>
<ol>
<li>
<p dir="auto">No, the M5 Bus is slightly different for M5Core2. I've made a <a href="https://www.gwendesign.ch/kb/m5stack/m5core2/#m5core2-bus-and-gpios-compared-to-m5stack" target="_blank" rel="noopener noreferrer nofollow ugc">comparison sheet</a>.</p>
</li>
<li>
<p dir="auto">Yes, that is how I power one of my M5Core2 - via 5V pin.<br />
But you'll need to modify the M5Core2 library code as currently it turns off the 5V input shortly after boot. The function call in question is: <code>SetBusPowerMode(0);</code> - which needs to be modified to <code>SetBusPowerMode(1);</code>. You also need a fixed version of <code>SetBusPowerMode()</code>  - <a href="https://github.com/m5stack/M5Core2/pull/10" target="_blank" rel="noopener noreferrer nofollow ugc">see here</a>.<br />
I haven't tried, but I don't think powering from 3.3V is possible - according to the M5Core schematic there are multiple 3.3V power lines inside the M5Core2 and the one connected to the M5 Bus, <code>MCU_VDD</code>, only powers ESP32, flash, RAM, etc., but for instance not the LCD which is powered through <code>PERI_VDD</code>.</p>
</li>
<li>
<p dir="auto">Yes, but only if the battery has been removed.</p>
</li>
</ol>
<p dir="auto">Cheers<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/10756</link><guid isPermaLink="true">https://community.m5stack.com/post/10756</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 16 Nov 2020 07:32:58 GMT</pubDate></item></channel></rss>