<?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[[Solved]sleep mode on MircoPython?]]></title><description><![CDATA[<p dir="auto">We can use DeepSleep mode on MicroPython as described here:<br />
<a href="https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo</a></p>
<p dir="auto">Is there any way (modules) to handle light sleep mode in MicroPython?<br />
Other version of ESP32's MicroPython provides machine.lightsleep().<br />
<a href="http://vcc-gnd.com/rtd/html/esp32/quickref.html?fbclid=IwAR3ChQc9samG9iNG9IFTRGypX_zqD43d8QweAeWI5OUKRuCgGxvKaHxDXE8" target="_blank" rel="noopener noreferrer nofollow ugc">http://vcc-gnd.com/rtd/html/esp32/quickref.html?fbclid=IwAR3ChQc9samG9iNG9IFTRGypX_zqD43d8QweAeWI5OUKRuCgGxvKaHxDXE8</a></p>
]]></description><link>https://community.m5stack.com/topic/987/solved-sleep-mode-on-mircopython</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 20:39:58 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/987.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 May 2019 08:58:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Solved]sleep mode on MircoPython? on Thu, 09 May 2019 10:42:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5-docs" aria-label="Profile: m5-docs">@<bdi>m5-docs</bdi></a> Thanks, mine's version is: "MicroPython ESP32_LoBo_v3.2.24 - 2018-09-06 on M5Stack with ESP32", that is distributed for UI flow 1.2.3.<br />
I burned UI flow 1.3.0-beta, and found machine.lightsleep() is available.</p>
]]></description><link>https://community.m5stack.com/post/4206</link><guid isPermaLink="true">https://community.m5stack.com/post/4206</guid><dc:creator><![CDATA[akita11]]></dc:creator><pubDate>Thu, 09 May 2019 10:42:08 GMT</pubDate></item><item><title><![CDATA[Reply to [Solved]sleep mode on MircoPython? on Thu, 09 May 2019 03:25:47 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/akita11" aria-label="Profile: akita11">@<bdi>akita11</bdi></a></p>
<p dir="auto">Which version are you using? Here's mine.<br />
<img src="/assets/uploads/files/1557372238656-%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20190509112151.png" alt="0_1557372238970_微信图片_20190509112151.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/4198</link><guid isPermaLink="true">https://community.m5stack.com/post/4198</guid><dc:creator><![CDATA[m5-docs]]></dc:creator><pubDate>Thu, 09 May 2019 03:25:47 GMT</pubDate></item><item><title><![CDATA[Reply to [Solved]sleep mode on MircoPython? on Wed, 08 May 2019 06:37:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5-docs" aria-label="Profile: m5-docs">@<bdi>m5-docs</bdi></a> No, I'm using the newest MicroPython on M5stack, but "machine" has no member of "lightsleep()".</p>
]]></description><link>https://community.m5stack.com/post/4186</link><guid isPermaLink="true">https://community.m5stack.com/post/4186</guid><dc:creator><![CDATA[akita11]]></dc:creator><pubDate>Wed, 08 May 2019 06:37:28 GMT</pubDate></item><item><title><![CDATA[Reply to [Solved]sleep mode on MircoPython? on Wed, 08 May 2019 03:43:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/akita11" aria-label="Profile: akita11">@<bdi>akita11</bdi></a> Yes, as <a href="http://vcc-gnd.com" target="_blank" rel="noopener noreferrer nofollow ugc">http://vcc-gnd.com</a> told, use the following code</p>
<pre><code>import machine
machine.lightsleep() 
</code></pre>
<p dir="auto">will enter light sleep mode</p>
]]></description><link>https://community.m5stack.com/post/4184</link><guid isPermaLink="true">https://community.m5stack.com/post/4184</guid><dc:creator><![CDATA[m5-docs]]></dc:creator><pubDate>Wed, 08 May 2019 03:43:39 GMT</pubDate></item></channel></rss>