Navigation

    M5Stack Community

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

    Topics created by ondrej1024

    • O

      How to interrupt urequests if it hangs
      Micropython • • ondrej1024

      3
      0
      Votes
      3
      Posts
      1189
      Views

      O

      Yes, watchdog timer could be an idea. The same can be done with a normal timer and calling machine.reset() when it fires. However I was wondering if there was a more graceful way of handling this, e.g. interrupting just the hanging urequests.request() method and then continuing with the program without rebooting the whole device.
    • O

      How to distribute Micropython application as binary flash image ?
      Micropython • • ondrej1024

      3
      0
      Votes
      3
      Posts
      1554
      Views

      O

      Thanks a lot. This seems exactly what I was looking for. Command line is not a problem. Will try it.
    • O

      MicroPython: handling multiple screens on Core2 with M5Screen()
      UIFlow • • ondrej1024

      1
      0
      Votes
      1
      Posts
      1531
      Views

      No one has replied

    • O

      Core2: Python API to get battery charge level
      UIFlow • • ondrej1024

      5
      0
      Votes
      5
      Posts
      3894
      Views

      O

      Thanks. I checked on the Core2 and here battery voltage also ranges from about 3.2V to 4.2V.
    • O

      Core2 with Visual Studio Code
      Core 2 • micropython • • ondrej1024

      5
      0
      Votes
      5
      Posts
      4637
      Views

      K

      I am also having this problem with the most recent version, did you get it working for the core2? All the example code I found was for a model with buttons not touch screen and several libraries that I haven't got to work on a core2.