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 change background color of M5Msgbox
      Micropython • • ondrej1024

      1
      0
      Votes
      1
      Posts
      1022
      Views

      No one has replied

    • O

      How to interrupt urequests if it hangs
      Micropython • • ondrej1024

      3
      0
      Votes
      3
      Posts
      2683
      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
      3475
      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
      2637
      Views

      No one has replied

    • O

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

      5
      0
      Votes
      5
      Posts
      6815
      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

      6
      0
      Votes
      6
      Posts
      9291
      Views

      M

      @kiwilogan I found that updating VSC and uninstalling and re-installing the M5Stack extension made that magic "Add M5Stack" button appear.