<?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[T-Relay 4, I2C pins]]></title><description><![CDATA[<p dir="auto">Hello everyone!<br />
I need help with a LilyGo T-Relay board for 4 relays.<br />
I need to use I2C to communicate with the SCD30 but can't identify the I2C pins. Would anyone be able to help me?</p>
]]></description><link>https://www.community.lilygo.cc/topic/958/t-relay-4-i2c-pins</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 05:57:13 GMT</lastBuildDate><atom:link href="https://www.community.lilygo.cc/topic/958.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 01 May 2024 19:30:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to T-Relay 4, I2C pins on Sun, 12 May 2024 13:43:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.community.lilygo.cc/uid/612">@teastain2</a> I think I have a similar problem with <a href="https://community.lilygo.cc/topic/147/trouble-using-i2c-on-t-qt-pro/6?_=1715370562002" rel="nofollow ugc">this one</a><br />
But I haven't been able to fix it yet.<br />
Some version of the sketch and a couple of screenshots are <a href="https://drive.google.com/drive/folders/1AHt_NNHS58m3eJJ3iX8XpjA2LmyjxgFI" rel="nofollow ugc">here</a><br />
If you need more information, please let me know. Thank you for trying to help.</p>
]]></description><link>https://www.community.lilygo.cc/post/1703</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1703</guid><dc:creator><![CDATA[Vadym]]></dc:creator><pubDate>Sun, 12 May 2024 13:43:36 GMT</pubDate></item><item><title><![CDATA[Reply to T-Relay 4, I2C pins on Fri, 10 May 2024 23:55:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.community.lilygo.cc/uid/2314">@vadym</a> It is hard to understand!<br />
Can you post a sample stripped-down test sketch of a simple I2C device and I will take a look.<br />
I often use a M5Stack ENV sensor with a SHT3x sensor in a very minimalist sketch.<br />
-Terry</p>
]]></description><link>https://www.community.lilygo.cc/post/1702</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1702</guid><dc:creator><![CDATA[teastain2]]></dc:creator><pubDate>Fri, 10 May 2024 23:55:38 GMT</pubDate></item><item><title><![CDATA[Reply to T-Relay 4, I2C pins on Fri, 10 May 2024 14:31:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.community.lilygo.cc/uid/612">@teastain2</a> It does not work, and a specific I2C connection does not work. Scanning devices with I2C doesn't help either. Moreover, this code and connection immediately works on other Arduino devices, but it does not work with lilygo, does not find devices via I2C (the rest of the code works).<br />
Is it possible that this is due to incompatibility/incorrect operation of the libraries?<br />
I tried to use the libraries that are <a href="https://github.com/Xinyuan-LilyGO/LilyGo-T-Relay/blob/main/docs/RELAY_ESP32.md" rel="nofollow ugc">here</a>, but the Arduino IDE constantly offers to update them, and additionally tried to update some libraries, but nothing happened either.</p>
]]></description><link>https://www.community.lilygo.cc/post/1700</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1700</guid><dc:creator><![CDATA[Vadym]]></dc:creator><pubDate>Fri, 10 May 2024 14:31:21 GMT</pubDate></item><item><title><![CDATA[Reply to T-Relay 4, I2C pins on Thu, 02 May 2024 10:07:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.community.lilygo.cc/uid/612">@teastain2</a> yes, dual row pins)<br />
Thank, you! I will true)</p>
]]></description><link>https://www.community.lilygo.cc/post/1689</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1689</guid><dc:creator><![CDATA[Vadym]]></dc:creator><pubDate>Thu, 02 May 2024 10:07:35 GMT</pubDate></item><item><title><![CDATA[Reply to T-Relay 4, I2C pins on Wed, 01 May 2024 19:42:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.community.lilygo.cc/uid/2314">@vadym</a> You have a dual row of pins on the board?<br />
Any of those GPIO could be used for I2C.<br />
In your sketch you have to tell the Wire library which two pins they are.</p>
<pre><code>Wire.begin(SDA, SCL);
</code></pre>
]]></description><link>https://www.community.lilygo.cc/post/1686</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1686</guid><dc:creator><![CDATA[teastain2]]></dc:creator><pubDate>Wed, 01 May 2024 19:42:50 GMT</pubDate></item></channel></rss>