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

    Not recommended

    M5GO
    6
    23
    71.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.
    • MatiM
      Mati @Efried
      last edited by

      @efried said in Not recommended:

      After struggling through the process of setting up and writing own programms, I cannot recommend this product:

      • the communication in the forum has no SSL support, passwords are transmitted without protection
      • the m5stack seizes operation after hours having some http stack problems ("redirection not suported")
      • documentation is weak - parameters of functions not described, no possibility to learn about syncing time
      • ADC gives very noisy results
      • ADC readings affect the loudspeaker
        May be the last two problems are interconnected
        So it is a bad design, or will the firmware update help?

      Hello Efried,

      well from my point i don't see so big problems with StickC, Fire, Core and StickV with i have.
      Community is nice place to ask and WAIT for some reply about the problem.

      If AD generate noice there is a know workaround in Python
      dac0 = machine.DAC(25)
      dac0.write(0)

      When i was starting play with M5 there was not so many documentation so now we have some with is not perfect but its exist.

      In most mini projects i play with UiFlow with is fine to build and add own custom Python addons.

      Regars

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

        The only thing I miss is full detailed library sheet, rest is fine for me

        MatiM 1 Reply Last reply Reply Quote 0
        • MatiM
          Mati @Thrasher
          last edited by

          @thrasher said in Not recommended:

          The only thing I miss is full detailed library sheet, rest is fine for me

          well right, https://docs.m5stack.com/#/en/arduino/arduino_api
          is not so well documented for UiFlow it is a bit better
          https://github.com/m5stack/UIFlow-Code/wiki/Advanced

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

            @mati well structured but not so detailed https://docs.makerfactory.io/m5stack/api/overview/

            MatiM 1 Reply Last reply Reply Quote 0
            • MatiM
              Mati @Efried
              last edited by

              @efried said in Not recommended:

              @mati well structured but not so detailed https://docs.makerfactory.io/m5stack/api/overview/

              Yee right. But still its still better then noname random China hw workshops.

              Community is a good point of M5, with is getting bigger and bigger.

              1 Reply Last reply Reply Quote 0
              • R
                rupin.chheda
                last edited by

                I agree with this argument that there are problems with the platform. Additionally, the store is also in disarray. Look at the included parts in the M5GO Lite and M5Go IoT Kit. They both are same, but there is a $16 price difference(Lite is cheaper). All of it points to one fundamental issue, lack of attention to detail. 0_1574915089049_bitmap.png

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

                  @mati this night another error.. ERROR N. 118....

                  MatiM 1 Reply Last reply Reply Quote 0
                  • MatiM
                    Mati @Efried
                    last edited by

                    @efried said in Not recommended:

                    @mati this night another error.. ERROR N. 118....

                    Error in what ?
                    In most cases ppl is posting the problems i proper section + code snap

                    This topic is about many diff problem...

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

                      @mati its about general product support - any error list in the documentation?

                      MatiM 1 Reply Last reply Reply Quote 0
                      • MatiM
                        Mati @Efried
                        last edited by

                        @efried said in Not recommended:

                        @mati its about general product support - any error list in the documentation?

                        Hmm don't think so.
                        Error is on the screen ?
                        Connect device over usb and open serial connection over COM

                        There should be a debug session with should guide you to fix the problem.

                        And let us know if this is error on screen. in arduino. Or uiflow or pure micropython.

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

                          Whats going on here?
                          What is this error and where is it being shown?

                          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
                          • E
                            Efried @Mati
                            last edited by Efried

                            @mati after firmware update, no more such error on the M5Stack screen - but a bug in the early night the time changes back to yesterday using RTC, very strange and makes the device unusable for building control....

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

                              M5STACK sends error message on screen if your code isnt correct. It has own python interpretator, so it runs anything you upload into it. If your code is incorrect, it will display error message on screen.

                              What is an issue about RTC? Which module are you using? I've seen Luke worked with RTC and it went smooth, can check his guide on hackster.io?

                              However, I also want M5Stack team to release full library documentation too, for both py and arduino ports

                              ajb2k3A E 2 Replies Last reply Reply Quote 0
                              • ajb2k3A
                                ajb2k3 @Thrasher
                                last edited by

                                @thrasher said in Not recommended:

                                M5STACK sends error message on screen if your code isnt correct. It has own python interpretator, so it runs anything you upload into it. If your code is incorrect, it will display error message on screen.

                                What is an issue about RTC? Which module are you using? I've seen Luke worked with RTC and it went smooth, can check his guide on hackster.io?

                                However, I also want M5Stack team to release full library documentation too, for both py and arduino ports

                                I know about the error messages as I have spent 2 days writing a library for the NeoFlashC but not encountered this particular error.
                                Reference is coming just from external supporters

                                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
                                • T
                                  Thrasher
                                  last edited by

                                  @ajb2k3 you know I really appreciate you work with uiflow handbook, but Im confused why developers themselves wont release detailed sheet with all supported methods and functions. M5stack is a great product, head beyond arduino, but most of us have to use arduino because of detailed libraries support. I want to step forward with micropython but its either writing pre-defined things with uiflow blocks, or develop own libraries which takes some time

                                  otherwise products are superb

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

                                    @thrasher the ntp_sync command throws an error (not known) . It is embarrassing that there is no full coverage about functions and parameters of all micropython libraries in the m5stack documentation.

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

                                      @efried I'm working on that for my book but its slow going.

                                      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 Efried

                                        @ajb2k3 Do you have a testing environment to speed uo the exercise?´https://github.com/micropython/micropython-lib/blob/master/unittest/unittest.py
                                        we could make a list of functions of http://docs.micropython.org/en/latest/library/index.html
                                        and then test one by one in an automated setting if there is an eval() function avialable?

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

                                          @efried I am in the process of writing a book that has all the UIFlow blocks and Micropython code functions listed with examples.
                                          I am currently behind schedule and so I will only be releasing a Work in Progress English version of the book on the 24th

                                          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 ok, my comment was going into the direction helping you by automising the exploration of the functionality.

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