Navigation

    M5Stack Community

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

    Topics created by sloflo

    • S

      Ways to add external battery
      M5 Stick/StickC • • sloflo

      7
      0
      Votes
      7
      Posts
      7399
      Views

      L

      @sloflo Thanks for this tear down guide for the M5StickC Plus, it was very helpful!
    • S

      [SOLVED] How to charge M5StickC and M5StickC Plus (beyond 3.7V)?
      FAQS • • sloflo

      3
      0
      Votes
      3
      Posts
      5353
      Views

      S

      Danke @felmue , Your answer pointed me in the right direction. The voltage between GND and BAT pins was indeed 4.0V+, so I went back to check my code. I noticed that the official documentation for the AXP on the M5StickC only mentions M5.Axp.GetVbatData() (which is what I used and what gave me weird readings) but the AXP code example uses M5.Axp.GetBatVoltage() and the latter actually gives me the correct number. What's the difference between these two? Is it just the *1.1/1000? Cheers, Flo