Navigation

    M5Stack Community

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

    Posts made by WonkoTheSane

    • RE: M5StickCPlus MicrPython power saving

      Hi @felmue,
      Unfortunately on my M5StickPlus axp.setLcdBrightness(50) gives an error.

      Maybe it has different MicroPython hardware APIs than your device?

      posted in Micropython
      W
      WonkoTheSane
    • M5StickCPlus MicrPython power saving

      Hi,
      Which MicroPython APIs can help reduce power drain on M5StickCPlus?

      I was unable to get basics to work:

      • lcd.setBrightness(0-100) # didn't change LCD backlight brightnes
      • power.getBatteryLevel() # didn't seam to work
      • No API to turn off wifi mentioned at: https://github.com/m5stack/UIFlow-Code/wiki/Advanced - does this work: wifiCfg.wlan_sta.active(False)

      Are there other APIs to turn on/off parts of device , or to reduce power drain?

      Thanks

      posted in Micropython
      W
      WonkoTheSane