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

    Lesson 14. UI Flow. Hello M5 UI Flow

    Lessons and Guides
    10
    14
    64.9k
    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.
    • J
      Julian @Dimi
      last edited by

      @dimi Nice start but how do we include other libraries so we can interface to other systems over http/mqtt/etc?

      C 1 Reply Last reply Reply Quote 2
      • L
        lveronese
        last edited by

        What about M5Burner for Mac OS ? Are you going to release it in the future?
        Thanks
        Luciano

        1 Reply Last reply Reply Quote 0
        • G
          gadjet
          last edited by gadjet

          All flashes OK and detects the network OK but after the reset and the long press of "upload" it will not reconnect to the WiFi network ??? any one any ideas?
          Thanks

          m5-docsM 1 Reply Last reply Reply Quote 0
          • m5-docsM
            m5-docs @ajb2k3
            last edited by

            @ajb2k3 You can burn the firmware via M5Burner
            Here is the article guide you for burning
            https://m5stack.readthedocs.io/en/latest/get-started/how_to_burn_firmware_en.html

            M5Stack documentation URL

            https://docs.m5stack.com

            A 1 Reply Last reply Reply Quote 0
            • m5-docsM
              m5-docs @fab
              last edited by

              @fab Thanks gay

              M5Stack documentation URL

              https://docs.m5stack.com

              1 Reply Last reply Reply Quote 0
              • m5-docsM
                m5-docs @gadjet
                last edited by

                @gadjet Is that problem exiting still? Try to reset your board again. Sometime, it is a problem about LAN network

                M5Stack documentation URL

                https://docs.m5stack.com

                1 Reply Last reply Reply Quote 0
                • m5-docsM
                  m5-docs
                  last edited by

                  To everyone:
                  Please download lastest version of M5Burner from official website
                  www.m5stack.com

                  M5Stack documentation URL

                  https://docs.m5stack.com

                  1 Reply Last reply Reply Quote 0
                  • C
                    cpyarger @Julian
                    last edited by

                    @julian 在 Lesson 14. UI Flow. Hello M5 UI Flow 中说:

                    @dimi Nice start but how do we include other libraries so we can interface to other systems over http/mqtt/etc?

                    Also Curious about this

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

                      Following the video on an OSX 10.12.6 using python 3.7 but getting the following when trying to connect.

                      Traceback (most recent call last):
                      File "./tools/esptool.py", line 2853, in <module>
                      _main()
                      File "./tools/esptool.py", line 2846, in _main
                      main()
                      File "./tools/esptool.py", line 2554, in main
                      esp.connect(args.before)
                      File "./tools/esptool.py", line 446, in connect
                      last_error = self._connect_attempt(mode=mode, esp32r0_delay=False)
                      File "./tools/esptool.py", line 405, in _connect_attempt
                      self._setRTS(True) # EN=LOW, chip in reset
                      File "./tools/esptool.py", line 377, in _setRTS
                      self._port.setDTR(self._port.dtr)
                      AttributeError: 'Serial' object has no attribute 'dtr'

                      However arduino is connecting with no trouble??

                      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
                      • yuriklebY
                        yurikleb @cpyarger
                        last edited by

                        @cpyarger it basically runs microPython so you can import any module supported by micro python.

                        For example to connect to a wifi hotspot you can import the "network" module:
                        https://docs.micropython.org/en/latest/esp8266/quickref.html#networking

                        To upload custom files/modules you can use "adafruit ampy" or any of the other tools described in this tutorial: https://learn.adafruit.com/micropython-basics-load-files-and-run-code/overview
                        just make sure you upload them to the /flash/ folder.

                        Another useful thing is the REPL which allows you to see the MicroPython Log, very useful to debug your code and see what's happening in the background as not everything can be seen in the LCD:
                        https://docs.micropython.org/en/latest/wipy/tutorial/repl.html

                        The ESP32 also supports the WebREPL:
                        https://micropython.org/webrepl/

                        1 Reply Last reply Reply Quote 0
                        • A
                          Alpine-Lake @m5-docs
                          last edited by

                          @m5-docs This link points to a " page not available yet" message

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