<?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[Core Ink Wake Up button from Deep Sleep]]></title><description><![CDATA[<p dir="auto">Can't get my M5 Core Ink to wake up from deep sleep using a button :</p>
<pre><code>esp_sleep_enable_ext0_wakeup(GPIO_NUM_5, LOW); // EXT buton
esp_deep_sleep_start();
</code></pre>
<p dir="auto">It goes to deep sleep but does not wake up from button. It does wake up from an RTC timer though.<br />
I also tried holding power pin without success:</p>
<pre><code>gpio_hold_en((gpio_num_t) POWER_HOLD_PIN);
gpio_deep_sleep_hold_en();
</code></pre>
<p dir="auto">Thanks for your help!<br />
Alex.</p>
]]></description><link>https://community.m5stack.com/topic/3421/core-ink-wake-up-button-from-deep-sleep</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 21:28:50 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3421.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 28 Jun 2021 16:22:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Core Ink Wake Up button from Deep Sleep on Thu, 01 Jul 2021 17:48:48 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/10701">@alexylem</a></p>
<p dir="auto">only so called RTC_GPIOs can wake ESP32 from deep sleep. Unfortunately GPIO_NUM_5 is not one of them.</p>
<p dir="auto">Please check out page 15 - Pin description of the <a href="https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf" target="_blank" rel="noopener noreferrer nofollow ugc">ESP32 datasheet</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/14301</link><guid isPermaLink="true">https://community.m5stack.com/post/14301</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 01 Jul 2021 17:48:48 GMT</pubDate></item></channel></rss>