<?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[m5Paper Sleep and Wake up]]></title><description><![CDATA[<p dir="auto">Dear Community,</p>
<p dir="auto">I'm slowly going mad. I've been trying for a few days to put my m5Paper into deep sleep and wake it up via timer AND touch, unfortunately without success. I have no power source at my place of use (display of temperature + temperature change via touch). Please help me before I go even more insane :)</p>
<p dir="auto">Greetings<br />
Beo</p>
]]></description><link>https://community.m5stack.com/topic/6087/m5paper-sleep-and-wake-up</link><generator>RSS for Node</generator><lastBuildDate>Thu, 07 May 2026 10:22:34 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6087.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 14 Feb 2024 05:04:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to m5Paper Sleep and Wake up on Mon, 19 Feb 2024 07:12:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a></p>
<p dir="auto">That sounds exciting. Do you mean another ESP that functions as an ULP?</p>
]]></description><link>https://community.m5stack.com/post/23910</link><guid isPermaLink="true">https://community.m5stack.com/post/23910</guid><dc:creator><![CDATA[Beo666]]></dc:creator><pubDate>Mon, 19 Feb 2024 07:12:36 GMT</pubDate></item><item><title><![CDATA[Reply to m5Paper Sleep and Wake up on Fri, 16 Feb 2024 19:32:32 GMT]]></title><description><![CDATA[<p dir="auto">The alternative is to use the M5Paper as an eraser which mean you do a HV write to fix the content on the display and then power it down and use an external interrupt to wake it.<br />
What about the dedicated ULP, and luck trying that?</p>
]]></description><link>https://community.m5stack.com/post/23850</link><guid isPermaLink="true">https://community.m5stack.com/post/23850</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 16 Feb 2024 19:32:32 GMT</pubDate></item><item><title><![CDATA[Reply to m5Paper Sleep and Wake up on Thu, 15 Feb 2024 05:44:56 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a></p>
<p dir="auto">thank you very much for your help.</p>
<p dir="auto">What I have in mind is not possible. Shutdown switches off the Touch, deep sleep restarts the ESP and light sleep consumes so much energy that the m5Paper only lasts a few hours... if at all.<br />
Thank you very much for your time and the great code examples.</p>
<p dir="auto">Greetings<br />
Beo</p>
]]></description><link>https://community.m5stack.com/post/23817</link><guid isPermaLink="true">https://community.m5stack.com/post/23817</guid><dc:creator><![CDATA[Beo666]]></dc:creator><pubDate>Thu, 15 Feb 2024 05:44:56 GMT</pubDate></item><item><title><![CDATA[Reply to m5Paper Sleep and Wake up on Wed, 14 Feb 2024 17:20:17 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/beo666" aria-label="Profile: Beo666">@<bdi>Beo666</bdi></a></p>
<p dir="auto">please find a deep / light sleep example <a href="https://github.com/felmue/MyM5StackExamples/blob/main/M5Paper/SleepTest/SleepTest.ino" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> which wakes up from timer (every 10 s) or when the touch screen is touched.</p>
<p dir="auto">The shutdown and wakeup from timer example is <a href="https://github.com/m5stack/M5EPD/blob/main/examples/Basics/RTC_WakeUp/RTC_WakeUp.ino" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> using <code>M5.shutdown(&lt;sec&gt;)</code>.</p>
<p dir="auto">Wakeup from shutdown mode by touch screen is not possible due to the fact that the touch screen interrupt is only connected to GPIO36 of the ESP32 which is powered off in shutdown mode.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/23810</link><guid isPermaLink="true">https://community.m5stack.com/post/23810</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Wed, 14 Feb 2024 17:20:17 GMT</pubDate></item><item><title><![CDATA[Reply to m5Paper Sleep and Wake up on Wed, 14 Feb 2024 08:58:50 GMT]]></title><description><![CDATA[<p dir="auto">Hello and thank you for your response <a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a></p>
<p dir="auto">I'm not really picky at the moment, whether it's deep sleep or shutdown. My aim is for the m5Paper to wake up and update itself every 60 minutes and also to update itself when I touch the display when it is in deep sleep / shutdown.</p>
<p dir="auto">Greetings<br />
Beo</p>
]]></description><link>https://community.m5stack.com/post/23801</link><guid isPermaLink="true">https://community.m5stack.com/post/23801</guid><dc:creator><![CDATA[Beo666]]></dc:creator><pubDate>Wed, 14 Feb 2024 08:58:50 GMT</pubDate></item><item><title><![CDATA[Reply to m5Paper Sleep and Wake up on Wed, 14 Feb 2024 08:48:02 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/beo666" aria-label="Profile: Beo666">@<bdi>Beo666</bdi></a></p>
<p dir="auto">could you share your code?</p>
<p dir="auto">BTW: just to clarify, what exactly do you mean by deep sleep? Putting only ESP32 into <a href="https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/sleep_modes.html#entering-sleep" target="_blank" rel="noopener noreferrer nofollow ugc">deep sleep</a> or <a href="https://github.com/felmue/M5EPD/blob/main/src/M5EPD.cpp#L117" target="_blank" rel="noopener noreferrer nofollow ugc">shutdown</a> M5Paper entirely?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/23800</link><guid isPermaLink="true">https://community.m5stack.com/post/23800</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Wed, 14 Feb 2024 08:48:02 GMT</pubDate></item></channel></rss>