Skip to content

Commit

Permalink
readme: update with more details
Browse files Browse the repository at this point in the history
  • Loading branch information
xkonni committed Nov 25, 2012
1 parent 7b161ce commit d3e3600
Showing 1 changed file with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,30 @@
RCSwitch for Raspberry Pi
=========================
# Raspberry Pi Remote

This is just an early version of http://code.google.com/p/rc-switch/
that is working on the Raspberry Pi.
## About
Control your remote power sockets with a raspberry pi.
This project includes a web interface.

What you need:
## Credits
* sui li for creating RCSwitch for the arduino
* r10r for porting RCSwitch to the raspberry
* x3 for creating homecontrol4me

## Required Hardware
* Raspberry Pi
* 434 Mhz transmitter
* Some radio controlled power outlets
* A Raspberry Pi
* wiringPi setup and installed. See https://projects.drogon.net/raspberry-pi/wiringpi/
* Some radio controlled power sockets

## Setup
* Install wiringPi. See https://projects.drogon.net/raspberry-pi/wiringpi/
* Checkout this project
* Compile it
* Connect pin11 of the raspberry to the transmitter

## Usage
Try if all is working with the send program
* Switch on single socket: ./send.cpp 00001 1 1

Use the daemon in combination with the webinterface
* Copy the files in webinterface in your http directory
* Edit ip address in config.php
* Edit the predefined setup of sockets in config.php

0 comments on commit d3e3600

Please sign in to comment.