<?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[I2C on TAB5]]></title><description><![CDATA[<p dir="auto">I need to connect SDC40 from M5Stack to the TAB5. Wich port is the one to use to connect the SCD40.</p>
<p dir="auto">Is there an example how to use the I2C with the TAB5</p>
]]></description><link>https://community.m5stack.com/topic/7775/i2c-on-tab5</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 06:02:00 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7775.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 22 Aug 2025 18:52:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I2C on TAB5 on Fri, 05 Sep 2025 07:03:15 GMT]]></title><description><![CDATA[<p dir="auto">I2C on Tab5  as example used with ENV3 sensor</p>
<p dir="auto">i2c0 = I2C(0, scl=Pin(54), sda=Pin(53), freq=100000)<br />
env3 = ENVUnit(i2c=i2c0, type=3)</p>
]]></description><link>https://community.m5stack.com/post/29898</link><guid isPermaLink="true">https://community.m5stack.com/post/29898</guid><dc:creator><![CDATA[robski]]></dc:creator><pubDate>Fri, 05 Sep 2025 07:03:15 GMT</pubDate></item><item><title><![CDATA[Reply to I2C on TAB5 on Thu, 04 Sep 2025 13:29:47 GMT]]></title><description><![CDATA[<p dir="auto">As no one Answered. I have a MS5637 barometric sensor on the Tab5 through the Port.a.</p>
<p dir="auto">The configuration that i used to communicate with it was these:</p>
<pre><code>M5.Ex_I2C.begin(); // Initialize I2C for MS5637 with SDA=GPIO53, SCL=GPIO54
Wire.begin(M5.Ex_I2C.getSDA(), M5.Ex_I2C.getSCL()); // Reconfigure default Wire to use M5.Ex_I2C pins
barometricSensor.begin(Wire);
</code></pre>
<p dir="auto">I'm not even sure if everything is needed but it works.</p>
]]></description><link>https://community.m5stack.com/post/29897</link><guid isPermaLink="true">https://community.m5stack.com/post/29897</guid><dc:creator><![CDATA[Wolfo]]></dc:creator><pubDate>Thu, 04 Sep 2025 13:29:47 GMT</pubDate></item></channel></rss>