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

    M5Stack Fire - Error when selecting the way to program it

    M5Stack Fire
    2
    9
    10.0k
    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
      Carles B.
      last edited by

      I just received my M5Stack Fire and I have mistakenly clicked on UIFlow Setup and have not found a way to override it. I want to program it with Arduino and every time I connect it, it asks me to finish the UIFlow configuration. How can I fix it?

      Thank you in advance

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

        It comes with uiFlow firmware from the factory. If you want to use Arduino, just flash any relevant Arduino sketch to it (like from the Examples) and it will erase the uiFlow (MicroPython) firmware. Just make sure your Arduino libs are up to date with the latest M5Stack libs. To get back to uiFlow in the future, use M5Burner.

        1 Reply Last reply Reply Quote 0
        • C
          Carles B.
          last edited by

          Hi @world101,

          When compiling Hello World I get an error:
          Pyserial is not installed for /usr/bin/python. Check the README for installation instructions.
          Traceback (most recent call last):
          File "/Users/carles/Library/Arduino15/packages/m5stack/tools/esptool_py/3.0.0/esptool.py", line 39, in <module>
          import serial
          ImportError: No module named serial
          .......
          exit status 1
          Error compilando para la tarjeta M5Stack-FIRE.

          According to the terminal it is installed in phyton3:
          MacBookPro:~ carles$ python -m pip --version
          /usr/bin/python: No module named pip
          MacBookPro:~ carles$ python3 -m pip --version
          pip 20.2.3 from /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pip (python 3.9)

          There is an easy solution.

          Thank you in advance

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

            Have you followed the quick start guide for programming with Arduino?

            https://docs.m5stack.com/#/en/arduino/arduino_development

            C 1 Reply Last reply Reply Quote 0
            • C
              Carles B. @world101
              last edited by

              @world101

              Yes. I am going to mount a newer version of MacOs on an external drive. I think the problem comes because there are two versions of python, I'll discuss it later

              world101W 1 Reply Last reply Reply Quote 0
              • world101W
                world101 @Carles B.
                last edited by

                @carles-b

                I’m not on Mac OS BigSur yet, but if you are, then the following thread might help you.

                https://community.m5stack.com/topic/2504/important-osx-bigsur-update-faq-solutions/

                1 Reply Last reply Reply Quote 0
                • C
                  Carles B.
                  last edited by

                  Thank you for your interest. I have placed the version before BigSur, Catalina, which gives me the same error. I will try the solution from your link. If I can't solve it I will put the post in the software section.

                  1 Reply Last reply Reply Quote 0
                  • C
                    Carles B.
                    last edited by

                    Hello @world101,

                    Solved. In the post https://community.m5stack.com/topic/2521/v1-0-6-of-board-manager-not-working-solved the solution given by @lidericc works properly

                    world101W 1 Reply Last reply Reply Quote 0
                    • world101W
                      world101 @Carles B.
                      last edited by

                      @carles-b
                      Great. Glad you got it sorted out and can begin enjoying M5Stack 😀

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