Navigation

    M5Stack Community

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

    Posts made by IAMLIUBO

    • RE: UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)

      @jruys

      Sorry for that happened, we'll look into this.

      posted in UiFlow 2.0
      IAMLIUBO
    • RE: UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)

      @mchott said in UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings):

      For now it´s nearly the same like before and maybe the biggest innovations are in restructuring the UI and "under the UI".

      There is still no multiple views feature to make the display more usefull with the UIFlow?

      @mchott said in UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings):

      For now it´s nearly the same like before and maybe the biggest innovations are in restructuring the UI and "under the UI".

      There is still no multiple views feature to make the display more usefull with the UIFlow?

      yeah, multiple views feature I also want make it, pls give my team sometime, i think one day we can make it happen. We still have a lot of basic functionality to add for now.

      posted in UiFlow 2.0
      IAMLIUBO
    • RE: UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)

      @felmue said in UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings):

      code modifications in Python view are lost without warning when switching back to block view.

      Mark this, and will fix this.

      in split view: which code will actually be executed? Block view or Python view?

      For now, python area is only for look, any editing will reset when you click run button, will add lock button in the future. emmmm, in split view mode, if has some choose button will be better? User can choose which one to execute? We will talk this.

      Thanks @felmue !

      posted in UiFlow 2.0
      IAMLIUBO
    • RE: How to get the API Key of ATOM S3

      @okappiki3 said in How to get the API Key of ATOM S3:

      I am wondering how I get the API Key of ATOM S3.
      I could not see any API Key on the configration view of M5Burner.

      Does anyone know how to get the key?

      Please check this topic: link

      posted in Atom
      IAMLIUBO
    • RE: UIFlow 2.0.1 firmware preview version

      THIS TOPIC WAS ABANDONED.
      Please check this new topic and discuss。

      posted in Official Updates
      IAMLIUBO
    • RE: UIFlow 2.0.0 firmware preview version

      THIS TOPIC WAS ABANDONED.
      Please check this new topic and discuss。

      posted in Official Updates
      IAMLIUBO
    • RE: UIFlow 2.0.2 firmware preview version

      THIS TOPIC WAS ABANDONED.
      Please check this new topic and discuss。

      posted in Official Updates
      IAMLIUBO
    • UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)

      Any issues related to uiflow 2.0 alpha release can be discussed here.

      Quick look: twitter link
      M5burner: download link (currently only windows version support burner and setup uiflow 2.0 fw)
      UiFlow 2.0: link

      Currently burning firmware requires a login account (forum account), which will automatically bind the device to the account.

      More info wiil add late in here.

      posted in UiFlow 2.0
      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
    • RE: LOVE THE CORE2!!! - Possible bug in UIFlow Desktop - Compiler code order - Function buttons stop responding

      Hi @mbunds

      Thanks for feedback and sorry for this,actually the UIFlow desktop version not updated for a while,we are aim for web UIFlow current, and plan release the new UIFlow(we call it UIFlow 2.0).

      posted in Core 2
      IAMLIUBO
    • RE: UIFlow 2.0.0 firmware preview version

      @felmue

      Re WiFi: I can confirm that scanning for WiFi APs works on an M5Core2 (which has PSRAM). So indeed, it seems to be a RAM issue.

      Yes, thanks for you feedback, I always use CORE2 for develop and test,so I didn't notice that, we will release some new FW at this friday with more bug fixed.

      posted in Official Updates
      IAMLIUBO