<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[M5Stack Grey  charging 16580 LiPo]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">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?</p>
<p dir="auto">regards,<br />
Rob Oudendijk</p>
]]></description><link>https://community.m5stack.com/topic/2367/m5stack-grey-charging-16580-lipo</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 23:34:19 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2367.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 28 Sep 2020 12:26:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Stack Grey  charging 16580 LiPo on Fri, 16 Oct 2020 08:05:28 GMT]]></title><description><![CDATA[<p dir="auto">Hi Rob</p>
<p dir="auto">if you look into <code>Power.cpp</code> you'll see that the current already is set to about 400 mA:<br />
<a href="https://github.com/m5stack/M5Stack/blob/master/src/utility/Power.cpp" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5Stack/blob/master/src/utility/Power.cpp</a></p>
<pre><code>void POWER::begin() {
  uint8_t data;
  //Initial I2C 
  Wire.begin(21, 22);
  // 450ma 
  setVinMaxCurrent(CURRENT_400MA);
</code></pre>
<p dir="auto">are you calling <code>M5.Power.begin()</code> in your setup code?<br />
Or maybe the current has been reduced due the the battery being close to full?</p>
<p dir="auto">Cheers<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/10349</link><guid isPermaLink="true">https://community.m5stack.com/post/10349</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 16 Oct 2020 08:05:28 GMT</pubDate></item></channel></rss>