Category: Hardware

My Dev Env – remote access to a Raspberry Pi
REST API on a Pi, Part 2: control your GPIO I/O ports over the internet
Making the Gertboard code examples work on a Raspberry Pi 2
If you have downloaded the gertboard software package gertboard_sw_20120725.zip from the farnell site at http://www.element14.com/community/docs … rd-techdoc on your Raspberry Pi 2, you’ll find it doesn’t work right away.
a Raspberry PI NFC Reader
Coming soon – how I built an NFC card reader on the Raspberry Pi with a web dashboard displaying NFC events detected in real time…
Raspberry Pi GPIO Input/Output in Javascript
One of the first hardware hacking examples a new RPi owner is encouraged to try out is turning on an LED via the RPi’s GPIO interface. The standard examples use the Python programming language, but its also possible to do everything you need to do on the RPi in Javascript.
How to build a REST Web API on a Raspberry PI in JavaScript
One of the most useful reasons for providing your Raspberry Pi with a REST API is to expose its inputs and outputs to a web client (on any iPhone, laptop or desktop PC anywhere in the world) for remote monitoring and/or control. This is part 1 of a 2 part blog showing how to implement a REST API in JavaScript.