🤖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

    Scheduled Pinned Locked Moved General
    4 Posts 2 Posters 4.9k Views
    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 Offline
      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 Offline
        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 Offline
          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 Offline
            candide
            last edited by

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

            1 Reply Last reply Reply Quote 1

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • First post
              Last post