<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Arduino on Lloyd Rochester's Geek Blog</title><link>https://lloydroc.github.io/tags/arduino/</link><description>Recent content in Arduino on Lloyd Rochester's Geek Blog</description><generator>Hugo</generator><language>en</language><copyright>Copyright © 2025, Lloyd Rochester.</copyright><lastBuildDate>Sun, 12 May 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://lloydroc.github.io/tags/arduino/index.xml" rel="self" type="application/rss+xml"/><item><title>Hello World on SSD1306 using Arduino</title><link>https://lloydroc.github.io/post/hardware/ssd1306-arduino-hello-world/</link><pubDate>Sun, 12 May 2024 00:00:00 +0000</pubDate><guid>https://lloydroc.github.io/post/hardware/ssd1306-arduino-hello-world/</guid><description>&lt;h1 id="hahahugoshortcode70s0hbhb">Hello World on SSD1306 using Arduino&lt;/h1>
&lt;p>After looking through numerous libraries and examples to control the SSD1306 with Arduino, I&amp;rsquo;ve found nothing simple. There are some really powerful libraries with lots of support. In this post I&amp;rsquo;ll post the simplest possible &amp;ldquo;Hello World&amp;rdquo; example on an SSD1306 using an Arduino Due. Note, if you need to draw shapes, lines, movement you&amp;rsquo;ll have to extend this example.&lt;/p>
&lt;p>&lt;img src="https://lloydroc.github.io/assets/jpg/ssd1306_arduino_hello_world.jpg" alt="Hello World SSD1306 Arduino">&lt;/p></description></item><item><title>UART Between Raspberry Pi and Arduino</title><link>https://lloydroc.github.io/post/hardware/uart-rpi-and-arduino/</link><pubDate>Wed, 18 Mar 2020 14:02:54 +0000</pubDate><guid>https://lloydroc.github.io/post/hardware/uart-rpi-and-arduino/</guid><description>&lt;p>Using a 2-wire serial connection we can communicate from a Raspberry Pi (RPi) to an Arduino. For the Raspberry Pi we&amp;rsquo;ll use the built in UART accessed through a &lt;code>tty&lt;/code>, and the Arduino we&amp;rsquo;ll use the &lt;a href="https://www.arduino.cc/reference/en/language/functions/communication/serial/">Serial&lt;/a> Communication Library.&lt;/p>
&lt;h1 id="what-this-example-does">What this Example Does?&lt;/h1>
&lt;p>This example will use a RPi and Arduino to send a fixed message from the RPi to the Arduino. The Arduino will then echo what it receives back the RPi. The hardware used was a RPi B+ and the Arduino Due. The code is all in C/C++.&lt;/p></description></item></channel></rss>