Navigation

    M5Stack Community

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

    MattM

    @MattM

    0
    Reputation
    5
    Posts
    1161
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    MattM Follow

    Posts made by MattM

    • RE: M5Paper EPD power consumption

      I just received my M5Paper and I can not get a 100% charge? The power consumption also seems high. I am only observing the battery level indicator relative to device use. Is there a problem with the firmware? Is the Wifi function draining the battery prematurely?

      posted in Cores
      MattM
    • RE: Bala2 example code will compile but running the code does not progress past calibration. <SOLVED>

      @mattm said in Bala2 example code will compile but running the code does not progress past calibration.:

      m5stack-grey

      =====> m5stack-grey

      posted in PRODUCTS
      MattM
    • RE: infected web page detected

      It is probably because the software that is linked for download is not a "signed" executable.

      posted in General
      MattM
    • RE: Bala2 example code will compile but running the code does not progress past calibration. <SOLVED>

      I answered my own question. Looks like I had the wrong build target. Everything is working as expected. I used the following build environment in PlatformIO and everything builds and works correctly. It is possible when I had the problem that I had chosen the wrong "board" for the build target. I'm considering this a closed issue as far as I am concerned.

      platformio.ini
      [env:m5stack-grey]
      platform = espressif32
      board = m5stack-grey
      framework = arduino
      lib_deps = m5stack/M5Stack@^0.3.1

      posted in PRODUCTS
      MattM
    • Bala2 example code will compile but running the code does not progress past calibration. <SOLVED>

      The Bala2 example application source from Github https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Application/Bala2 compiles successfully but when the code is ran on the Bala2 Core it stops at the "calibration finished!!" indication. I have tried this in both Arduino IDE 1.8.13 and PlatformIO with the same result. I can flash the Bala2 with the M5burner factory firmware and everything works as expected. Is there an additional step to building from source?

      Has any one been able to successfully build the example application from source?

      posted in PRODUCTS
      MattM