<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Raspberry Pi on Bald Engineer</title><link>https://www.baldengineer.com/category/tutorials/raspberry-pi</link><description>Recent content in Raspberry Pi on Bald Engineer</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 20 Aug 2017 21:34:07 +0000</lastBuildDate><atom:link href="https://www.baldengineer.com/category/tutorials/raspberry-pi/index.xml" rel="self" type="application/rss+xml"/><item><title>Pi Cap Hands On Review</title><link>https://www.baldengineer.com/pi-cap-hands-review.html</link><pubDate>Wed, 16 Aug 2017 13:05:52 +0000</pubDate><guid isPermaLink="false">https://www.baldengineer.com/?p=6657</guid><description>&lt;p&gt;The &lt;a href="https://www.bareconductive.com/shop/pi-cap/?v=7516fd43adaa"&gt;Pi Cap adds capacitive touch buttons to your Raspberry Pi&lt;/a&gt;. Bare Conductive was kind enough to send me one. I do not have a project in mind right now, so here are my first impressions.&lt;/p&gt;&#10;&lt;h2 id="what-is-the-pi-cap"&gt;What is the Pi Cap?&lt;/h2&gt;&#10;&lt;p&gt;Arduino tends to call daughter cards shields, while the Raspberry Pi community calls them hats. The Pi Cap is a hat. It plugs into the GPIO header of a Raspberry Pi and provides 13 capacitive touch pads. There is a traditional push button, an LED, and a prototyping area. While the Pi Cap does consume all of the GPIO pins, several are broken out near the GPIO header.&lt;/p&gt;</description></item><item><title>Raspberry Pi Startup Script Tutorial</title><link>https://www.baldengineer.com/raspberry-pi-startup-script-tutorial.html</link><pubDate>Wed, 28 Jun 2017 13:03:46 +0000</pubDate><guid isPermaLink="false">https://www.baldengineer.com/?p=6558</guid><description>&lt;p&gt;The last couple of weeks I have been making progress and posts on my RetroPie build. I&amp;rsquo;m putting a &lt;a href="https://www.hackster.io/baldengineer/retropie-in-a-super-famicom"&gt;Raspberry Pi inside of an actual SNES (well Super Famicom)&lt;/a&gt;. Part 1 covered the &lt;a href="https://www.baldengineer.com/raspberry-pi-soft-power-controller-circuit.html"&gt;schematic for a Soft Power Controller&lt;/a&gt;. In Part 2 I broke down the &lt;a href="https://www.baldengineer.com/software-power-controller-state-machine.html"&gt;RPSPC state machine&lt;/a&gt;. This 3rd and final post of the series is a Raspberry Pi startup script tutorial. It covers how to make scripts run at startup and shutdown.&lt;/p&gt;</description></item><item><title>Raspberry Pi Soft Power Controller - The Circuit</title><link>https://www.baldengineer.com/raspberry-pi-soft-power-controller-circuit.html</link><pubDate>Wed, 03 May 2017 23:18:56 +0000</pubDate><guid isPermaLink="false">https://www.baldengineer.com/?p=6481</guid><description>&lt;p&gt;The &lt;a href="https://retropie.org.uk"&gt;RetroPie project enables retro-gaming&lt;/a&gt; with a Raspberry Pi. All of the Pi models have enough computing power to emulate the major 8-bit and 16-bit computers of the 80s and 90s. With the Pi 3 I have even been able to play PS1 games with no problem. My current project is to put my Raspberry Pi running RetroPie into an old &lt;a href="http://nintendo.wikia.com/wiki/Super_Nintendo_Entertainment_System?file=Super_Famicom.jpg"&gt;Super Famicom (SFC)&lt;/a&gt;, or SNES, case. The catch? I want the original SPST power switch to work. And by work, I mean allow the Raspberry Pi to shutdown properly when the switch goes into the off position.  To accomplish this task, I am building a Raspberry Pi soft power controller.&lt;/p&gt;</description></item><item><title>Arduino Data Logger: Serial Monitor Alternatives</title><link>https://www.baldengineer.com/arduino-data-logger-options.html</link><pubDate>Wed, 05 Apr 2017 13:00:56 +0000</pubDate><guid isPermaLink="false">https://www.baldengineer.com/?p=6396</guid><description>&lt;p&gt;The Arduino serial monitor is usable when you want to watch data from an Arduino. However, it does not have a built-in method for saving the data. Here are some ideas if you want to build an Arduino data logger with or without a PC.&lt;/p&gt;&#10;&lt;h2 id="important-note-on-arduino-data-logger-examples"&gt;Important note on Arduino Data Logger examples&lt;/h2&gt;&#10;&lt;p&gt;With all of these examples, please remember that whenever you open the Arduino&amp;rsquo;s serial port, &lt;a href="http://playground.arduino.cc/Main/DisablingAutoResetOnSerialConnection"&gt;the board will reset&lt;/a&gt;. So if your log file shows &amp;ldquo;Initializing SD card…&amp;rdquo; with a few data lines in between, it is because there is a reset happening.&lt;/p&gt;</description></item><item><title>MQTT Tutorial for Raspberry Pi, Arduino, and ESP8266</title><link>https://www.baldengineer.com/mqtt-tutorial.html</link><pubDate>Wed, 24 Feb 2016 16:00:45 +0000</pubDate><guid isPermaLink="false">https://www.baldengineer.com/?p=5799</guid><description>&lt;p&gt;This week&amp;rsquo;s MQTT Tutorial connects a Raspberry Pi, ESP8266 (or Arduino), and a PC together. Remember last week&amp;rsquo;s post provided an &lt;a href="https://www.baldengineer.com/mqtt-introduction.html"&gt;overview of message brokers and MQTT&lt;/a&gt;. We learned that MQTT is a hub and spoke protocol for sending messages between IoT devices. Clients can subscribe or publish messages to a central server, called a broker.&lt;/p&gt;&#10;&lt;p&gt;Now it&amp;rsquo;s time to connect our IoT devices together!&lt;/p&gt;&#10;&lt;p&gt;For this MQTT tutorial, I have three main elements:&lt;br&gt;&#10;•    My Computer, which will act as the broker.&lt;br&gt;&#10;•    Raspberry Pi running Python&lt;br&gt;&#10;•    ESP8266 controlling an LED&lt;/p&gt;</description></item><item><title>MQTT Introduction and Tutorial Part One</title><link>https://www.baldengineer.com/mqtt-introduction.html</link><pubDate>Wed, 17 Feb 2016 16:00:25 +0000</pubDate><guid isPermaLink="false">https://www.baldengineer.com/?p=5778</guid><description>&lt;p&gt;MQTT is an easy way for Internet of Things (IoT) devices to communicate with each other. This light-weight protocol can be used with a simple 8-bit Arduino to a Raspberry Pi to a multi-core PC to Amazon Web Services. It is that versatile.&lt;/p&gt;&#10;&lt;p&gt;This MQTT Tutorial is broken into two parts. Part one is an MQTT Introduction. You&amp;rsquo;ll understand how publish/subscribe message brokering works. Next week, Part two will be a tutorial on using MQTT to communicate between a PC, Raspberry Pi, and ESP8266.&lt;/p&gt;</description></item><item><title>Raspberry Pi GUI Tutorial</title><link>https://www.baldengineer.com/raspberry-pi-gui-tutorial.html</link><pubDate>Wed, 03 Feb 2016 17:58:53 +0000</pubDate><guid isPermaLink="false">https://www.baldengineer.com/?p=5750</guid><description>&lt;p&gt;My favorite Raspberry Pi add-on is the &lt;a href="https://www.adafruit.com/products/2097"&gt;PiTFT from Adafruit&lt;/a&gt;. With it, you easily get a Raspberry Pi GUI interface and touch screen. The &lt;a href="https://learn.adafruit.com/adafruit-pitft-28-inch-resistive-touchscreen-display-raspberry-pi/easy-install-2"&gt;PiTFT software install&lt;/a&gt; is just a few things and it is good to go.&lt;/p&gt;&#10;&lt;figure&gt;&lt;img src="https://www.baldengineer.com/wp-content/uploads/2016/02/adafruit-pitft-2097-05-300x225.jpg"&#10;&#9;&#9;&#9;alt="Adafruit PiTFT - Click for more info"&gt;&lt;figcaption&gt;&#10;&#9;&#9;&#9;&lt;p&gt;Adafruit PiTFT - Click for more info&lt;/p&gt;&#10;&#9;&#9;&lt;/figcaption&gt;&#10;&lt;/figure&gt;&#10;&#10;&lt;p&gt;This screen is what I needed for my IoT project. The Pi+Screen will act as the primary controller for all of my things. The problem is I didn&amp;rsquo;t know much about writing GUI applications in Linux. So what could I do to create a Raspberry Pi GUI?&lt;/p&gt;</description></item><item><title>Is the Raspberry Pi Zero worth $5?</title><link>https://www.baldengineer.com/raspberry-pi-zero-is-not-worth-5-dollars.html</link><pubDate>Wed, 16 Dec 2015 16:00:57 +0000</pubDate><guid isPermaLink="false">https://www.baldengineer.com/?p=5673</guid><description>&lt;p&gt;What makes the Raspberry Pi so attractive? At $35 it is an unbelievable value for a single board computer. Since its introduction, a price race to the bottom has begun.&lt;/p&gt;&#10;&lt;p&gt;The &lt;a href="https://www.kickstarter.com/projects/1598272670/chip-the-worlds-first-9-computer"&gt;C.H.I.P.&lt;/a&gt; claims to have started shipping the $9 computer. Which, many pointed out, doesn&amp;rsquo;t cost $9 once you add things like support for display. I would like to point out, I was an early backer and have yet to receive one.&lt;/p&gt;</description></item><item><title>Help Adafruit test their #RaspberryPi Bootstrap</title><link>https://www.baldengineer.com/help-adafruit-test-raspberrypi-bootstrap.html</link><pubDate>Mon, 02 Feb 2015 15:22:41 +0000</pubDate><guid isPermaLink="false">https://www.baldengineer.com/?post_type=link&amp;p=3420</guid><description>&lt;p&gt;When you first get started with a Raspberry Pi, there are a number of operating system images already available.  The one most people start with is &lt;a href="http://www.raspbian.org"&gt;Raspbian&lt;/a&gt;, which is based on Debian Linux.&lt;/p&gt;&#10;&lt;p&gt;&lt;a href="http://blog.adafruit.com/2015/01/23/help-us-test-our-new-raspberry-pi-bootstrap-piday-raspberrypi/"&gt;&lt;img src="https://www.baldengineer.com/wp-content/uploads/2015/01/rpi_bootstrap-458x480.png" alt="rpi_bootstrap-458x480"&gt;&lt;/a&gt;&lt;/p&gt;&#10;&lt;p&gt;Adafruit created a fork of Raspbian which they called &lt;a href="https://learn.adafruit.com/adafruit-raspberry-pi-educational-linux-distro/overview"&gt;Occidentalis&lt;/a&gt;.  Their aim, of course, was for hardware hacking with the Pi.  Included are some patches that help make accessing the breakout pins easier.&lt;/p&gt;&#10;&lt;p&gt;Their latest project is the Adafruit Pi Finder, which makes it easier to configure a Pi over a network.  &lt;a href="http://blog.adafruit.com/2015/01/23/help-us-test-our-new-raspberry-pi-bootstrap-piday-raspberrypi/"&gt;Check out the details on Adafruit&amp;rsquo;s blog&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>AddOhms #7 - Comparing Arduino and Raspberry Pi</title><link>https://www.baldengineer.com/addohms-7-comparing-arduino-and-raspberry-pi.html</link><pubDate>Mon, 16 Dec 2013 12:00:59 +0000</pubDate><guid isPermaLink="false">https://www.baldengineer.com/?p=2127</guid><description>&lt;p&gt;The seventh AddOhms TutorialCast has gone &amp;ldquo;live&amp;rdquo;. (Gone &amp;ldquo;uploaded&amp;rdquo; sounds wrong.) Being able to understand difference between an Arduino and a Pi is a critical point for many new electronics hobbyist. The boards seem so similar, but they are so different.  &lt;a href="http://www.addohms.com/ep7"&gt;AddOhms #7: Comparing the Arduino and Raspberry Pi&lt;/a&gt;&lt;/p&gt;&#10;&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"&gt;&#10;&#9;&#9;&#9;&lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/7vhvnaWUZjE?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"&gt;&lt;/iframe&gt;&#10;&#9;&#9;&lt;/div&gt;&#10;&#10;&lt;p&gt;&lt;a href="http://www.addohms.com/ep7"&gt;Full Episode Notes&lt;/a&gt; are available on the Episode&amp;rsquo;s homepage.&lt;/p&gt;</description></item><item><title>Raspberry coming to a Hackerspace near you</title><link>https://www.baldengineer.com/raspberry-coming-to-a-hackerspace-near-you.html</link><pubDate>Mon, 20 Aug 2012 09:58:51 +0000</pubDate><guid isPermaLink="false">https://www.baldengineer.com/?p=1175</guid><description>&lt;p&gt;&lt;a href="https://www.baldengineer.com/wp-content/uploads/2012/08/Screen-Shot-2012-08-18-at-11.04.47-PM.png"&gt;&lt;img src="https://www.baldengineer.com/wp-content/uploads/2012/08/Screen-Shot-2012-08-18-at-11.04.47-PM.png" alt="Google map showing Raspberry Pi hackerspace tour stops across the United States"&gt;&lt;/a&gt;&#10;One of the Raspberry Pi Foundation&amp;rsquo;s developers, &lt;a href="https://twitter.com/rob_bishop"&gt;Rob Bishop&lt;/a&gt;, is heading out on a Hackerspace tour in the US.  Looks like he&amp;rsquo;ll be visiting a couple of spaces on the west coast, east coast, and my home town:  Austin, TX.&lt;/p&gt;&#10;&lt;p&gt;[Via raspberrypi.org &lt;a href="http://www.raspberrypi.org/raspberry-pi-foundation-us-hackspace-tour/"&gt;Raspberry Pi Foundation US Hackspace Tour | Raspberry Pi&lt;/a&gt;]&lt;/p&gt;</description></item></channel></rss>