Posts and projects tagged with raspberry pi

  • Setting up My Raspberry Pi Cluster

    I posted earlier about setting up my first Raspberry Pi. This was a trial run for setting up a small cluster of five raspberry pis. To make life simple, I used the same steps to get berryboot and an OS on the other 4. This took a bit longer than some options, but with only 5 boxe ...

  • Unboxing My Raspberry Pi Cluster

    I posted earlier about setting up my first Raspberry Pi. When I bought the Pi I actually bought five so that I could set up a cluster. For those that are interested, I thought I would walk through my hardware setup really quick. I bought all the parts from MCM Electronics to buil ...

  • Setting Up My First Raspberry Pi

    I got my Raspberry Pi over the weekend, so I wanted to get started and see what I could do with it. I ordered from MCM Electronics and was able to get the PI with a clear case for $41.99 and the power supply for 6.61, much cheaper than Amazon, when I checked. The first thing I d ...

  • Getting Started with Flask on a Raspberry Pi

    I talked about setting up my first Raspberry Pi in a previous post. In this post I want to start talking about setting up and using Python and flask to create web applications on the Pi. This post assumes that you have already installed easy_install on your Pi. First, create a ...