Navigation

    M5Stack Community

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

    Topics created by houkensjtu

    • H

      UART communication problem
      M5Stack Fire • • houkensjtu

      4
      0
      Votes
      4
      Posts
      3642
      Views

      Sorry, that I don't know.
    • H

      Is there a deep sleep mode for Fire?
      M5Stack Fire • • houkensjtu

      4
      0
      Votes
      4
      Posts
      4723
      Views

      Hello @houkensjtu ok, I see. In UI-FLOW you could use an Execute code block and add something like this for deep sleep: import machine #sleep for 10 seconds machine.deepsleep(10000) or light sleep: import machine #sleep for 10 seconds machine.lightsleep(10000) BTW: I found a nice tutorial about MicroPython and sleep modes here. Cheers Felix