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

    M5Stick's mini and UIFlow

    UIFlow
    5
    10
    15.6k
    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.
    • N
      notek
      last edited by

      I just received 2pcs of M5Stick's for my kid and me for Python learning.
      Product looks very good and idea for both Arduino and Flow web interface is great.
      I flashed firmware and start play with Blockly first. Only beeper works, other function hang Stick and it need reflash. So I tried with Python next. From m5stack/M5Cloud I tried to use LCD "hello word" - nothing display - only hang on startup.
      Is Stick mini supported by UIFlow at all? In your ad materials is MicroPython and Arduino both as supported. Where I can find documentation and libraries for UIFlow? IF you don't support UIFlow, which kind of firmware I should flash from micropython.org to use with other IDE?

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

        What's your code can you take a screen shot?
        I know there is still quite a bit of compatibility work still going on.
        as far as I know, the screen issue is being worked on.

        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
        • N
          notek
          last edited by

          According to https://github.com/m5stack/M5Cloud#lcd:

          from m5stack import lcd
          lcd.print('hello world!')

          Do anybody know if M5Stick mini is pin to pin compatible with normal M5stack? Then all libraries should work.

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

            According to the shop only pins 25 and 13 are broken out for use. all other pins are internal.

            I'm still waiting for payday to order one to compair to the camera.

            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
            • m5-docsM
              m5-docs
              last edited by

              Hi, Happy New Year!
              Recently, uiflow has supported m5stick. And you can use m5stick's OLED screen with uiflow.
              0_1546484573158_微信图片_20190103105058.jpg
              Here's the documentation and example code for stick:

              https://docs.m5stack.com/#/zh_CN/core/m5stick

              https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Stick/UIFlow

              Thanks for all your support!

              M5Stack documentation URL

              https://docs.m5stack.com

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

                0_1546484767971_example_core_m5stick_02.png

                M5Stack documentation URL

                https://docs.m5stack.com

                1 Reply Last reply Reply Quote 0
                • lukasmaximusL
                  lukasmaximus
                  last edited by

                  @watson please don't send links to documentation in Chinese to our non-Chinese customers, it is not at all helpful to them. @notek please refer to this forum post I made a short while ago http://forum.m5stack.com/topic/426/m5flow-version-1-0-0-m5-stick-connection/6

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

                    @lukasmaximus said in M5Stick's mini and UIFlow:

                    @watson please don't send links to documentation in Chinese to our non-Chinese customers, it is not at all helpful to them. @notek please refer to this forum post I made a short while ago http://forum.m5stack.com/topic/426/m5flow-version-1-0-0-m5-stick-connection/6

                    I'm not sure if you are aware but chrome translates chinese to english automatically and there is a link on the page to english text version.

                    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
                    • N
                      notek
                      last edited by

                      @watson, @lukasmaximus
                      thanks for short introduction, Chinese is not problem, I'm not freight Chinese characters ;-)
                      However there is no clear text about even simple python programming for Stick, what to do if I need send any of your I2C sensor value to LCD and to server? I only hope it will be available in short time. For this moment only Arduino is applicable IMO.
                      BTW - lcd.print('hello world', 0, 0, 0xffffff) not work
                      lcc.text( ) - work..

                      1 Reply Last reply Reply Quote 0
                      • H
                        heybin
                        last edited by

                        hello, lcd.print() is not support in m5stick uiflow

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