šŸ¤–Have you ever tried Chat.M5Stack.com before asking??šŸ˜Ž
  • Need some help with debugging

    3
    0 Votes
    3 Posts
    3k Views
    M
    I will try the "ignore empty lines" method. It feels random because of .. first try line 162, second try line 198, third try line 67 and finally it“s working without an issue .. and I don“t change anything in the meantime.
  • 0 Votes
    3 Posts
    2k Views
    C
    In python you can use strings with the or and and keywords. The program sends a TCP request and prints the response, but if it fails it prints connection error. def Send_TCP_Request(): try: tcpc = socket.socket(socket.AF_INET, socket.SOCK_STREAM) tcpc.settimeout(1) tcpc.connect(('0.0.0.0', 8000)) tcpc.send('Hello World') Result = tcpc.recv(1024) tcpc.close() except: Result = None return Result def setup(): M5.begin() print(Send_TCP_Request() or "Connection Error")
  • How do I create a working image mask?

    1
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • there is no Pir HAT "definition" under UIFlow 2.0 for StickC Plus

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • WebBurner from UI FLOW2 error

    7
    1
    0 Votes
    7 Posts
    5k Views
    felmueF
    Hello @racky FYI: I've checked the URL you posted on VirusTotal and it did not indicate a problem. See result here. Thanks Felix
  • 1 Votes
    4 Posts
    3k Views
    robskiR
    it worked on another machine, burned latest firmware ok.
  • How to add ui buttons, switches, and sliders in Uiflow 2.0?

    3
    0 Votes
    3 Posts
    3k Views
    I
    Got it! Thanks for the response!
  • ADD display block not working on M5Stamp S3

    7
    1
    0 Votes
    7 Posts
    4k Views
    ajb2k3A
    It was a brand new display out of the bag. There is a chance I may have killed it wiring +&- back to front but the backlight still works
  • 0 Votes
    3 Posts
    2k Views
    T
    @robski thanks for reply, but i want to configure connection network dynamically without uifow2, we can configure it by broadcasting access point and configure from there like uiflow1 already has
  • uiflow 2.0 with coreS3 and RS232 Module / UART

    3
    0 Votes
    3 Posts
    2k Views
    trackmaxxT
    @felmue thanks a lot! Now it works. Just to know for others with the same problem : The uiflow2 uart command doesn't work.
  • CoreS3 & HTTP Request block: urequests import error

    17
    1 Votes
    17 Posts
    12k Views
    M
    @_andreas_ said in CoreS3 & HTTP Request block: urequests import error: Hi, FYI: I've got a response from m5stack support regarding this issue: Below issue is caused by the mpy version changing. We may fix it by next version, which should be next Friday. Thx! Can confirm, this is now fixed!
  • SyntaxError: invalid syntax

    2
    0 Votes
    2 Posts
    2k Views
    ajb2k3A
    @mchott the line error doesn’t always report the correct line unless you know how to read it. I recently found a syntax error due to quote mark formatting
  • M5Dial UiFlow 2.0.1 RFID scanning issue

    3
    1
    0 Votes
    3 Posts
    3k Views
    K
    @felmue That seems to have fixed the issue. Thanks for your help.
  • How do I invert a reading in UIFLow2?

    7
    1
    0 Votes
    7 Posts
    5k Views
    ajb2k3A
    @teastain Ah Ok thanks, I avoid arduino like the plague so didn't notice. Hopefully that means that people can read the example and simply port to arduino.
  • Battery Monitor at Cardputer UIFlow2 Hardware Functions?

    2
    0 Votes
    2 Posts
    2k Views
    felmueF
    Hello @falbriard all you can do is reading GPIO10 to get battery voltage. See documentation here - section PinMap - Keyboard&Battery Detect. The charger IC cannot be queried as the two outputs CHRG and STDBY are not connected as you can see in the schematic. Thanks Felix
  • UIFlow 2.0.1 HTTP GET and parse JSON

    3
    0 Votes
    3 Posts
    3k Views
    S
    Yes, the endpoint responds almost instantly. Also the status code immediately comes back as as '200'.
  • MQTT and AWS IoT Support in UiFlow 2.0

    7
    0 Votes
    7 Posts
    5k Views
    F
    @falbriard Sorry, I found MQTT services as an optional software choice available under UIFlow2 and among other useful network services. Thanks.
  • Error at NTP module on UIFlow2 and Cardputer: Missing timezone

    3
    0 Votes
    3 Posts
    3k Views
    F
    I observe that there seems to be an NTP init step at the begin of the default UIFlow2 firmware startup, as the required arguments are part of the burn and configuration options. There is no more NTP section in the UIFLow2 blocks but a so called ā€œTimeā€ section thats delivers the ā€œset timezoneā€ command, which is in error. Please confirm the NTP was moved into the firmware and "Time" and also check why the ā€œtimezoneā€ module was not loaded by the firmware. Thanks for support. Shouldn't there be a mandatory Wifi connection setup before issuing an NTP request? Further, I got NTP data but with strange return values like: 2054,2,20,12,11.. . Why?
  • Is UIFlow 2.0 a dead project?

    9
    0 Votes
    9 Posts
    7k Views
    ajb2k3A
    @wsanders if you are programming in Micropython (the language behind UIFlow) use thonny, otherwise forget Arduino and use visual studio
  • Fire fimware version for UIflow2.0

    2
    0 Votes
    2 Posts
    1k Views
    ajb2k3A
    UIFlow2 for Core/Go/Fire