<?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[Deep sleep issue Timercam official firmware]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I've burned the official Timercam v1.1 firmware to the Timercam OV3660. This functions very well and the image is visible via the api interface.<br />
The only issue I have is that the device doesn't sleep longer than 2100 seconds (35 min). I've set the deep sleep time on 15000 seconds through the interface. The serial monitor also shows this sleep time when waking up.<br />
It looks like the same issue as described here: <a href="https://forum.arduino.cc/t/maximum-deep-sleep-time-for-esp32/968194" target="_blank" rel="noopener noreferrer nofollow ugc">Link to same issue</a>.<br />
Can I edit the firmware downloaded from the M5burner or are there other solutions to troubleshoot or solve this?</p>
<p dir="auto">Kind regards.</p>
]]></description><link>https://community.m5stack.com/topic/4689/deep-sleep-issue-timercam-official-firmware</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 06:30:40 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4689.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 07 Oct 2022 15:05:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Deep sleep issue Timercam official firmware on Sun, 09 Oct 2022 18:24:01 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the support! I've managed to 'fix' it. Reinstalled the IDF with predownloaded V4.0.3 version.<br />
I couldn't get the uint conversion working in the main.c. It came up with a lot of errors. So I decided to go for the quick and dirty solution; hardcoded sleep timer of four hours in microseconds. Not the way it supposed to be, but it works for me ;-)</p>
]]></description><link>https://community.m5stack.com/post/18921</link><guid isPermaLink="true">https://community.m5stack.com/post/18921</guid><dc:creator><![CDATA[jvdpol]]></dc:creator><pubDate>Sun, 09 Oct 2022 18:24:01 GMT</pubDate></item><item><title><![CDATA[Reply to Deep sleep issue Timercam official firmware on Sun, 09 Oct 2022 14:46:50 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jvdpol" aria-label="Profile: jvdpol">@<bdi>jvdpol</bdi></a></p>
<p dir="auto">I am using ESP-IDF v4.0.1 and cloned the repository like this:</p>
<pre><code>git clone -b v4.0.1 --recursive https://github.com/espressif/esp-idf.git
</code></pre>
<p dir="auto">then alongside I cloned the TimerCam repository and switched to <code>timer-wake</code> branch</p>
<pre><code>git clone https://github.com/m5stack/TimerCam-idf.git
cd TimerCam-idf
git checkout timer-wake
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/18918</link><guid isPermaLink="true">https://community.m5stack.com/post/18918</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 09 Oct 2022 14:46:50 GMT</pubDate></item><item><title><![CDATA[Reply to Deep sleep issue Timercam official firmware on Sun, 09 Oct 2022 13:09:10 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a> for the information and pointing me to the source!<br />
I've edited the main.c file and tried to build and flash the code via the Espressif IDF.  I'm getting a lot of errors, and i'm unable to build the code. (i'm lacking coding experience to solve it)<br />
According to this <a href="https://youtu.be/zGN8dTM9IPU" target="_blank" rel="noopener noreferrer nofollow ugc">Youtube clip</a> the errors may be caused by the version of the IDF. I've tried different older versions (I cannot find V4.0.3 anymore)</p>
<p dir="auto">Can you help me any further with this?<br />
Kind regards,<br />
Joris</p>
]]></description><link>https://community.m5stack.com/post/18917</link><guid isPermaLink="true">https://community.m5stack.com/post/18917</guid><dc:creator><![CDATA[jvdpol]]></dc:creator><pubDate>Sun, 09 Oct 2022 13:09:10 GMT</pubDate></item><item><title><![CDATA[Reply to Deep sleep issue Timercam official firmware on Sat, 08 Oct 2022 20:43:23 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jvdpol" aria-label="Profile: jvdpol">@<bdi>jvdpol</bdi></a></p>
<p dir="auto">the issue is that the variable holding the wake_time is defined as <code>int</code> which overflows when converted to microseconds.</p>
<p dir="auto">I think this is the <a href="https://github.com/m5stack/TimerCam-idf/tree/timer-wake" target="_blank" rel="noopener noreferrer nofollow ugc">source code</a> for the Timercam.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/18910</link><guid isPermaLink="true">https://community.m5stack.com/post/18910</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 08 Oct 2022 20:43:23 GMT</pubDate></item></channel></rss>