Exactly what it says on the tin. These are instructions from Raspi.TV on how to download and write an operating system image onto an SD card for the Raspberry Pi. A couple of teachers asked me to do some instructions…
Category: Tutorials
Operating a Simple Switch and LED on the Raspberry Pi
Great tutorial from Cambridge University about connecting a switch to an LED. Great beginners stuff! Computer Laboratory: Section 2: GPIO.
Redwing Pi goes to github!
Just created a repository for my set-up scripts (which form the backbone of my “Redwing Pi”). http://github.com/recantha/redwing-pi/ I’ve written some instructions for myself for getting existing code into a repository on Git. Here goes: First of all, go to github.com and…
Pi + 16×2 LCD with a contrast control
In trying to get my PiPodCorder project up-and-running, I’ve been experimenting with bits and pieces attached to a breadboard. In my previous post, I’d got an LCD module running. This time, I’m posting up a Fritzing circuit design to for…
Learn the Linux command line
Just found this nifty little site (LinuxCommand.org) that aims to teach you how to use the terminal of a Linux machine, such as a Raspberry Pi. For those after something a little more in the Quick Reference arena, there’s also…
Give Windows access to your Pi over your LAN
>Auto install a Simple Samba Setup | cymplecy: ‘via Blog this’
markwilson.it » A beginner’s guide to getting started with Raspberry Pi (#RasPi)
>Fantastic beginners guide for the RPi. Just brilliant. We discovered at the MK Raspberry Jam that not enough attention was being paid to the 1000s of people who bought a Pi but were not already experts. It’s a bit of…
Dynamic DNS – open up your Pi’s webserver to the World
I’ve installed Raspcontrol by Jacob Clark along with Apache and PHP. I did a guide for that in a previous post. What I want to do now is to get the webserver running it open to the World. I’m on…
Headless Raspberry Pi – Tell me my IP address!
What is my IP address and can you email it to me? Instructions for getting your IP address emailed to you can be found on the RPi wiki It works. Yay. What is my IP address, and can you tell it…
Command Line experiments
Trying a few things out on my Pi from various blogs. NB: this is a stream-of-consciousness experimentation post. I will re-post the most exciting part (text-to-speech) in another part, all cleaned up! RPi Blog – Optimizing for a headless install Now, I…