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?
Latest posts made by MattM
-
RE: M5Paper EPD power consumption
-
RE: infected web page detected
It is probably because the software that is linked for download is not a "signed" executable.
-
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 -
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?