🤖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.

    UIFlow
    uiflow
    3
    7
    9.3k
    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
      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
        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
          ikabou @world101
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • I
            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
              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
                ikabou @Zontex
                last edited by

                @zontex

                I am grateful for your prompt handling.

                ZontexZ 1 Reply Last reply Reply Quote 0
                • ZontexZ
                  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
                  • First post
                    Last post