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

    MQTT connection of CORE2 with UIFlow.

    Scheduled Pinned Locked Moved UIFlow
    uiflow
    7 Posts 3 Posters 11.0k Views 1 Watching
    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.
    • I Offline
      ikabou
      last edited by

      Hello,
      I've installed UIFLOW (CORE2) V1.6.5.1.
      When I make an MQTT connection with Blockly programming, it is
      overwritten on the "Wi-Fi Connect Core2" screen.
      Is there a way to avoid it?
      The publish will be correct.
      Thank you.

      1 Reply Last reply Reply Quote 0
      • world101W Offline
        world101
        last edited by world101

        I think your issue is similar to this one...
        https://community.m5stack.com/topic/2435/wifi-connect-layer-still-shown

        I have the same issue as well. I didn’t realize this was related to MQTT, which I use in my Core2 program.

        0_1605288762320_D50E0A8A-0F0E-4C6B-BC53-B7071580751C.jpeg

        @m5stack, please note this bug and see if you can fix it.

        By the way, for me it only happens when I download the program to the Core2. When pressing the Run button in uiFlow, I do not see the graphics issue.

        I 2 Replies Last reply Reply Quote 0
        • I Offline
          ikabou @world101
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • I Offline
            ikabou @world101
            last edited by

            @world101

            Yes. Only when downloaded.

            Occurs with "screen" followed by "m5mqtt" in Python's auto-generation.

            --- Blockly ---
            screen = M5Screen ()
            screen.clean_screen ()
            screen.set_screen_bg_color (0xFFFFFF)
            m5mqtt = M5mqtt ('','*. *. *. *', 1883,'','', 300)
            ...

            Rewritten with Python I overwrote the "Wi-Fi Connect Core 2" screen and erased it.
            --- Python ---
            m5mqtt = M5mqtt ('','*. *. *. *', 1883,'','', 300)
            screen = M5Screen ()
            screen.clean_screen ()
            screen.set_screen_bg_color (0xFFFFFF)
            ...

            However, it is strange that the "Wi-Fi Connect Core2" screen is displayed with "m5mqtt".

            1 Reply Last reply Reply Quote 0
            • ZontexZ Offline
              Zontex
              last edited by

              Hi Guys, I noted this bug and will look into it. Will try to re-produce it and see what's going on

              I 1 Reply Last reply Reply Quote 0
              • I Offline
                ikabou @Zontex
                last edited by

                @zontex

                I am grateful for your prompt handling.

                ZontexZ 1 Reply Last reply Reply Quote 0
                • ZontexZ Offline
                  Zontex @ikabou
                  last edited by

                  @ikabou Bug confirmed and reported, we will release a fix in the next update.

                  1 Reply Last reply Reply Quote 0

                  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