<?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[&quot;get Battery Level&quot; issue]]></title><description><![CDATA[<p dir="auto">Hi, I am using the 24bit HX711 connected on port A to measure the weight from sensor. All works, but when call the "get Battery level" , the measurement show nonsense number and stop working. Any idea ?</p>
<p dir="auto">Device: M5Stack core<br />
firmware: v1.8.3 (via M5Burner)<br />
UIFlow: v1.8.3</p>
]]></description><link>https://community.m5stack.com/topic/3562/get-battery-level-issue</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 22:21:12 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3562.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 04 Sep 2021 15:37:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;get Battery Level&quot; issue on Mon, 13 Sep 2021 13:18:50 GMT]]></title><description><![CDATA[<p dir="auto">When using the MQTT the simmilar problem occure. The weight value sometimes shows nonsense number.</p>
]]></description><link>https://community.m5stack.com/post/14870</link><guid isPermaLink="true">https://community.m5stack.com/post/14870</guid><dc:creator><![CDATA[rbarsa]]></dc:creator><pubDate>Mon, 13 Sep 2021 13:18:50 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;get Battery Level&quot; issue on Tue, 07 Sep 2021 12:14:51 GMT]]></title><description><![CDATA[<p dir="auto">from m5stack import *<br />
from m5ui import *<br />
from uiflow import *<br />
import unit</p>
<p dir="auto">setScreenColor(0x222222)<br />
weigh_1 = unit.get(unit.WEIGHT, unit.PORTA)</p>
<p dir="auto">proc = M5TextBox(90, 46, "proc", lcd.FONT_DejaVu40, 0xFFFFFF, rotate=0)<br />
gram = M5TextBox(128, 125, "gram", lcd.FONT_DejaVu40, 0xFFFFFF, rotate=0)<br />
label2 = M5TextBox(0, 46, "Bat:", lcd.FONT_DejaVu40, 0xFFFFFF, rotate=0)<br />
label3 = M5TextBox(0, 125, "Wght:", lcd.FONT_DejaVu40, 0xFFFFFF, rotate=0)</p>
<p dir="auto">weigh_1.zero()<br />
while True:<br />
gram.setText(str(weigh_1.weight))<br />
proc.setText(str(power.getBatteryLevel()))<br />
wait_ms(2)</p>
]]></description><link>https://community.m5stack.com/post/14824</link><guid isPermaLink="true">https://community.m5stack.com/post/14824</guid><dc:creator><![CDATA[rbarsa]]></dc:creator><pubDate>Tue, 07 Sep 2021 12:14:51 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;get Battery Level&quot; issue on Mon, 06 Sep 2021 02:34:02 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/rbarsa" aria-label="Profile: rbarsa">@<bdi>rbarsa</bdi></a> ,<br />
Could you paste your block code picture?</p>
]]></description><link>https://community.m5stack.com/post/14811</link><guid isPermaLink="true">https://community.m5stack.com/post/14811</guid><dc:creator><![CDATA[IAMLIUBO]]></dc:creator><pubDate>Mon, 06 Sep 2021 02:34:02 GMT</pubDate></item></channel></rss>