<?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[M5StickC + Issue: Cannot execute program after download]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I'm trying to execute a program which works fine in "live" mode.<br />
Here is a proof:<br />
<a href="https://imgur.com/hnCO0Zj" target="_blank" rel="noopener noreferrer nofollow ugc">https://imgur.com/hnCO0Zj</a><br />
<img src="https://imgur.com/hnCO0Zj" alt="Program OK in live Mode" class=" img-fluid img-markdown" /></p>
<p dir="auto">When i click "Download" in UIFlow, program goes to the m5 however when i click on the "Play" it does not execute.<br />
Do you know what I'm doing wrong?<br />
<a href="https://imgur.com/RtO18y2" target="_blank" rel="noopener noreferrer nofollow ugc">https://imgur.com/RtO18y2</a><br />
<img src="https://imgur.com/RtO18y2" alt="Program Does Not Execute" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/topic/4377/m5stickc-issue-cannot-execute-program-after-download</link><generator>RSS for Node</generator><lastBuildDate>Wed, 06 May 2026 01:28:40 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4377.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Jun 2022 08:24:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5StickC + Issue: Cannot execute program after download on Mon, 20 Jun 2022 19:21:38 GMT]]></title><description><![CDATA[<p dir="auto">I have rename the program and retried and eventually it worked! thanks</p>
]]></description><link>https://community.m5stack.com/post/17772</link><guid isPermaLink="true">https://community.m5stack.com/post/17772</guid><dc:creator><![CDATA[candide]]></dc:creator><pubDate>Mon, 20 Jun 2022 19:21:38 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC + Issue: Cannot execute program after download on Mon, 20 Jun 2022 18:30:54 GMT]]></title><description><![CDATA[<p dir="auto">Sure, here you go. I'm using the NCIR hat</p>
<pre><code>from m5stack import *
from m5ui import *
from uiflow import *
import hat
import hat

setScreenColor(0x000000)

hat_ncir_0 = hat.get(hat.NCIR)

label1 = M5TextBox(93, 58, "Text", lcd.FONT_DejaVu56, 0xFFFFFF, rotate=90)
title0 = M5Title(title="Title", x=30, fgcolor=0xFFFFFF, bgcolor=0x0000FF)

while True:
  title0.setTitle('Pool Temp')
  label1.setText(str(hat_ncir_0.temperature))
  wait_ms(2)
</code></pre>
]]></description><link>https://community.m5stack.com/post/17771</link><guid isPermaLink="true">https://community.m5stack.com/post/17771</guid><dc:creator><![CDATA[candide]]></dc:creator><pubDate>Mon, 20 Jun 2022 18:30:54 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC + Issue: Cannot execute program after download on Mon, 20 Jun 2022 10:54:55 GMT]]></title><description><![CDATA[<p dir="auto">We need to see your source code in order to help</p>
]]></description><link>https://community.m5stack.com/post/17767</link><guid isPermaLink="true">https://community.m5stack.com/post/17767</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Mon, 20 Jun 2022 10:54:55 GMT</pubDate></item></channel></rss>