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

    My M5stick doesnt work, after i instaled unofficial marauder!

    M5 Stick/StickC
    2
    6
    2.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.
    • S
      severopotter
      last edited by

      I can run burn normally, but my screen simply won't turn on, the LEDs also work!

      The firmware
      0_1705633844394_b54ad406-09f0-4ca8-bc14-ff079a8d58b1-image.png

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

        @severopotter that’s for the plus2.
        You need to erase and re burn UIFlow.
        It’s not the device broken, it the version uses a different hardware configuration

        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
        • S
          severopotter
          last edited by severopotter

          @ajb2k3

          But, my device is the plus2
          0_1705662900360_57697821-1f85-497b-87fe-1ea0f51dc216-image.png

          i've tried erase:
          0_1705663281650_ad776f60-0d59-4e54-a1d7-03ae33550761-image.png

          and burn again
          0_1705663408905_0059b5d5-e131-4363-beaf-439153516abd-image.png

          firmware monitor:
          0_1705663482361_9f8e7f26-1d70-40a5-ba71-8db06ffccfed-image.png

          and it still doesn't work :(

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

            You didn’t say that earlier.
            Erase the firmware and install arduino or UIFlow firmware and avoid

            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!

            S 2 Replies Last reply Reply Quote 0
            • S
              severopotter @ajb2k3
              last edited by

              @ajb2k3 but I'm not doing that in the images above?

              1 Reply Last reply Reply Quote 0
              • S
                severopotter @ajb2k3
                last edited by

                @ajb2k3 i've tried

                #include "M5StickCPlus2.h"

                void setup() {
                auto cfg = M5.config();
                StickCP2.begin(cfg);
                StickCP2.Display.setRotation(1);
                StickCP2.Display.setTextColor(RED);
                StickCP2.Display.setTextDatum(middle_center);
                StickCP2.Display.setTextFont(&fonts::Orbitron_Light_24);
                StickCP2.Display.setTextSize(1);
                StickCP2.Display.drawString("Power LED", StickCP2.Display.width() / 2,
                StickCP2.Display.height() / 2);
                }

                void loop() {
                // inside power red led control
                StickCP2.Power.setLed(1);
                delay(1000);
                StickCP2.Power.setLed(0);
                delay(1000);
                }

                in arduino, but the display didn't work

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