🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • UiFlow 2.0 discuss(how-to, bug, feature request or sometings)

    Pinned
    195
    3 Votes
    195 Posts
    557k Views
    O
    Good afternoon from Russia. Sorry for my English. I'm writing through a translator. I have your LTE modem, the NB-IoT2. And it's been sitting idle for almost a year. I wanted to use the NB-IoT2 with a STAM PLC to control a relay. But YOU still don't have proper documentation. Or an example of how it works. Between the modem and the phone. Will the documentation ever be completed?
  • Is the stickC Plus firmware not compatible with uiflow 2.0?

    1
    1 Votes
    1 Posts
    67 Views
    No one has replied
  • Failed to login the page

    4
    1 Votes
    4 Posts
    349 Views
    donpascualD
    Hi, new here, registered and observing the same - community access is OK, but UI Flow 2 access is giving login failed.
  • StamPLS v2.4.5

    1
    0 Votes
    1 Posts
    114 Views
    No one has replied
  • 0 Votes
    2 Posts
    377 Views
    N
    @lishi 我CoreS3+GPSv2.1,一样的,只要loop里更新label就会闪退重启。不止是GPS,用LoRaWAN-EU868也会这样。老哥有找到原因吗?
  • Any Update On This 5 Months Later?????

    1
    0 Votes
    1 Posts
    164 Views
    No one has replied
  • Login failure

    1
    1 Votes
    1 Posts
    99 Views
    No one has replied
  • 0 Votes
    2 Posts
    562 Views
    C
    This was Copilot's answer. Conclusion: Enabling I2C in UIFlow2 will cause the LED matrix of the Atom Matrix to stop working because it is internally disabled. This is due to a specification (or rather a limitation) of UIFlow2. The LED matrix (5×5 WS2812C) of the Atom Matrix is initialized by the DisplayEnable flag of M5.begin(). In the official documentation, it is written as follows: M5.begin(true, false, true) SerialEnable = true I2CEnable = false DisplayEnable = true In UIFlow2, when using an I2C device, I2CEnable is internally set to true, and at that time, there is a behavior where DisplayEnable is automatically turned off. This is because the internal initialization of the M5Unified series is structured in such a way that it cannot enable I2C and the LED matrix at the same time. I want UIFlow2 to be fixed so that I can use Matrix LED and I2C at the same time.
  • EZData 2.0 is missing from UiFlow 2.3.5

    5
    4 Votes
    5 Posts
    2k Views
    T
    any news?
  • 1-Wire

    1
    0 Votes
    1 Posts
    225 Views
    No one has replied
  • StamPLC Run Issue

    4
    0 Votes
    4 Posts
    863 Views
    felmueF
    Hi guys it looks like another unfortunate regression. If I burn UIFlow2 firmware 2.4.2 onto my M5StamPLC I can control the relay and LED just fine. Unfortunately the UIFlow2 firmware source code in github repository uiflow-micropython (at the time of writing this) is still on version 2.4.2. So it's impossible to tell what has changed between 2.4.2 and 2.4.3 causing this issue. Thanks Felix
  • Ultrasonic I2C doesn't work with UIFlow2

    3
    1
    0 Votes
    3 Posts
    1k Views
    E
    Hello everyone. I have a problem too, with UIflow 2.4.3 and Ultrasonic I2C + Atom Lite. [image: 1774900315486-8b2ea31e-d956-4c05-8862-80953514ec9b-image.png] I think there are lib problem, i m going to test with my core2.
  • is it a bug in PWM?

    1
    1
    0 Votes
    1 Posts
    279 Views
    No one has replied
  • ValueError: buffer to small when using uhf-rfid with core2

    1
    1
    0 Votes
    1 Posts
    241 Views
    No one has replied
  • blue spalshing screen after burn

    2
    0 Votes
    2 Posts
    487 Views
    bschwahnB
    Hi Alex, If I am understanding your question correctly you should be able to find the Demo within the M5Burner application? [image: 1773598305793-b15067aa-60f4-498d-8dca-36ac7975925a-image.png] Hope this is what you are looking for? Thanks-Brian
  • Unexpected results when using intensity slider for LED vontrol

    3
    1
    0 Votes
    3 Posts
    493 Views
    L
    @robski If I set them manually in the GreenSwitch and whiteSwitch it works fine
  • How to create an infinite loop with a manual exit

    5
    1
    0 Votes
    5 Posts
    719 Views
    J
    At the end I used switches and it works. [image: 1773171278412-picture1.png]
  • RGB unit issues

    2
    4
    0 Votes
    2 Posts
    419 Views
    felmueF
    Hello @JohnSal I think you only need to add one RGB unit but with number set to 6 instead of 3. Thanks Felix
  • UIFlow 2.0 + Cardputer ADV, where is the GPIO 14pin header support?

    2
    0 Votes
    2 Posts
    574 Views
    felmueF
    Hello @hotellonely yes, it looks like the drop-down box needs fixing. In the mean time you can use all GPOs on the 14 pin header via some custom code blocks. I created an example in UIFlow2 Project Zone called M5CardputerAdv_ExtPin_Test_UIFlow2.4.2 Thanks Felix
  • IR Unit with Core S3

    3
    1
    0 Votes
    3 Posts
    951 Views
    felmueF
    Hi guys I can confirm receiving IR from Unit IR is broken for M5Core2 as well. Thanks Felix