Review "BATTERY"
-
Is there a way to read the charge level of the battery?
-
Looking at the schematics here, it looks like the IP5306 is connected to GPIO35 and 36. 2.1V each. However, in Config.h we have this definition:
[code]#define LORA_IRQ_PIN 36[/code]
That would conflict with the reading of the battery charge, no?
While using LoRa, I am reading ADC1_CH7 and ADC1_CH0. Here's what I get.
ADC1_CH7: 0 0.00
ADC1_CH0: 346 0.71The value for ADC1_CH7 is always 0. The value for ADC1_CH0 goes up and down. Weird.
-
A reply would be nice...
-
@dda
Hi, re. your original question, have you seen the excellent mod that reaper7 added recently ?
http://forum.m5stack.com/topic/85/m5stacksam-application-menu-library/4 -
@dda !
-
@jimit Didn't see that, thanks!
-
What is the runtime on the 850 mAh battery?
-
@world101 Using the 150ma one, I can run my M5Stack limited edition for 30~40 mins with the screen turned off and a simple program running, doing nothing else than turning the screen off (WiFi was not setup).
Running in the same conditions, I think the 850 should run for ~3 hours approximately.
I ordered one but I cannot confirm yet. -
@donck
Thanks. What core module version(s) do you have? Let me know what you experience on the 850 mAh after testing it. Also, if you could provide the internal dimensions of the area where the battery would go inside the battery module, that would be great. Curious if a larger mAh battery could fit in there. -
Hi, i was going to make around the same estimate of approx 3 hrs for the add-on battery module.... I had around same results as DoNcK with standard internal battery.... roughly 35 mins just sitting with menu program running on the M5... haven't tested the battery module....but it seems to last quite a long time. I def recommend it.
Of course longer times will be possible using various power saving options....
Here's a pic with the battery module dimensions... not much space there !
-
@world101 在 Review "BATTERY" 中说:
@donck
Thanks. What core module version(s) do you have?The grey limited edition and the one with PSRAM (both performing the same)
-