How to disable M5stack fire power saving
-
Hello guys, how can I disable the power saving on M5Stack Fire, so even if the battery is below 25% the M5Stack stills running?
I tried this
M5.Power.setPowerBoostKeepOn(true);
But didn't work, as expected.Any solutions?
-
@gbastos
Fire does not have power saving function -
To disable power saving on the M5Stack Fire, modify the AXP192 PMU settings using the M5Stack library in Arduino. UseM5.Power.setPowerBoostKeepOn(true); to keep power on and prevent sleep mode. Additionally, disable deep sleep with esp_sleep_disable_wakeup_source to ensure continuous operation without unexpected shutdowns.
-
Hello @peolsolutions
just an FYI: M5Stack Fire doesn't have an AXP192 PMU.
I get the feeling some of your posts are AI generated, no? If I am correct I'd appreciate if you could first verify the technical facts before posting.
Thank you very much for your understanding.
Thanks
Felix
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login