<?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[Timer Camera X with RTC]]></title><description><![CDATA[<p dir="auto">I'm trying to use Timer Camera X with RTC wakeup.<br />
By enabling RTC by TimerCAM.begin(true), it resuls in camera initialization error. This problem is also reported on <a href="https://github.com/m5stack/TimerCam-arduino/issues/16" target="_blank" rel="noopener noreferrer nofollow ugc">GitHub's issue</a>.<br />
By reading library source codes, this seems to be caused by I2C driver, where camera uses I2C as SCCB, while RTC also uses I2C.</p>
<p dir="auto">Any advises?</p>
]]></description><link>https://community.m5stack.com/topic/6103/timer-camera-x-with-rtc</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 01:16:25 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6103.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 18 Feb 2024 09:34:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Timer Camera X with RTC on Mon, 19 Feb 2024 08:22:25 GMT]]></title><description><![CDATA[<p dir="auto">Hello guys</p>
<p dir="auto">please see my comment <a href="https://github.com/m5stack/TimerCam-arduino/issues/16#issuecomment-1951920691" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> for a possible explanation and solution.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/23913</link><guid isPermaLink="true">https://community.m5stack.com/post/23913</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 19 Feb 2024 08:22:25 GMT</pubDate></item><item><title><![CDATA[Reply to Timer Camera X with RTC on Mon, 19 Feb 2024 04:42:19 GMT]]></title><description><![CDATA[<p dir="auto">On TimerCameraX, RTC and camera are connected to ESP32 using different I2C buses, this means ESP32 uses two different I2C master for RTC and camera.</p>
]]></description><link>https://community.m5stack.com/post/23904</link><guid isPermaLink="true">https://community.m5stack.com/post/23904</guid><dc:creator><![CDATA[akita11]]></dc:creator><pubDate>Mon, 19 Feb 2024 04:42:19 GMT</pubDate></item><item><title><![CDATA[Reply to Timer Camera X with RTC on Sun, 18 Feb 2024 18:12:40 GMT]]></title><description><![CDATA[<p dir="auto">I2C is a one-master, multiple-slave approach. That is, one master device can connect to multiple slave devices and select and <strong>read through different device addresses</strong>. Please refer to the i2c protocol for details.<br />
<a href="https://learn.adafruit.com/scanning-i2c-addresses/arduino" target="_blank" rel="noopener noreferrer nofollow ugc">https://learn.adafruit.com/scanning-i2c-addresses/arduino</a></p>
<p dir="auto"><a href="https://github.com/m5stack/TimerCam-arduino/tree/master/examples/wakeup" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/TimerCam-arduino/tree/master/examples/wakeup</a></p>
]]></description><link>https://community.m5stack.com/post/23888</link><guid isPermaLink="true">https://community.m5stack.com/post/23888</guid><dc:creator><![CDATA[flypeek]]></dc:creator><pubDate>Sun, 18 Feb 2024 18:12:40 GMT</pubDate></item></channel></rss>