Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. majrooo
    M
    • Continue chat with majrooo
    • Start new chat with majrooo
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    majrooo

    @majrooo

    0
    Reputation
    2
    Posts
    1368
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    majrooo Follow

    Posts made by majrooo

    • RE: isCharging() and getBatteryLevel()

      Take look at this example:
      https://github.com/m5stack/M5StickC/tree/master/examples/Advanced/AXP192/PowerWake

      function 'M5.Axp.GetVapsData()' can be used for what you need. When value is above 4.5V it's charging.
      function M5.Axp.GetVbatData() will show you battery level.

      posted in M5 Stick/StickC
      M
      majrooo
    • RE: M5Stack serious WiFi Failures !!

      @drwino To conserve battery power you can try disable backlight on lcd with :
      M5.Lcd.setBrightness(0);

      update: I just tested this:
      M5.begin(false);
      backlight almost disabled and nothing on screen.
      so better is just set backlight to zero.

      posted in PRODUCTS
      M
      majrooo