<?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[Core2 V1.1 cannot control power LED]]></title><description><![CDATA[<p dir="auto">I have now new Core2 V1.1. The power LED lights now blue (instead green), but the control with power.setPowerLED(True) or power.setPowerLED(False) is no more possible. What is the right control command?</p>
]]></description><link>https://community.m5stack.com/topic/6637/core2-v1-1-cannot-control-power-led</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 04:17:05 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6637.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 Jul 2024 18:43:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Core2 V1.1 cannot control power LED on Thu, 17 Oct 2024 18:44:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matthimarschi" aria-label="Profile: matthiMarschi">@<bdi>matthiMarschi</bdi></a> This one worked fine for me: M5.Axp.SetLed(0);</p>
]]></description><link>https://community.m5stack.com/post/26764</link><guid isPermaLink="true">https://community.m5stack.com/post/26764</guid><dc:creator><![CDATA[HolgerRauls]]></dc:creator><pubDate>Thu, 17 Oct 2024 18:44:54 GMT</pubDate></item><item><title><![CDATA[Reply to Core2 V1.1 cannot control power LED on Wed, 28 Aug 2024 05:57:14 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> thanx a lot! I use UiFlow1.1 and an example for LED control in python is here:</p>
<p dir="auto">from m5stack import *<br />
from m5stack_ui import *<br />
from uiflow import *<br />
import i2c_bus<br />
import time</p>
<p dir="auto">screen = M5Screen()<br />
screen.clean_screen()<br />
screen.set_screen_bg_color(0xFFFFFF)</p>
<p dir="auto">i2c0 = i2c_bus.easyI2C((21, 22), 0x00, freq=400000)<br />
i2c0.addr=(0x34)<br />
while True:<br />
i2c0.write_u8(0x69, 0x05)<br />
wait(1)<br />
i2c0.write_u8(0x69, 0x35)<br />
wait(1)</p>
]]></description><link>https://community.m5stack.com/post/26252</link><guid isPermaLink="true">https://community.m5stack.com/post/26252</guid><dc:creator><![CDATA[matthiMarschi]]></dc:creator><pubDate>Wed, 28 Aug 2024 05:57:14 GMT</pubDate></item><item><title><![CDATA[Reply to Core2 V1.1 cannot control power LED on Sun, 04 Aug 2024 05:32:26 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/matthimarschi" aria-label="Profile: matthiMarschi">@<bdi>matthiMarschi</bdi></a></p>
<p dir="auto">the blue LED by default indicates the battery charger state. If you want to control it, you'll need to set the mode to manual. See example <a href="https://github.com/felmue/MyM5StackExamples/blob/main/M5Core2v1.1/BlueLEDTest/BlueLEDTest.ino" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">Note: PR create <a href="https://github.com/m5stack/M5Unified/pull/120" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/25987</link><guid isPermaLink="true">https://community.m5stack.com/post/25987</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 04 Aug 2024 05:32:26 GMT</pubDate></item><item><title><![CDATA[Reply to Core2 V1.1 cannot control power LED on Fri, 02 Aug 2024 10:50:05 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/matthimarschi" aria-label="Profile: matthiMarschi">@<bdi>matthiMarschi</bdi></a></p>
<p dir="auto">you can find it <a href="https://docs.m5stack.com/en/core/Core2%20v1.1?id=schematic" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/25974</link><guid isPermaLink="true">https://community.m5stack.com/post/25974</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 02 Aug 2024 10:50:05 GMT</pubDate></item><item><title><![CDATA[Reply to Core2 V1.1 cannot control power LED on Fri, 02 Aug 2024 09:50:32 GMT]]></title><description><![CDATA[<p dir="auto">Has anybody the schematics to the Core2 V1.1?</p>
]]></description><link>https://community.m5stack.com/post/25973</link><guid isPermaLink="true">https://community.m5stack.com/post/25973</guid><dc:creator><![CDATA[matthiMarschi]]></dc:creator><pubDate>Fri, 02 Aug 2024 09:50:32 GMT</pubDate></item></channel></rss>