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

    Avoid M5Stack - it is a waste of time

    Bug Report
    6
    13
    18.2k
    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.
    • A
      ardo @ajb2k3
      last edited by

      A fairly new user of m5stack here (and only talking UIFlow),

      1. There is documentation, but often incomplete and unclear, hence not at all new user friendly (e.g. try finding explanation of the math blocks)
      2. I experienced this (1.6.1) but luckily it got fixed rather quickly in 1.6.2
      3. That is being investigated/fixed right now
      4. I managed to crack a screen on a stickC, my own fault, but it is very flimsy.

      My conclusion: I still have confidence in M5Stack, I think they are very willing to help and fix any problems. But the documentation really needs to be improved.

      1 Reply Last reply Reply Quote 0
      • E
        Efried
        last edited by

        Thanks for the anwers. Frustration is high now after using the M5Stack for more than a year employing micropython. It seems that this is a good concept but very limited support and small sample code base for micropython compared to other languages. You have to guess the right usage of functions, some are changing underway (urequest). Fortunately the browser based upload had to be abandonned because of a the complex and unreliable system architecture. But it is not acceptable that new firmware versions are published where code upload is broken. Just hold that back.
        And please publish examples using high level commands for every module:
        I mastered now the PM module and the GPS module by trial and error , next I will try them together.
        but the cellular module is either garbage or was not tested to be used with GPRS data transfer. Using all three modules together is another challenge, may be this will not work.
        Since the broken screen and the bricked M5stack are differente devices I could exchange, given some support.
        thanks

        T 1 Reply Last reply Reply Quote 0
        • T
          Thrasher @Efried
          last edited by

          @efried
          I feel you.
          Let it go, flash it like regular esp32 and code any ide you like. Refer to wirings to know how to access screen and perepherials with regular way without mysterious libs

          1 Reply Last reply Reply Quote 0
          • E
            Efried
            last edited by Efried

            as expected GPS and PM module do not work together!
            GPS does only work without PM.
            since months the wait() function is not repaired
            Still no running GSM module.
            This is a serious lack of quality!

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

              @efried have you tried using the gps outside of a building?

              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!

              E 1 Reply Last reply Reply Quote 0
              • E
                Efried @ajb2k3
                last edited by

                @ajb2k3 I'm to beginner in GPS
                No the GPS module does not return a single value, when the PM module is present! May be they share pins.

                1 Reply Last reply Reply Quote 0
                • felmueF
                  felmue
                  last edited by

                  Hello @Efried

                  I think you might be correct, both modules seem to use UART2 (GPIO16 / GPIO17) to communicate. I am afraid you'll need to use a different UART port for one of the modules in order to have both working at the same time. The GPS module is already prepared for that. Please have a look here:
                  https://docs.m5stack.com/#/en/module/gps

                  Felix

                  GPIO translation table M5Stack / M5Core2
                  Information about various M5Stack products.
                  Code examples

                  G 1 Reply Last reply Reply Quote 0
                  • T
                    Thrasher
                    last edited by

                    To be correct, if they use same uart gpios, uart should receive bunch of trash symbols. But recieving nothing is not a correct option

                    E 1 Reply Last reply Reply Quote 0
                    • E
                      Efried @Thrasher
                      last edited by

                      @thrasher I tried to delete the PM class before creating the GPS class but did nor help- still no gps values - is it feasible to have a software solution, may be not using high leven UIflow mycropython function.

                      1 Reply Last reply Reply Quote 0
                      • G
                        Gaviota @felmue
                        last edited by

                        @felmue said in Avoid M5Stack - it is a waste of time:

                        Hello @Efried

                        I think you might be correct, both modules seem to use UART2 (GPIO16 / GPIO17) to communicate. I am afraid you'll need to use a different UART port for one of the modules in order to have both working at the same time. The GPS module is already prepared for that. Please have a look here:
                        https://docs.m5stack.com/#/en/module/gps

                        Felix

                        ... this is the same with the M5GO CHG Base.

                        A lot of nice M5Stack stuff :) ....

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