🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    How to test if the M5Paper is attached to USB power?

    PRODUCTS
    1
    2
    3.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dov
      last edited by

      I'd like to have different behavior whether the M5paper is running of USB power or battery. I guess I can just try to go to sleep and if it "fails" and I reached the next statement, the I'm on USB power (since you never deep sleep when connected). But is there a more direct way?

      1 Reply Last reply Reply Quote 0
      • D
        dov
        last edited by dov

        Answering my own question. This was trivially simple in my code. My code was doing deep sleep in the setup() function. When waking up from deep-sleep the setup function is called again. But if the device is powered by USB then deep sleep fails and we will reach the loop() function. So any special code that I want for USB power should simply be put in loop().

        1 Reply Last reply Reply Quote 0
        • First post
          Last post