Navigation

    M5Stack Community

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

    Posts made by lmartu68

    • RE: M5Burner does not work in MacOX 12.3.

      this is the error I get

      Uncaught Exception:
      Error: spawn python ENOENT
      at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
      at onErrorNT (internal/child_process.js:456:16)
      at processTicksAndRejections (internal/process/task_queues.js:80:21)

      posted in Bug Report
      L
      lmartu68
    • RE: M5Burner does not work in MacOX 12.3.

      Hello,

      I tried re installing python 3 and running the executable from the command line but I get a Java error
      Has anyone got this to work?
      Its frustrating!

      posted in Bug Report
      L
      lmartu68
    • RE: Is the https://flow.m5stack.com/ running?

      @ajb2k3
      im developing on visual studio now which could be a valid alternative to the online ide.
      What's the protocol to save a py file to the permanent memory and load at startup?
      I can only upload temp.py, but it doesn't persist between reboots.

      posted in Bug Report
      L
      lmartu68
    • RE: Is the https://flow.m5stack.com/ running?

      I think we should seriously get together and demand an update of the local IDE. If at any time the company should go out of business we would all be left with a drawer full of useless paperweights.

      posted in Bug Report
      L
      lmartu68
    • RE: uiflow running, but cannot connect to using the api key

      @falbriard Same here in italy,
      Ui is active but can't find the device, says it's offline.

      posted in Bug Report
      L
      lmartu68
    • RE: UIFLOW 1.9.1 NO LONGER UPLOADING FIRMWARE URGENT!!!!!!

      @felmue
      Here’s the story
      On my Mac I get the interface .. but it doesn’t upload , probably because it has cached elements in it, I’m sure that if I empty my browser’s cache it will show up white.
      If I use another PC or Mac that has never connected to the UIflow site I get a white screen.
      How can it be?

      posted in Core 2
      L
      lmartu68
    • RE: UIFLOW 1.9.1 NO LONGER UPLOADING FIRMWARE URGENT!!!!!!

      @ajb2k3
      That’s my configuration …. Still not working
      I get the screen and everything works in blackly except uploading code when I get an error for the web app.
      At least the web app loads… but it is useless.
      In which country are you?

      posted in Core 2
      L
      lmartu68
    • RE: UIFLOW 1.9.1 NO LONGER UPLOADING FIRMWARE URGENT!!!!!!

      @tgeddings
      Ok , that’s not good news,
      I’ve tried using Thonny to upload python code over usb generated by uiflow, but it’s a bit clunky and hit and miss.
      When it does work I can’t get the program to persist between reboots.

      Is there no way to open a trouble ticket with the company?

      posted in Core 2
      L
      lmartu68
    • RE: UIFLOW 1.9.1 NO LONGER UPLOADING FIRMWARE URGENT!!!!!!

      @felmue thank you Felix, no longer necessary to reply to other message I sent you.
      Let's see what happens.
      Probably a backend issue.

      L.

      posted in Core 2
      L
      lmartu68
    • RE: Is ezdata working or not?

      @felmue
      hello
      not relevant this topic, but UIflow 1.9.1 is not downloading code to my devices, I'm getting a red error banner, with a check your api key or filename.
      API key is correct.
      I've tried reloading the 1.9.1 firmware, and getting a new api key for my device, but nothing.
      Yesterday everything was working fine.
      Do know if there Is there any way to get into contact with support? I'm pretty sure this is a widespread issue,.
      thanks
      L.

      posted in General
      L
      lmartu68
    • RE: UIFlow 2.0.0 firmware preview version

      @m5stack
      UIFLOW 1.9.1 is no longer uploading projects to my devices
      Im getting a red banner saying to check my api key or filename...
      This is absurd , I've opened a thread for this just now.![0_1643658726928_IMG_7501.jpg](Uploading 100%)
      PLEASE REPLY

      posted in Official Updates
      L
      lmartu68
    • UIFLOW 1.9.1 NO LONGER UPLOADING FIRMWARE URGENT!!!!!!

      Ok @m5stack ,
      I get it that it's the Chinese news year but UIflow is no longer uploading firmware to any of my core2 devices.
      I am getting an red banner saying to check my API KEY , which is correct, or to check my filename. WHAT IS GOING ON?
      Yesterday evening everything was working fine.
      I can access the file system form the UIflow app and add files and delete them , but there is no way of flashing.
      The offline tool is useless. It is such an old version 1.7.5 of firmware that no one is using an can no longer be flashed to the devices.
      The UIFLOW is for v 1.9.1.
      I've tried erasing and re reloading the core UIflow firmware, but I can't put any Micropython apps on it.
      WHAT IS GOING ON THIS IS RIDICULOUS. PLEASE GET YOUR ACT TOGETHER.
      Your hardware is awesome but the software is so buggy it's driving me crazy!
      L.

      posted in Core 2
      L
      lmartu68
    • RE: Is ezdata working or not?

      @felmue
      Let’s hope for a solution.
      I’ve had a love hate relationship with M5stack devices. They’re awesome …. But they’re so buggy they drive me nuts!

      posted in General
      L
      lmartu68
    • RE: Is ezdata working or not?

      @m5stack on my core2 after 2 set.data commands I get the [Errno 12] ENOMEM every time
      makes the EZ data function useless.
      Ive tried slowing down set data commands , once every 30 seconds , but the error occurs always.
      I can only publish 2 data, then I must reset

      here is the code..what is wrong? it's quote absurd. The code is so simple....

      from m5stack import *
      from m5stack_ui import *
      from uiflow import *
      import ntptime
      import wifiCfg
      import time
      from flow import ezdata
      screen = M5Screen()
      screen.clean_screen()
      screen.set_screen_bg_color(0xFFFFFF)

      data = None

      wifiCfg.doConnect('XXXXXXX"')
      wifiCfg.autoConnect(lcdShow=False)

      import random

      while True:
      data = random.randint(0, 100)
      try :
      ezdata.setData('XXXXXXXX', 'temp', data)
      except Exception as e:
      print(str(e))
      wait(30)

      posted in General
      L
      lmartu68