Skip to content

Commit

Permalink
Cosmetic readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
solarkennedy committed Mar 5, 2016
1 parent 615bf0b commit fb0e939
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,36 @@

Use your Arduino or Raspberry Pi to operate remote radio controlled devices

##Download
## Download
https://github.com/sui77/rc-switch/releases/latest

##Wiki
## Wiki
https://github.com/sui77/rc-switch/wiki

##Info
###Send RC codes
## Info
### Send RC codes

Use your Arduino or Raspberry Pi to operate remote radio controlled devices. This will most likely work with all popular low cost power outlet sockets. If yours doesn't work, you might need to adjust the pulse length for some to work.
Use your Arduino or Raspberry Pi to operate remote radio controlled devices.
This will most likely work with all popular low cost power outlet sockets. If
yours doesn't work, you might need to adjust the pulse length.

All you need is a Arduino or Raspberry Pi, a 315/433MHz AM transmitter and one or more devices with a SC5262 / SC5272, HX2262 / HX2272, PT2262 / PT2272, EV1527, RT1527, FP1527 or HS1527 chipset. Also supports Intertechno outlets.
All you need is a Arduino or Raspberry Pi, a 315/433MHz AM transmitter and one
or more devices with one of the supported chipsets:

###Receive and decode RC codes
- SC5262 / SC5272
- HX2262 / HX2272
- PT2262 / PT2272
- EV1527 / RT1527 / FP1527 / HS1527
- Intertechno outlets

Find out what codes your remote is sending. Use your remote to control your Arduino.
### Receive and decode RC codes

All you need is a Arduino, a 315/433MHz AM receiver (altough there is no instruction yet, yes it is possible to hack an existing device) and a remote hand set.
Find out what codes your remote is sending. Use your remote to control your
Arduino.

For Raspberry Pi, clone the https://github.com/ninjablocks/433Utils project to compile a sniffer tool and transmission commands.
All you need is an Arduino, a 315/433MHz AM receiver (altough there is no
instruction yet, yes it is possible to hack an existing device) and a remote
hand set.

For the Raspberry Pi, clone the https://github.com/ninjablocks/433Utils project to
compile a sniffer tool and transmission commands.

0 comments on commit fb0e939

Please sign in to comment.