<?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[M5StickC BUGC... why do we change charge current?!]]></title><description><![CDATA[<p dir="auto">In BUGC.ino, there's an interesting line - "If add battery, need increase charge current".</p>
<p dir="auto">It's brief! I take it to mean - that if I use the little li-ion battery that comes with the BUGC, I need to include this line that changes the charging current of the M5StickC?</p>
<p dir="auto">I'm -guessing- that the battery in place also powers the M5StickC's internal battery charger?</p>
<p dir="auto">Why am I increasing it!? Shouldn't I be decreasing the charge current to it doesn't drain the robots power?</p>
<p dir="auto">What if I left it as whatever its default is?</p>
<pre><code>void setup() 
{
M5.begin();
BugC.Init();
M5.Lcd.setTextColor(TFT_GREEN);
M5.Lcd.setRotation(1);
M5.Lcd.drawCentreString("BUGC example", 120, 50, 4);
// if add battery, need increase charge current
M5.Axp.SetChargeCurrent(CURRENT_360MA);
}
</code></pre>
]]></description><link>https://community.m5stack.com/topic/3600/m5stickc-bugc-why-do-we-change-charge-current</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 00:37:07 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3600.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Sep 2021 13:28:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5StickC BUGC... why do we change charge current?! on Fri, 01 Oct 2021 12:48:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5stack" aria-label="Profile: m5stack">@<bdi>m5stack</bdi></a> Thank you!</p>
]]></description><link>https://community.m5stack.com/post/15024</link><guid isPermaLink="true">https://community.m5stack.com/post/15024</guid><dc:creator><![CDATA[SarahC]]></dc:creator><pubDate>Fri, 01 Oct 2021 12:48:00 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC BUGC... why do we change charge current?! on Sun, 26 Sep 2021 01:59:23 GMT]]></title><description><![CDATA[<p dir="auto">setting a fit charge current level would let the battery charge fast.   if use the default charge current it would spend a long time to be full.</p>
]]></description><link>https://community.m5stack.com/post/14981</link><guid isPermaLink="true">https://community.m5stack.com/post/14981</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Sun, 26 Sep 2021 01:59:23 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickC BUGC... why do we change charge current?! on Sat, 25 Sep 2021 14:53:00 GMT]]></title><description><![CDATA[<p dir="auto">Ohhhhhh.....</p>
<p dir="auto"><a href="https://community.m5stack.com/topic/2625/m5stickcplus-doesn-t-program-correctly/3">https://community.m5stack.com/topic/2625/m5stickcplus-doesn-t-program-correctly/3</a></p>
]]></description><link>https://community.m5stack.com/post/14980</link><guid isPermaLink="true">https://community.m5stack.com/post/14980</guid><dc:creator><![CDATA[SarahC]]></dc:creator><pubDate>Sat, 25 Sep 2021 14:53:00 GMT</pubDate></item></channel></rss>