Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. SOFTWARE
    3. UIFlow
    4. Bug Report
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes

    Bug Report

    • ** [IMPORTANT] Read before posting a report! **
      • Zontex

      1
      0
      Votes
      1
      Posts
      3065
      Views

      No one has replied

    • Network Module object does not have attribute LAN
      • M5StickFreakler

      1
      0
      Votes
      1
      Posts
      167
      Views

      No one has replied

    • W

      Documentation for ScreenBreath(): Is the parameter range 7 to 12 or 7 to 15?
      • wsanders

      1
      0
      Votes
      1
      Posts
      326
      Views

      No one has replied

    • S

      Get intrerface mac config is missing reformatting
      • sgu

      2
      0
      Votes
      2
      Posts
      777
      Views

      F

      @sgu Thank you for this solution Yes, that would be great to have in UIFlow, in Math, a function: "Hex from Bytes", with Big/Little, with/without Separator
    • K

      PaHub with Hall sensor
      • Kivlow

      4
      0
      Votes
      4
      Posts
      766
      Views

      K

      Ehhhh Anotcher anomaly i use Pb.Hub and i connect wind speed meter to ch0 and Hall sensor to ch1. I use digitalRead from ch0 to read IO 1 for speed meter and digitaRead ch1 read IO 1 to read hall AND signal is mixed for both. I get readings from windspped meter when i use hall and hall reads inputs when i blow to windspeed meter. When i use both i get stupid info :/
    • A

      TOF Hat does not work with UIFLOW or Micropython simple example
      uiflow tof • • AJHANCOCK

      1
      0
      Votes
      1
      Posts
      530
      Views

      No one has replied

    • UI Flow MQTT code on M5Stack Core works when run from flow.m5stack.com but not (MQTTException -> 128) when downloaded to device
      • kilnageer

      4
      0
      Votes
      4
      Posts
      1001
      Views

      Hello @kilnageer you are welcome. Thank you for reporting back. I am happy to read that it worked for you. Same to you! Thanks Felix
    • W

      More fonts in Core2 UIFlow "Graphic"
      • wsanders

      2
      0
      Votes
      2
      Posts
      574
      Views

      @wsanders M5Stack hit the space limit for the MP firmware and had to remove several fonts. V2 firmware should fix this issue.
    • W

      "Download the file to the M5" doesn't work anymore?
      • wsanders

      1
      0
      Votes
      1
      Posts
      587
      Views

      No one has replied

    • A

      Copy/Paste not Working
      • AhmadAgb

      2
      0
      Votes
      2
      Posts
      582
      Views

      @ahmadagb UIFlow desktop hasn't been updated or maintained in ages. It is scheduled to be updated when UIFLow 2.0 is ready next year.
    • S

      This topic is deleted!
      • slow-moose

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • T

      M5 Core2 and unit UHF-RFID are bugged in UIFlow (bytes index out of range)
      • tinkerer

      6
      0
      Votes
      6
      Posts
      1470
      Views

      K

      @tinkerer I made a quick reader nothing special and this is on a Basic Core unit quick video showing it working https://youtu.be/qvtr6Vy-HwY The Tags I use are these ones make sure the port is correct otherwise the bytes out of range error pops up from m5stack import * from m5ui import * from uiflow import * import unit setScreenColor(0x222222) uhf_rfid_0 = unit.get(unit.UHF_RFID, unit.PORTA) uhf_rfid_0.set_region(uhf_rfid_0.REGIN_US) uhf_rfid_0.automatic_freq_hopping(0xFF) uhf_rfid_0.set_channel_freq(924.25) epc_bool = 0 uhf_rfid_0.set_select_mode(0x01) label0 = M5TextBox(128, 59, "Tag #", lcd.FONT_Default, 0xFFFFFF, rotate=0) label1 = M5TextBox(22, 106, "waiting ... ", lcd.FONT_Default, 0xFFFFFF, rotate=0) while True: # while not temp: temp = uhf_rfid_0.single_polling() if temp: # label10.setText(str(temp)) print("-----") print(temp[0]) print(temp[1]) print("-----") label1.setText(temp[0]) wait(.5)
    • B

      lcd.arc green outline
      • Ber

      2
      0
      Votes
      2
      Posts
      591
      Views

      Hello @Ber it looks like using the arc block only one color (either outline or filling) can be defined at the time. The color which is not defined seems to be random, causing the unwanted outline. So instead of using the arc block directly you could use the Advanced - Execute code block which then allows to define both colors together like this: lcd.arc(120, 160, 100, 50, 0, 90, color=0xff0000, fillcolor=0xff0000) Thanks Felix
    • I

      This topic is deleted!
      • isamalatby

      3
      0
      Votes
      3
      Posts
      8
      Views
    • A

      Unable to draw geometrical figures
      • Aina31

      2
      0
      Votes
      2
      Posts
      697
      Views

      That's because that's a core2 which uses LVGL not the basic graphics found on the cores. The functions are still there but you will need to directly code in micropython to access them.
    • H

      Uses "wlan.X" before initalizing wlan
      • HWTaro9

      1
      0
      Votes
      1
      Posts
      691
      Views

      No one has replied

    • M

      Webbased UIflow "Advanced" misses things like UART
      • MartinGrotendag

      3
      0
      Votes
      3
      Posts
      1120
      Views

      @martingrotendag A lot of the functions were removed from advanced folder to the hardware folder.
    • C

      uiflow online unable to open recently saved files (Core 1.9.5)
      • cortado

      12
      1
      Votes
      12
      Posts
      5392
      Views

      A

      @janulr I have found the same issue - unable to open M5F files after saving and closing. But looking at the clues above I found a workaround. I have a custom block for DS18B20 in the original file. If I add the custom block back in to UIFlow again and then open the file IT WORKS. Otherwise I get a blank Blockly screen and most of the pyton code is missing, Display screen is also blank. Hope this helps. Developers need to find a way of warning when the M5F is opened that a "Custom Block is Missing". That way we can load the block and continue.
    • H

      UiFlow 1.10.2 Core2 white screen indefinitely
      • HWTaro9

      3
      0
      Votes
      3
      Posts
      1498
      Views

      Have you burned the correct Core2 UiFlow firmware ? sometimes this happens if you use Core or Core fire firmware instead of Core2 firmware. Also, are you including any graphical elements? If you run a program without GUI elements set then the screen will go blank!
    • S

      WLAN Blocks create errors due to wrongly translated code to micro python
      • sgu

      2
      0
      Votes
      2
      Posts
      901
      Views

      see my reply on your other post.

    Move Topic