Control Your Pi with Webiopi

Webiopi is a fantastic framework for controlling your RPi over the web. I found it a steep learning curve, but once you’ve got head around a few ideas it provides a very powerful way of bringing your RPi to life.

I am primarily using it to gather data from sensors on my RPi and graph the output on a web page. I thought I’d publish what I’d done so that others can use the things I’ve found out.

Control Your Pi with Webiopi

Installation

Follow the guide on the Webiopi website to setup your RPi. If all goes well you should be able to start up the server and access your RPi on your local network via a browser. More importantly, you can now control the GPIO interface from a browser. I have my RPi connected to a Gertboard so that I can safely access all the GPIO header pins plus all of the other stuff that comes with the Gertboard.  For those unfamiliar with this extension board here’s a couple of pictures showing all of the functionality that it offers.

The left-hand diagram shows the main functionality of the board while the right-hand schematic is more useful in showing how to wire it up.

Control Your Pi with Webiopi Diagram

Connecting up Sensors
1. Temperature
I bought a couple of DS18B20 temperature sensors from ebay to monitor the temperature in my house (why? – just because I can!!!).  Setting up the sensor is very straightforward, it uses a one-wire interface so only requires three connections: VCC, GND, and DATA (in fact it can be used with only two connections but there may be stability issues on the RPi).  The one-wire interface on the RPi is accessed through GPIO 4 so this must be connected to Pin 2 of the DS18B20 as shown below.  Note a VAL pull-up resistor is also required between the Data line and 3V3.

 

For more detail: Control Your Pi with Webiopi


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top