<?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[Core S3 and DMX Module power problem [SOLVED]]]></title><description><![CDATA[<p dir="auto">If I use the power jack on DMX with a 12V power supply the S3 LCD is flashing without boot.<br />
Any suggest?</p>
]]></description><link>https://community.m5stack.com/topic/5718/core-s3-and-dmx-module-power-problem-solved</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 11:36:31 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5718.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Oct 2023 22:30:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Core S3 and DMX Module power problem [SOLVED] on Fri, 20 Oct 2023 01:05:48 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a>, that was the problem.<br />
Solved</p>
]]></description><link>https://community.m5stack.com/post/22509</link><guid isPermaLink="true">https://community.m5stack.com/post/22509</guid><dc:creator><![CDATA[Telmo]]></dc:creator><pubDate>Fri, 20 Oct 2023 01:05:48 GMT</pubDate></item><item><title><![CDATA[Reply to Core S3 and DMX Module power problem [SOLVED] on Thu, 19 Oct 2023 10:17:12 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/telmo" aria-label="Profile: Telmo">@<bdi>Telmo</bdi></a></p>
<p dir="auto">your M5CoreS3 probably is running firmware with sets the 5 V as an output as soon as it starts to run, causing it to reboot again and again.</p>
<p dir="auto">You can try to add below line after <code>M5.begin();</code> to make sure 5 V is set an input.</p>
<pre><code>  M5.Axp.powerModeSet(POWER_MODE_USB_IN_BUS_IN);
</code></pre>
<p dir="auto">Can you share the code your are running?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/22499</link><guid isPermaLink="true">https://community.m5stack.com/post/22499</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 19 Oct 2023 10:17:12 GMT</pubDate></item></channel></rss>