<?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[Bug report: UIFlow 2.0 can&#x27;t save projects for Nano C6]]></title><description><![CDATA[<p dir="auto">Hi! i've been trying to program and save project for my recently bought NanoC6, and it seems to be work fine, but when i'm trying to save it to the cloud - all blocks disappears when i'm trying to get back to project on other day :"(<br />
But strangely i can see blocks on the preview...</p>
<p dir="auto">It was flashed with UiFLow official software to be seamlessly connected to web code designer<br />
Order date: Aug 20, 2025 , but arrival was later due to the company announced holidays</p>
<p dir="auto">Version of UIFlow: 2.3.7</p>
<p dir="auto">Steps to re-production: any code or blocks placed on the field is not saving, but on preview it shows</p>
<p dir="auto">Example code:<br />
i hope it could be helpful since it is in the rules of bug report posting</p>
<p dir="auto">import os, sys, io<br />
import M5<br />
from M5 import *<br />
import network<br />
from hardware import I2C<br />
from hardware import Pin<br />
from unit import MiniOLEDUnit<br />
import time</p>
<p dir="auto">wifi_status = None<br />
Hr = None<br />
Min = None<br />
Sec = None<br />
Hr_line = None<br />
Min_line = None<br />
Sec_line = None<br />
wlan = None<br />
i2c0 = None<br />
minioled_0 = None</p>
<p dir="auto">Hour = None<br />
Minute = None<br />
Second = None<br />
tuple0 = None</p>
<p dir="auto">def setup():<br />
global wifi_status, Hr, Min, Sec, Hr_line, Min_line, Sec_line, wlan, i2c0, minioled_0, Hour, Minute, Second, tuple0</p>
<p dir="auto">M5.begin()<br />
M5.Lcd.setBrightness(100)<br />
wlan = network.WLAN(network.STA_IF)<br />
i2c0 = I2C(0, scl=Pin(1), sda=Pin(2), freq=100000)<br />
minioled_0 = MiniOLEDUnit(i2c0, 0x3c)<br />
Widgets.fillScreen(0x000000, minioled_0)<br />
wifi_status = Widgets.Label("wifi", 13, 0, 1.0, 0xffffff, 0x222222, Widgets.FONTS.DejaVu9, minioled_0)<br />
Hr = Widgets.Label("HR", 0, 10, 1.0, 0xffffff, 0x222222, Widgets.FONTS.DejaVu9, minioled_0)<br />
Min = Widgets.Label("Min", 0, 20, 1.0, 0xffffff, 0x222222, Widgets.FONTS.DejaVu9, minioled_0)<br />
Sec = Widgets.Label("Sec", 0, 29, 1.0, 0xffffff, 0x222222, Widgets.FONTS.DejaVu9, minioled_0)<br />
Hr_line = Widgets.Label("Hours", 21, 10, 1.0, 0xffffff, 0x222222, Widgets.FONTS.DejaVu9, minioled_0)<br />
Min_line = Widgets.Label("Minutes", 21, 20, 1.0, 0xffffff, 0x222222, Widgets.FONTS.DejaVu9, minioled_0)<br />
Sec_line = Widgets.Label("Seconds", 21, 29, 1.0, 0xffffff, 0x222222, Widgets.FONTS.DejaVu9, minioled_0)<br />
time.timezone('GMT+3')<br />
wlan.connect('SSID_NAME', 'PASSWORD')<br />
tuple0 = time.localtime()<br />
Hour = tuple0[3]<br />
Minute = tuple0[4]<br />
Second = tuple0[5]</p>
<p dir="auto">def loop():<br />
global wifi_status, Hr, Min, Sec, Hr_line, Min_line, Sec_line, wlan, i2c0, minioled_0, Hour, Minute, Second, tuple0<br />
M5.update()<br />
if wlan.isconnected():<br />
wifi_status.setText(str('Wifi OK'))<br />
if not (wlan.isconnected()):<br />
wifi_status.setText(str('Wifi NO'))<br />
tuple0 = time.localtime()<br />
Hour = tuple0[3]<br />
Minute = tuple0[4]<br />
Second = tuple0[5]<br />
Hr.setText(str(Hour))<br />
Min.setText(str(Minute))<br />
Sec.setText(str(Second))<br />
while not (BtnA.wasSingleClicked()):<br />
M5.Lcd.setBrightness(0)<br />
break<br />
while BtnA.wasClicked():<br />
M5.Lcd.setBrightness(100)<br />
time.sleep(5)<br />
break</p>
<p dir="auto">if <strong>name</strong> == '<strong>main</strong>':<br />
try:<br />
setup()<br />
while True:<br />
loop()<br />
except (Exception, KeyboardInterrupt) as e:<br />
try:<br />
from utility import print_error_msg<br />
print_error_msg(e)<br />
except ImportError:<br />
print("please update to latest firmware")</p>
]]></description><link>https://community.m5stack.com/topic/7864/bug-report-uiflow-2-0-can-t-save-projects-for-nano-c6</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 17:15:10 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7864.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Oct 2025 02:40:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bug report: UIFlow 2.0 can&#x27;t save projects for Nano C6 on Wed, 29 Oct 2025 02:13:16 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/physalice" aria-label="Profile: Physalice">@<bdi>Physalice</bdi></a><br />
This issue seems to be related to any unit with a screen. Anyway, we have fixed it!</p>
]]></description><link>https://community.m5stack.com/post/30098</link><guid isPermaLink="true">https://community.m5stack.com/post/30098</guid><dc:creator><![CDATA[kuriko]]></dc:creator><pubDate>Wed, 29 Oct 2025 02:13:16 GMT</pubDate></item><item><title><![CDATA[Reply to Bug report: UIFlow 2.0 can&#x27;t save projects for Nano C6 on Wed, 29 Oct 2025 01:01:16 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/physalice" aria-label="Profile: Physalice">@<bdi>Physalice</bdi></a></p>
<p dir="auto">this is strange indeed. Unfortunately I have no idea why this only happens when using M5NanoC6, sorry.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/30097</link><guid isPermaLink="true">https://community.m5stack.com/post/30097</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Wed, 29 Oct 2025 01:01:16 GMT</pubDate></item><item><title><![CDATA[Reply to Bug report: UIFlow 2.0 can&#x27;t save projects for Nano C6 on Mon, 27 Oct 2025 22:22:22 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> Hmm... i can see it and import as well. why then i can't do it with my own stuff - is still mystery for me...</p>
<p dir="auto">I've been logged in in my account for whole time, but every time i do something and wanted get back to it on the other day - whole space is blank.</p>
<p dir="auto">This exact issue does not occuring if i trying do the same stuff but with CardPuter v1.1. it just loads with zero problems</p>
]]></description><link>https://community.m5stack.com/post/30092</link><guid isPermaLink="true">https://community.m5stack.com/post/30092</guid><dc:creator><![CDATA[Physalice]]></dc:creator><pubDate>Mon, 27 Oct 2025 22:22:22 GMT</pubDate></item><item><title><![CDATA[Reply to Bug report: UIFlow 2.0 can&#x27;t save projects for Nano C6 on Mon, 27 Oct 2025 10:39:53 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/physalice" aria-label="Profile: Physalice">@<bdi>Physalice</bdi></a></p>
<p dir="auto">hmm, works for me. Make sure you are logged into your account before attempting to save your work into the cloud.</p>
<p dir="auto">I created a small test - you could try to see if that loads the blocks for you. You can find it in the Project Zone called: <em>M5NanoC6_RGB_LED_Blink_Test_UIFlow2.3.7</em></p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/30091</link><guid isPermaLink="true">https://community.m5stack.com/post/30091</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 27 Oct 2025 10:39:53 GMT</pubDate></item></channel></rss>