Introduction: Control Your World With Your Pi Without Programming

About: The ThingBox Project - A ready to flash Raspberry Pi image that contains Node-RED and Internet Of Things software for non developers.

This Instructable shows you how to use a simple affordable extension board named PiFace on top of the Raspberry Pi to control the world around you, without any technical skill.

Step 1: The Hardware

Get first a Raspberry Pi 2 from any vendor (see here). The Raspberry Pi is a low cost (less than 45$), credit-card sized computer. It is a capable little device that enables people of all ages to explore computing. It’s capable of doing everything you’d expect a desktop computer to do.

Step 2: PiFace Digital

Then get a PiFace Digital board (BEWARE to buy the one for Pi2: here at Amazon) and plug in on the Raspberry Pi.

Step 3: Get the Software

Getting the software is easy and free from theThingbox.io web site: just a file to download from here (choose the PI2 version) and to write to a SDCard as explained here. Then insert the SDCard into the Pi, switch on the Pi and launch an internet browser from your PC (windows or Mac).

Alternatively, you can buy an already built Pi 2 here: http://TimeSquAir.io

Step 4: Access the Pi From Your Internet Browser

Enter the network address "thethingbox.local" of the Pi into the address bar of your browser (see here for detailed instructions) and voila!

Step 5:

Here is the basic editor.

Step 6: Import the Piface Plugin

Select "Import - Node" from the right menu

Step 7:

Fill carefully with the plugin name.

Hit Ok and wait the reboot button to become activ, then use it to reboot the Pi.

Step 8:

Refresh your browser.

Now enter "piface" in the filter box to find the new nodes.

Step 9:

Drag the first one (with the handle right) to the workspace.

Step 10:

Add also a display node from the palette and link the PiFace node to the display node.

Now we have to choose from where to get the information:

Step 11:

Fill the setting dialog as shown.

Now use the activate button to make the flow activ:

Step 12:

Select now the "Display / Debug" tab on the left, if not already in front:

Step 13:

Now press the first physical button on the board and let it pressed: a 0 is displayed.

Now release it: a 1 is displayed:

Step 14:

Step 15: Turn on a LED

As the board contains LEDs, we can turn them on.

Use now the second PiFace node to build the following flow, using the previous node:

Step 16:

Double clic it, fill the dialog as above and then activate.

Step 17:

Now when you press the physical button, the LED turns off, when you release, it turns on.

Step 18: Learn More!

Get more about the software: https://www.npmjs.com/package/node-red-node-piface

Get more about the PiFace: http://www.piface.org.uk/guides/

Learn how to link things together with TimeSquAir (http://TimeSquAir.io) and IBM's Node-RED (http://nodered.org)
and discover the other Instructables: