Raspberry Pi

Raspberry Pi Cross Compiling Tools for Mac OSX

Crosstool-NG GNU Linux EABI Toolchain for RPi3 If you’re looking for the toolchain to compile userspace programs on the Raspberry Pi 3 using OSX El Capitan then you’re in luck.…

2018.10.22 · 1 Minute Read

Deploy HomeBridge On Raspberry Pi Using Resin.io

I’ve been nerding out. It’s something I just can’t stop sometimes. Most recently working on making our home more connected and efficient. Part of the effort was experimenting with…

2017.11.1 · 5 Minute Read

Raspberry Pi Getting Interactive With Websockets

In order to get interactive with your now serial enabled Raspberry Pi we need a framework that will provide the ability to communicate in real time over the web. For example, first…

2017.5.4 · 11 Minute Read

Cross Compiling on Mac OSX for Raspberry Pi

In my previous posts, I came to the realization that the Raspberry Pi is not very fast! This results lots of chair spinning time while waiting for my projects to compile. A After I…

2016.9.1 · 6 Minute Read

Resistive Water Level Measurements

More tinkering happened today. I also had time to make an organizer for my prototyping setup. More details after the break! There are a bunch of ways that you can do measure liquid…

2014.3.21 · 4 Minute Read

Setting Up Serial (UART) on Raspberry Pi

Here’s another mini post about using the built in serial device on the Raspberry Pi. By default, the Raspbian kernel attaches to the serial port (/dev/ttyAMA0) and uses it as a…

2014.3.7 · 4 Minute Read

Installing Node.js on Raspberry Pi

As a continuation of posting tips and tricks about the Raspberry Pi I thought I would throw in some mini-posts that some people may find useful or interesting. Today’s topic? How…

2014.2.26 · 2 Minute Read

Fixing your Locale on Raspberry Pi

As a continuation of posting tips and tricks about the Raspberry Pi I thought I would throw in some mini-posts that some people may find useful or interesting. So without further…

2014.2.24 · 2 Minute Read

Installing Tup on Raspbian

There are always cool new technologies being developed every day. I was introduced to the Tup build system from one of my colleagues at Sifteo. Mostly for giggles, I’ve decided to…

2014.1.28 · 7 Minute Read

Raspberry Pi: Ruby + Nginx Setup

In this guide, I’m going to show you how to get a basic web server running on a Raspberry Pi. Sounds intriguing? Let’s get started! Set the timezone I found that the timezone was…

2013.10.2 · 3 Minute Read

How to Enable Password-less Login on Raspberry Pi

In this guide, I’m going to show you how setup password-less ssh login to your Raspberry Pi. Itching to get started? Lets go! Beam me up This guide assumes you have already loaded…

2013.9.30 · 4 Minute Read