Home

Awesome

RPi GPIO Web Control Panel

About

This is a simple and light web control panel for manipulating GPIO ports in Raspberry Pi.

RPi GPIO Web Control Panel ver. 1.0

It is based on:

Features

Installation

  1. Give your Raspberry Pi access to the Internet.
  2. Download and install bcm2835 library from http://www.open.com.au/mikem/bcm2835/, make sure it is working!
  3. Read about pin numbering in bcm2835 library and something about KLone web server.
  4. Download RPi GPIO Web Control Panel in zip archive, extract it.
  5. Change declaration for GPIO ports in lib/rpigpiowebcp.c file (gpio_outs[] and gpio_ins[] arrays) or use default values.
  6. Refer to KLone config file in webapp/etc/kloned.conf.
  7. Run make and wait...
  8. If everything went well run sudo ./kloned -F (this command will run KLone daemon in foreground mode) and go to your Raspberry Pi IP address in your browser.
  9. CTRL+C to stop KLone daemon.

Future plans

ChangeLog