<?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[Battery follow up in UI Flow2]]></title><description><![CDATA[<p dir="auto">Hi there</p>
<p dir="auto">I am starting to experiment with Core S3 . I could not find the Power block available in UI Flow 1 that allows to follow battery remaining capacity, battery voltage and possibly battery current.<br />
The block should be under hardware but there is nothing like that to add.<br />
I am missing something or is this block just not yet implemented ?<br />
Thanks a lot for your comments</p>
<p dir="auto">csierra67</p>
]]></description><link>https://community.m5stack.com/topic/5724/battery-follow-up-in-ui-flow2</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 20:51:10 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5724.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 Oct 2023 13:28:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Battery follow up in UI Flow2 on Fri, 10 Nov 2023 08:18:33 GMT]]></title><description><![CDATA[<p dir="auto">This code will help :</p>
<pre><code> print(M5.Power.getBatteryLevel())
</code></pre>
]]></description><link>https://community.m5stack.com/post/22703</link><guid isPermaLink="true">https://community.m5stack.com/post/22703</guid><dc:creator><![CDATA[stjofr]]></dc:creator><pubDate>Fri, 10 Nov 2023 08:18:33 GMT</pubDate></item><item><title><![CDATA[Reply to Battery follow up in UI Flow2 on Fri, 10 Nov 2023 07:10:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/36189">@lbuque</a></p>
<p dir="auto">Thanks for the explanation. It is a pity, when the MCU runs on battery, there is no monitoring that would allow the user to take action when the battery comes close to the threshold value.</p>
]]></description><link>https://community.m5stack.com/post/22702</link><guid isPermaLink="true">https://community.m5stack.com/post/22702</guid><dc:creator><![CDATA[csierra67]]></dc:creator><pubDate>Fri, 10 Nov 2023 07:10:13 GMT</pubDate></item><item><title><![CDATA[Reply to Battery follow up in UI Flow2 on Fri, 10 Nov 2023 02:02:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/46480">@csierra67</a> Python's API, blockl does not yet exist.</p>
<pre><code class="language-python">import M5

# Battery percentage
M5.Power.getBatteryLevel()

# set Charge Current
M5.Power.setChargeCurrent()
</code></pre>
]]></description><link>https://community.m5stack.com/post/22700</link><guid isPermaLink="true">https://community.m5stack.com/post/22700</guid><dc:creator><![CDATA[lbuque]]></dc:creator><pubDate>Fri, 10 Nov 2023 02:02:16 GMT</pubDate></item><item><title><![CDATA[Reply to Battery follow up in UI Flow2 on Mon, 23 Oct 2023 08:58:26 GMT]]></title><description><![CDATA[<p dir="auto">After 157 views and No answer, I conclude that nobnody has an answer ;-)... Poor reactivity of this forum ;-(</p>
<p dir="auto">Core 2 being able to be programmed with UI Flow 1 and UI Flow 2 and as the battery follow up exists in UI Flow2, I conclude that it is missing for now in UI Flow2 and hopefully M5 stack will provide it.</p>
]]></description><link>https://community.m5stack.com/post/22557</link><guid isPermaLink="true">https://community.m5stack.com/post/22557</guid><dc:creator><![CDATA[csierra67]]></dc:creator><pubDate>Mon, 23 Oct 2023 08:58:26 GMT</pubDate></item><item><title><![CDATA[Reply to Battery follow up in UI Flow2 on Sun, 22 Oct 2023 12:11:38 GMT]]></title><description><![CDATA[<p dir="auto">I mean UIFlow <strong>2</strong></p>
]]></description><link>https://community.m5stack.com/post/22546</link><guid isPermaLink="true">https://community.m5stack.com/post/22546</guid><dc:creator><![CDATA[csierra67]]></dc:creator><pubDate>Sun, 22 Oct 2023 12:11:38 GMT</pubDate></item><item><title><![CDATA[Reply to Battery follow up in UI Flow2 on Sun, 22 Oct 2023 12:10:44 GMT]]></title><description><![CDATA[<p dir="auto">Thanks a lot, but as the title indicates is there a battery follow up of Core S3 in UI Flow ?</p>
]]></description><link>https://community.m5stack.com/post/22545</link><guid isPermaLink="true">https://community.m5stack.com/post/22545</guid><dc:creator><![CDATA[csierra67]]></dc:creator><pubDate>Sun, 22 Oct 2023 12:10:44 GMT</pubDate></item><item><title><![CDATA[Reply to Battery follow up in UI Flow2 on Sat, 21 Oct 2023 07:56:15 GMT]]></title><description><![CDATA[<p dir="auto">The S3 series is not compatible with UIFlow 1 due to the way it works.</p>
]]></description><link>https://community.m5stack.com/post/22528</link><guid isPermaLink="true">https://community.m5stack.com/post/22528</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 21 Oct 2023 07:56:15 GMT</pubDate></item></channel></rss>