M5Stack Grey charging 16580 LiPo
-
Hi all,
I have designed a board with the M5Stack grey on it and the battery is a 16580. But it only chargers at about 120mA. How to set the IP5306 to charge at higher currents?
regards,
Rob Oudendijk -
Hi Rob
if you look into
Power.cppyou'll see that the current already is set to about 400 mA:
https://github.com/m5stack/M5Stack/blob/master/src/utility/Power.cppvoid POWER::begin() { uint8_t data; //Initial I2C Wire.begin(21, 22); // 450ma setVinMaxCurrent(CURRENT_400MA);are you calling
M5.Power.begin()in your setup code?
Or maybe the current has been reduced due the the battery being close to full?Cheers
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