Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. notek
    N
    • Continue chat with notek
    • Start new chat with notek
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    notek

    @notek

    0
    Reputation
    3
    Posts
    578
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    notek Follow

    Posts made by notek

    • RE: M5Stick's mini and UIFlow

      @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..

      posted in UIFlow
      N
      notek
    • RE: M5Stick's mini and UIFlow

      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.

      posted in UIFlow
      N
      notek
    • M5Stick's mini and UIFlow

      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?

      posted in UIFlow
      N
      notek