<?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[recover m5 file from m5stack]]></title><description><![CDATA[<p dir="auto">Last year I made an m5 project, put it on my m5stack, and saved the file on my pc.<br />
2 months ago, my hard drive from my pc crashed, so I lost the m5 file I saved on it.<br />
Now I wanted to make some adjustments to my file, but I don't have the source file anymore.<br />
Is there any way to get the file from my m5stack to open in UIFlow, so I can make the changes and redownload it to my m5stack?</p>
]]></description><link>https://community.m5stack.com/topic/1733/recover-m5-file-from-m5stack</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 14:46:25 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1733.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 01 Mar 2020 11:28:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to recover m5 file from m5stack on Wed, 04 Mar 2020 17:12:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1">@m5stack</a> That worked! Thank you!</p>
]]></description><link>https://community.m5stack.com/post/7676</link><guid isPermaLink="true">https://community.m5stack.com/post/7676</guid><dc:creator><![CDATA[rebirth]]></dc:creator><pubDate>Wed, 04 Mar 2020 17:12:37 GMT</pubDate></item><item><title><![CDATA[Reply to recover m5 file from m5stack on Mon, 02 Mar 2020 08:39:14 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/Forum_reply/Reload_UIFlow_Program.jpg" alt="替代文字" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/7644</link><guid isPermaLink="true">https://community.m5stack.com/post/7644</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Mon, 02 Mar 2020 08:39:14 GMT</pubDate></item><item><title><![CDATA[Reply to recover m5 file from m5stack on Sun, 01 Mar 2020 14:27:25 GMT]]></title><description><![CDATA[<p dir="auto">Assuming you were running a recent version of uiFlow firmware on your device, another way is with <a href="https://learn.adafruit.com/micropython-basics-load-files-and-run-code/install-ampy" target="_blank" rel="noopener noreferrer nofollow ugc">ampy</a>.</p>
<pre><code>ampy --port=/dev/tty.SLAB_USBtoUART --baud=115200 ls /flash/blocks

ampy --port=/dev/tty.SLAB_USBtoUART --baud=115200 get /flash/blocks/{file}.m5f ~/Downloads/{file}.m5f
</code></pre>
<p dir="auto">Open the .m5f file into uiFlow.  Or you could also check the /flash/apps directory and obtain the .py files, but you will not be able to load that directly into uiFlow and edit the blocks.</p>
]]></description><link>https://community.m5stack.com/post/7635</link><guid isPermaLink="true">https://community.m5stack.com/post/7635</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Sun, 01 Mar 2020 14:27:25 GMT</pubDate></item><item><title><![CDATA[Reply to recover m5 file from m5stack on Sun, 01 Mar 2020 12:42:16 GMT]]></title><description><![CDATA[<p dir="auto">You can try to connect to m5 with vs code, browse filesytem, find and copy your code file to hard drive</p>
]]></description><link>https://community.m5stack.com/post/7634</link><guid isPermaLink="true">https://community.m5stack.com/post/7634</guid><dc:creator><![CDATA[Thrasher]]></dc:creator><pubDate>Sun, 01 Mar 2020 12:42:16 GMT</pubDate></item></channel></rss>