Writing Raspberry Pi to an SD card on OS X
Step 0 - Download Raspbian OS The first thing we need to do is download Raspbian OS [https://www.raspberrypi.org/downloads/]. Once the disk image has been...
Rapsberry Pi, Arduino, IoT
Step 0 - Download Raspbian OS The first thing we need to do is download Raspbian OS [https://www.raspberrypi.org/downloads/]. Once the disk image has been...
Here's a simple python script for Raspberry Pi. Step 1 - Install sudo apt-get update sudo apt-get install python-dev sudo apt-get install python-rpi.gpio -------------------------------------------------------------------------------- Step...
I've been tinkering with Raspberry Pi for two years and it's pretty remarkable what you can build with a $35US computer. Aside from being...
This entry will show you how to create a QR reader using a live webcam feed. Install Processing Option 1: Manual Download Processing 2.2.1 Disk Image...
Here's how to get Raspberry Pi and Arduino to talk to each other. General Purpose Input Output (GPIO) Control the GPIO pins on Rasberry PI using...
Writing an SD card from OS X Step 1 You can figure out the name of your blank SD Card by first inserting the disk and running this...
Step 1 Install Serial lib sudo apt-get install python serial Step 2 Find the RFID reader within Raspberry Pi ls /dev/tty* import time import serial delay = 0...
How to get Arduino and Raspberry Pi working together.