Navigation

    M5Stack Community

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

    IAMLIUBO

    @IAMLIUBO

    18
    Reputation
    84
    Posts
    1340
    Profile views
    1
    Followers
    1
    Following
    Joined Last Online
    Website twitter.com/its_hard_2_name

    IAMLIUBO Follow
    Global Moderator

    Posts made by IAMLIUBO

    • RE: K-Unit support

      @ajb2k3

      OK, next version(V1.9.4).

      posted in Features Wish List
      IAMLIUBO
    • RE: UIFlow 2.0.1 firmware preview version

      @felmue

      Thanks, this will fix in the future.

      posted in Official Updates
      IAMLIUBO
    • RE: UIFlow 1.9.0

      @felmue

      Thanks, we will fix this mistake.

      posted in Official Updates
      IAMLIUBO
    • RE: UIFlow 1.9.0

      @felix22

      Hi, more info you can get in the below links:
      Unit encoder
      smarconfig

      posted in Official Updates
      IAMLIUBO
    • RE: UIFlow 1.9.0

      @jeczmienny

      Sorry for that, the offline version haven't update for a while, there are some reasons why we temporarily stop updating, we will fix it as soon as possible. Sorry again.

      posted in Official Updates
      IAMLIUBO
    • RE: UIFlow 1.9.0

      @arno

      UIFlow 2.0 will support this, sorry for wait us upgrade the UIFlow firmware until that.

      posted in Official Updates
      IAMLIUBO
    • RE: UIFlow 1.9.0

      @felmue

      Now the button move to the bottom right,one is call "Run" means the workspace's code only run once,if you reboot the device code won't run again,and another one call "Download" means downlaod the workspace's code to the device filesystem and run, the code in the deivce won't disappear when you reboot or somethings.

      In a word, "Run" button is recommend for developing mode, and "Download" button is deploy after develop.

      posted in Official Updates
      IAMLIUBO
    • RE: TypeError: argument should be bytes, buffer or ASCII string, not 'NoneType'

      @ajb2k3

      Is this better?
      0_1644404506540_432de5e5-4245-4eef-aa72-21b27cd22a2c-image.png

      posted in Micropython
      IAMLIUBO
    • RE: TypeError: argument should be bytes, buffer or ASCII string, not 'NoneType'

      @ajb2k3

      Actually SAS is a authentication type, we use Primary Connection String calculate the sas_token, supports passing two parameters "connection_string" and "sas_token", but "sas_token" can be calculated by "connection_string", so block omits the second parameter, but connection_string is essential.
      0_1644398677740_e3026aba-5cee-46db-a93a-1ec3c3376572-image.png

      e.g.

      azure = IoT_Hub(connection_string="xxxxxxx", sas_token="xxxxxxx")
      
      posted in Micropython
      IAMLIUBO