Tagged: embedded devices

3,963

Node.js, GPIO and the Raspberry Pi

This post is an excerpt of the Chapter 4 “Getting Started with Embedded Systems” in Building the Web of Things, a Manning book by Dominique Guinard and Vlad Trifa. In a previous post we talked about the increasing importance of Node.js for embedded systems in the IoT but we didn’t have a concrete look at what using Node.js on an embedded device looked like. In this post we’ll look at what it means for the Raspberry Pi. Installing Node.js on a Raspberry Pi The first step is to install Node on your Pi. The latest versions of Raspbian (the Pi...

Towards the Web of Things: Web Mashups for Embedded Devices 1,435

Towards the Web of Things: Web Mashups for Embedded Devices

After having some troubles getting the Web of Things idea accepted by the scientific community it seems like the last weeks bring the wind of change 😉 The paper: “Towards the Web of Things: Web Mashups for Embedded Devices” we submitted a while ago to the MEM workshop of the WWW 2009 conference just got accepted. In this paper we better explain the concepts behind the Web of Things, namely we talk about the way we implement RESTful APIs for embedded devices. Furthermore, we discuss the different integration methods to connect embedded devices and sensor networks to the Web. Showing...