🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • 0 Votes
    3 Posts
    3k Views
    D
    I have the same problem: yes - flashed firmware yes - wifi is setup (I set it up in m5burner the same way it's been working for lots of other devices, am I missing a step?) maybe it can access the UIflow2 server - how can I tell? yes - I'm trying to use uiflow2, not uiflow1 in the browser yes - I've looked at the connection settings, can't manually add it using the mac address, have no way to find the token (doesn't show up in m5burner the way old devices do)
  • CAN BUS Error with M5Stack and COMMU Module

    UIFlow
    3
    1 Votes
    3 Posts
    4k Views
    E
    Solved with the code ;-) message = com.commu_can_read_message(0) hex_list = [] for b in message: hex_str = hex(b)[2:] if len(hex_str) < 2: hex_str = '0' + hex_str hex_list.append(hex_str)
  • Int to Float conversion

    UIFlow
    7
    0 Votes
    7 Posts
    7k Views
    ajb2k3A
    Use the math function block to convert in to float then use a text block to convert to string?
  • UIFlow on Linux with Chrome not loading or saving Flow files

    UIFlow
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Unable to create simple EZData entries on M5Stack Atom Matrix

    UIFlow
    8
    0 Votes
    8 Posts
    9k Views
    A
    Which firmware version are you using? | Experienced problems pushing data to EZData with 1.9.8 on Atoms. Reproduceable error not occuring after reverting to firmware 1.9.7.