<?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 plus Save power]]></title><description><![CDATA[<p dir="auto">Hi everybody.,</p>
<p dir="auto">I am working on making the m5stickC plus run as energy-efficiently as possible.</p>
<p dir="auto">machine.deepsleep(*)</p>
<p dir="auto">The above code is possible to save energy on the m5stickC plus.</p>
<p dir="auto"><img src="/assets/uploads/files/1705145896844-schermafbeelding-2024-01-13-123458.png" alt="0_1705145894762_Schermafbeelding 2024-01-13 123458.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Now I use external modules that are connected to the 5Vout. actually I want the 5Vout to go out too.<br />
The DOCS of m5stick states that you can communicate with the AXP192 Chip via I2C (21,22).<br />
With this I want to disable the IPSout and enable it again.</p>
<p dir="auto">What code can I use for this? And do you have any more ideas about what I can do?<br />
I program in VScode and with an extension vscode-m5stack-mpy</p>
<p dir="auto">P.S. I asked AI to write some code for this and came up with the following<br />
<img src="/assets/uploads/files/1705146135180-9a83628f-2e6a-429a-9877-b0b1bbbbb491-image.png" alt="0_1705146137828_9a83628f-2e6a-429a-9877-b0b1bbbbb491-image.png" class=" img-fluid img-markdown" /><br />
as you probably understand the code doesn't work</p>
]]></description><link>https://community.m5stack.com/topic/5975/m5stickc-plus-save-power</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 16:18:31 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5975.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Jan 2024 11:43:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5stickC plus Save power on Sun, 14 Jan 2024 07:41:09 GMT]]></title><description><![CDATA[<p dir="auto">At the moment I am using the following code to save energy.</p>
<p dir="auto">screenlight turn off, not the backlight.<br />
axp.setLcdBrightness(0)</p>
<p dir="auto">wifi turn off<br />
wlan = network.WLAN(network.STA_IF)<br />
wlan.active(False)</p>
<p dir="auto">but still the total curent use is 150-200mA</p>
]]></description><link>https://community.m5stack.com/post/23338</link><guid isPermaLink="true">https://community.m5stack.com/post/23338</guid><dc:creator><![CDATA[thijsnl]]></dc:creator><pubDate>Sun, 14 Jan 2024 07:41:09 GMT</pubDate></item></channel></rss>