1 This is modified version hacked from [433Utils](https://github.com/ninjablocks/433Utils) by Dmitry Shalnoff for [Interplay Mediumâ„¢](https://interplaymedium.org) project.
2 This fork adapted for NanoPi (and probably other no GPIO interrupt supported devices). This code inherit compatibility with RPi as well.
5 [![Build Status](https://travis-ci.org/sui77/rc-switch.svg?branch=master)](https://travis-ci.org/sui77/rc-switch)
7 Use your Arduino or Raspberry Pi to operate remote radio controlled devices
10 https://github.com/sui77/rc-switch/releases/latest
13 https://github.com/sui77/rc-switch/wiki
18 Use your Arduino or Raspberry Pi to operate remote radio controlled devices.
19 This will most likely work with all popular low cost power outlet sockets. If
20 yours doesn't work, you might need to adjust the pulse length.
22 All you need is a Arduino or Raspberry Pi, a 315/433MHz AM transmitter and one
23 or more devices with one of the supported chipsets:
28 - EV1527 / RT1527 / FP1527 / HS1527
31 ### Receive and decode RC codes
33 Find out what codes your remote is sending. Use your remote to control your
36 All you need is an Arduino, a 315/433MHz AM receiver (altough there is no
37 instruction yet, yes it is possible to hack an existing device) and a remote
40 For the Raspberry Pi, clone the https://github.com/ninjablocks/433Utils project to
41 compile a sniffer tool and transmission commands.