<?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[UIFlow V1.12.8 Atom Lite RTC read error]]></title><description><![CDATA[<p dir="auto">Using the block rtc read ["rtc_0" get rtc "seconds'] returns an error<br />
Desktop uiFlow V1.9.5 block rtc [in list] "rtc_0" get rtc [get # from end "0"] returns ok</p>
]]></description><link>https://community.m5stack.com/topic/5820/uiflow-v1-12-8-atom-lite-rtc-read-error</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 04:46:47 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5820.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 18 Nov 2023 04:53:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to UIFlow V1.12.8 Atom Lite RTC read error on Tue, 21 Nov 2023 08:46:41 GMT]]></title><description><![CDATA[<p dir="auto">@pandian-nano<br />
Hi Felix and Pandian<br />
I am sorry. I was using an old M5Burner.<br />
Flashing with the M5Burner V1.12.8 and using the Web UIFlow everythings is working<br />
Thank you for your help<br />
kind regards piet</p>
]]></description><link>https://community.m5stack.com/post/22840</link><guid isPermaLink="true">https://community.m5stack.com/post/22840</guid><dc:creator><![CDATA[Piet]]></dc:creator><pubDate>Tue, 21 Nov 2023 08:46:41 GMT</pubDate></item><item><title><![CDATA[Reply to UIFlow V1.12.8 Atom Lite RTC read error on Mon, 20 Nov 2023 02:26:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/piet" aria-label="Profile: piet">@<bdi>piet</bdi></a><br />
Do not use the desktop version uiflow firmware, it is discontinued, please use the new update firmware[v1.12.8] via the m5burner</p>
<p dir="auto"><img src="/assets/uploads/files/1700447132310-9777c014-8332-491c-8d07-c961836891a4-image-resized.png" alt="0_1700447132233_9777c014-8332-491c-8d07-c961836891a4-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/22824</link><guid isPermaLink="true">https://community.m5stack.com/post/22824</guid><dc:creator><![CDATA[pandian.nano]]></dc:creator><pubDate>Mon, 20 Nov 2023 02:26:20 GMT</pubDate></item><item><title><![CDATA[Reply to UIFlow V1.12.8 Atom Lite RTC read error on Sun, 19 Nov 2023 04:49:44 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/piet" aria-label="Profile: Piet">@<bdi>Piet</bdi></a></p>
<p dir="auto">not sure what's going on. I can read hours, minutes and seconds just fine. Below code runs without error for me.</p>
<pre><code>from m5stack import *
from m5ui import *
from uiflow import *
import unit

rtc_0 = unit.get(unit.RTC8563, unit.PORTA)

print(rtc_0.get_date_time(2))
print(rtc_0.get_date_time(1))
print(rtc_0.get_date_time(0))
</code></pre>
<p dir="auto">Which UIFlow firmware version is installed on your M5Atom Lite? I have UIFlow firmware v1.12.8 running on my M5Atom Lite.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/22812</link><guid isPermaLink="true">https://community.m5stack.com/post/22812</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 19 Nov 2023 04:49:44 GMT</pubDate></item><item><title><![CDATA[Reply to UIFlow V1.12.8 Atom Lite RTC read error on Sat, 18 Nov 2023 23:46:21 GMT]]></title><description><![CDATA[<p dir="auto">Hi Felix<br />
Thank you for replying...<br />
The following runs fine in the desktop IDE V1.9.5 and flashes the LED for the number of months so I know the rtc is set... n.b. not seconds in this example<br />
<img src="/assets/uploads/files/1700349502999-251fe05c-4f68-4435-87de-a42859f338a2-image-resized.png" alt="0_1700349502242_251fe05c-4f68-4435-87de-a42859f338a2-image.png" class=" img-fluid img-markdown" /><br />
Changing to the Web UIFlow all attemps of running the script with new read statement return an error.<br />
<img src="/assets/uploads/files/1700349862470-b1ed1c5e-4ff5-420f-9cf3-f18ef0d65d97-image-resized.png" alt="0_1700349861169_b1ed1c5e-4ff5-420f-9cf3-f18ef0d65d97-image.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1700349876078-02777762-32d9-4700-ab82-86fc5878a91e-image-resized.png" alt="0_1700349875957_02777762-32d9-4700-ab82-86fc5878a91e-image.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1700349897025-6f1d09c5-dfd3-4be1-9e1c-c6e8e428cc8e-image-resized.png" alt="0_1700349896911_6f1d09c5-dfd3-4be1-9e1c-c6e8e428cc8e-image.png" class=" img-fluid img-markdown" /><br />
I believe that the the atom and the rtc are working correctly.<br />
The new python code in the Web UIFlow is (rtc_0.get_date_time(2)) where as in the desktop UIFlow it is (rtc_0.get_date_time())[-3]</p>
]]></description><link>https://community.m5stack.com/post/22810</link><guid isPermaLink="true">https://community.m5stack.com/post/22810</guid><dc:creator><![CDATA[Piet]]></dc:creator><pubDate>Sat, 18 Nov 2023 23:46:21 GMT</pubDate></item><item><title><![CDATA[Reply to UIFlow V1.12.8 Atom Lite RTC read error on Sat, 18 Nov 2023 08:18:26 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/piet" aria-label="Profile: Piet">@<bdi>Piet</bdi></a></p>
<p dir="auto">hmm, the block ["rtc_0" get rtc "seconds"] works fine for me with RTC unit connected to port A.</p>
<p dir="auto">My M5Atom lite is running firmware UIFlow v1.12.8 and I used Web UIFlow to test.</p>
<pre><code>from m5stack import *
from m5ui import *
from uiflow import *
import unit

rtc_0 = unit.get(unit.RTC8563, unit.PORTA)
print(rtc_0.get_date_time(0))
</code></pre>
<p dir="auto">Did you verify the RTC unit is properly connected to port A?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/22802</link><guid isPermaLink="true">https://community.m5stack.com/post/22802</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 18 Nov 2023 08:18:26 GMT</pubDate></item></channel></rss>