<?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[Full pinout for TTGO Lora32 V2.1-1.6.1]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I'm trying to set up a Gateway with the TTGO LoRa32 V2.1-1.6.1 board. But information on the product page is only about V1.6: -&gt; <a href="http://www.lilygo.cn/claprod_view.aspx?TypeId=62&amp;Id=1130&amp;FId=t28:62:28" rel="nofollow ugc">http://www.lilygo.cn/claprod_view.aspx?TypeId=62&amp;Id=1130&amp;FId=t28:62:28</a></p>
<ul>
<li>Are TTGO LoRa32 V2.1-1.6 and TTGO LoRa32 V2.1-1.6.1 are fully pin-compatible? What exactly is the difference?</li>
</ul>
<p dir="auto">I want to use it as a single channel gateway -&gt; <a href="https://github.com/things4u/ESP-1ch-Gateway" rel="nofollow ugc">https://github.com/things4u/ESP-1ch-Gateway</a><br />
Would this be the right config: (meaning right pin mapping):</p>
<pre><code>struct pins {
	uint8_t dio0=26;		// GPIO26 / Dio0 used for one frequency and one SF
	uint8_t dio1=33;		// GPIO33 / Used for CAD, may or not be shared with DIO0
	uint8_t dio2=32;		// GPIO32 / Used for frequency hopping, don't care
	uint8_t ss=18;			// GPIO18 / CS. Select pin connected to GPIO18
	uint8_t rst=23;			// GPIO14 / D3. Reset pin not used	
} pins;
#define SCK 5
#define MISO 19
#define MOSI 27
#define RST 23
#define SS 18

</code></pre>
<p dir="auto">I also would like to use the OLED on the board, but am missing further infos:</p>
<ul>
<li>what OLED exactly is mounted to the board? Which protocol is it using? Which pins are connected to it?</li>
</ul>
<p dir="auto">Thank you in advance for your help.</p>
]]></description><link>https://www.community.lilygo.cc/topic/72/full-pinout-for-ttgo-lora32-v2-1-1-6-1</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 10:20:51 GMT</lastBuildDate><atom:link href="https://www.community.lilygo.cc/topic/72.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 May 2022 22:22:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Full pinout for TTGO Lora32 V2.1-1.6.1 on Wed, 10 Aug 2022 02:01:08 GMT]]></title><description><![CDATA[<ol>
<li>TTGO LoRa32 V2.1-1.6 is the same as TTGO LoRa32 V2.1-1.6.1, we just changed the silk screen on the board.</li>
<li>The OLED on the board uses (SDA)21 , (SCL)22</li>
<li>There are schematic diagrams and reference codes in our warehouse, please see here <a href="https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series" rel="nofollow ugc">Link</a></li>
</ol>
]]></description><link>https://www.community.lilygo.cc/post/201</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/201</guid><dc:creator><![CDATA[lewis]]></dc:creator><pubDate>Wed, 10 Aug 2022 02:01:08 GMT</pubDate></item></channel></rss>