Skip to main content

Linux

5 posts in this category

Linux
Setting up OpenHAB development environment on Ubuntu
2015-07-26

This post describes how I set up my development environment for OpenHAB on Ubuntu 14.04 LTS. I followed the tutorial How to set up a development environment for openHAB. Ensure the system is …

Linux
Raspberry Pi door bell
2015-03-20

I’ve always wanted a door bell that could e-mail me a picture whenever someone came to my door. This should be fairly easy using a Raspberry Pi, so I built one. Here’s the build log and code if you …

Linux
Installing VSCP on a Raspberry Pi
2015-03-04

Here’s an overview of how to install vscp_software on a Raspberry Pi. It is based on the tutorial on setting up the VSCP daemon on Unix. I’m not only giving the commands but also the verbose output …

Linux
Raspberry Pi setup
2015-03-03

This post documents how I have set up my Raspberry Pi (model B+) for double duty as a VSCP daemon server and a pimped doorbell. This page is mostly for my own reference. Static IP # Find the DHCP …

Linux
Installing USB2CAN on Linux
2014-10-31

This article describes how to use the USB2CAN interface with VSCP on Linux. While I am installing the interface on Ubuntu Linux, there is no reasons why it shouldn’t work on other distributions as …