🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    M5StickC + Issue: Cannot execute program after download

    General
    2
    4
    4.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      candide
      last edited by candide

      Hello,
      I'm trying to execute a program which works fine in "live" mode.
      Here is a proof:
      https://imgur.com/hnCO0Zj
      Program OK in live Mode

      When i click "Download" in UIFlow, program goes to the m5 however when i click on the "Play" it does not execute.
      Do you know what I'm doing wrong?
      https://imgur.com/RtO18y2
      Program Does Not Execute

      1 Reply Last reply Reply Quote 0
      • ajb2k3A
        ajb2k3
        last edited by

        We need to see your source code in order to help

        UIFlow, so easy an adult can learn it!
        If I don't know it, be patient!
        I've ether not learned it or am too drunk to remember it!
        Author of the WIP UIFlow Handbook!
        M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

        1 Reply Last reply Reply Quote 0
        • C
          candide
          last edited by

          Sure, here you go. I'm using the NCIR hat

          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)
          
          1 Reply Last reply Reply Quote 0
          • C
            candide
            last edited by

            I have rename the program and retried and eventually it worked! thanks

            1 Reply Last reply Reply Quote 1
            • First post
              Last post