<?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[How to use OLED with GPIO]]></title><description><![CDATA[<p dir="auto">Just getting started with the onion.... And I have the OLED board, but it uses all the pins... how can I do something like get temperature data on a GPIO pin and display the result on the OLED?</p>
]]></description><link>http://community.onion.io/topic/1507/how-to-use-oled-with-gpio</link><generator>RSS for Node</generator><lastBuildDate>Tue, 17 Mar 2026 14:07:11 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/1507.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Jan 2017 04:39:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to use OLED with GPIO on Sun, 29 Jan 2017 04:39:17 GMT]]></title><description><![CDATA[<p dir="auto">Just getting started with the onion.... And I have the OLED board, but it uses all the pins... how can I do something like get temperature data on a GPIO pin and display the result on the OLED?</p>
]]></description><link>http://community.onion.io/post/9818</link><guid isPermaLink="true">http://community.onion.io/post/9818</guid><dc:creator><![CDATA[Frank Blau]]></dc:creator><pubDate>Sun, 29 Jan 2017 04:39:17 GMT</pubDate></item><item><title><![CDATA[Reply to How to use OLED with GPIO on Sun, 29 Jan 2017 07:20:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2793">@Frank-Blau</a> I am assuming you are using the OLED expansion plugged into the Expansion Dock (or the Power Dock).  If so, you are correct, the OLED covers the whole of the GPIO header making it difficult to access the GPIO pins.</p>
<p dir="auto">Your best bet is probably to get a Proto Expansion (<a href="https://onion.io/store/proto-expansion/" rel="nofollow">https://onion.io/store/proto-expansion/</a>). This provides a small soldering area with access to all the GPIO pins.  You can connect your temperature sensor (etc.) to this.</p>
<p dir="auto">Then plug the Proto Expansion in to the Expansion Dock first and then plug the OLED on top of the Proto Expansion.</p>
]]></description><link>http://community.onion.io/post/9824</link><guid isPermaLink="true">http://community.onion.io/post/9824</guid><dc:creator><![CDATA[Kit Bishop]]></dc:creator><pubDate>Sun, 29 Jan 2017 07:20:42 GMT</pubDate></item><item><title><![CDATA[Reply to How to use OLED with GPIO on Wed, 01 Feb 2017 00:04:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2793">@Frank-Blau</a></p>
<p dir="auto">If you have thin enough or stranded wire, you can try squeezing it into the GPIO in the Expansion Header on the Dock and then inserting the OLED pins on top of it. You should be fine just as long as any loose strands of wire do not short or make contact with the other pins on the Expansion.</p>
<p dir="auto">Gabe</p>
]]></description><link>http://community.onion.io/post/10047</link><guid isPermaLink="true">http://community.onion.io/post/10047</guid><dc:creator><![CDATA[Gabriel Ongpauco]]></dc:creator><pubDate>Wed, 01 Feb 2017 00:04:33 GMT</pubDate></item><item><title><![CDATA[Reply to How to use OLED with GPIO on Wed, 01 Feb 2017 00:15:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/455">@Gabriel-Ongpauco</a> Possible - but not highly recommended as a permanent solution <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":-)" alt="🙂" /></p>
]]></description><link>http://community.onion.io/post/10051</link><guid isPermaLink="true">http://community.onion.io/post/10051</guid><dc:creator><![CDATA[Kit Bishop]]></dc:creator><pubDate>Wed, 01 Feb 2017 00:15:09 GMT</pubDate></item><item><title><![CDATA[Reply to How to use OLED with GPIO on Sat, 04 Feb 2017 15:26:32 GMT]]></title><description><![CDATA[<p dir="auto">Is there documentation of which pins the OLED is using so you know which pins are available if you insert something in between?</p>
<p dir="auto">This is probably really obvious, but i couldn't quite figure it out.</p>
]]></description><link>http://community.onion.io/post/10322</link><guid isPermaLink="true">http://community.onion.io/post/10322</guid><dc:creator><![CDATA[Patrick Rainsberry]]></dc:creator><pubDate>Sat, 04 Feb 2017 15:26:32 GMT</pubDate></item><item><title><![CDATA[Reply to How to use OLED with GPIO on Sat, 04 Feb 2017 21:55:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2370">@Patrick-Rainsberry</a> The OLED uses I2C, so (as far as I am aware) the only pins you should need to connect are:</p>
<ul>
<li>I2C SDA</li>
<li>I2C SCL</li>
<li>GND</li>
<li>3.3V</li>
</ul>
<p dir="auto">On the Omega2, the position of these pins is shown in <a href="https://raw.githubusercontent.com/OnionIoT/Onion-Docs/master/Omega2/Documentation/Hardware-Overview/img/Omega-2-Pinout-Diagram.png" rel="nofollow">https://raw.githubusercontent.com/OnionIoT/Onion-Docs/master/Omega2/Documentation/Hardware-Overview/img/Omega-2-Pinout-Diagram.png</a> which comes from <a href="https://docs.onion.io/omega2-docs/omega2.html" rel="nofollow">https://docs.onion.io/omega2-docs/omega2.html</a></p>
<p dir="auto">Because the OLED is designed to plug in to the Expansion Dock, you can see where the pins are from <a href="https://raw.githubusercontent.com/OnionIoT/Onion-Docs/master/Omega2/Documentation/Hardware-Overview/img/expansion-dock-expansion-header-pinout.png" rel="nofollow">https://raw.githubusercontent.com/OnionIoT/Onion-Docs/master/Omega2/Documentation/Hardware-Overview/img/expansion-dock-expansion-header-pinout.png</a> which comes from <a href="https://docs.onion.io/omega2-docs/expansion-dock.html" rel="nofollow">https://docs.onion.io/omega2-docs/expansion-dock.html</a></p>
]]></description><link>http://community.onion.io/post/10391</link><guid isPermaLink="true">http://community.onion.io/post/10391</guid><dc:creator><![CDATA[Kit Bishop]]></dc:creator><pubDate>Sat, 04 Feb 2017 21:55:20 GMT</pubDate></item><item><title><![CDATA[Reply to How to use OLED with GPIO on Sat, 04 Feb 2017 23:06:15 GMT]]></title><description><![CDATA[<p dir="auto">You could plug the OLED into a small proto board and the run the 4 wires to the OLED Expansion board.</p>
]]></description><link>http://community.onion.io/post/10419</link><guid isPermaLink="true">http://community.onion.io/post/10419</guid><dc:creator><![CDATA[Don DeGregori]]></dc:creator><pubDate>Sat, 04 Feb 2017 23:06:15 GMT</pubDate></item><item><title><![CDATA[Reply to How to use OLED with GPIO on Sun, 05 Feb 2017 16:12:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/19">@Kit-Bishop</a> <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/1997">@Don-DeGregori</a> Thanks!  Much appreciated.  DOn't know why i didn't just look at the traces on the board from the beginning LOL</p>
<p dir="auto">For reference it appears that:</p>
<ul>
<li>I2C SDA</li>
<li>I2C SCL</li>
<li>GND</li>
<li>3.3V (both of them)</li>
<li>GPIO 11</li>
</ul>
<p dir="auto">Are in use.</p>
]]></description><link>http://community.onion.io/post/10490</link><guid isPermaLink="true">http://community.onion.io/post/10490</guid><dc:creator><![CDATA[Patrick Rainsberry]]></dc:creator><pubDate>Sun, 05 Feb 2017 16:12:03 GMT</pubDate></item><item><title><![CDATA[Reply to How to use OLED with GPIO on Sun, 05 Feb 2017 22:51:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2370">@Patrick-Rainsberry</a> This is pretty well what I expected except for the usage of GPIO 11 which surprises me</p>
<p dir="auto">I have access to the circuit diagrams for the Omega1 and Expansion Dock and OLED Expansion<br />
On these, what is marked as GPIO 11 on the pin out diagrams referenced above is used for VDD25 (i.e. 2.5Volt supply) and is used on the OLED Expansion to supply power to level shifters between the I2C signals from the Omega and the OLED display chip.</p>
<p dir="auto">I am unable to find schematics for the Omega2 (hint to Onion devs: <strong><code>can we have ALL schematics for the Omega2 and related boards please</code></strong>  <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":-)" alt="🙂" />  ) so can't tell whether this has been repurposed for the Omega2 etc. or whether the pin out diagrams for the Omega2 etc in the Omega2 docs referenced above are wrong in this respect</p>
]]></description><link>http://community.onion.io/post/10526</link><guid isPermaLink="true">http://community.onion.io/post/10526</guid><dc:creator><![CDATA[Kit Bishop]]></dc:creator><pubDate>Sun, 05 Feb 2017 22:51:57 GMT</pubDate></item></channel></rss>