Tasmota/lib/lib_rf/rc-switch
Theo Arends 80ab642076 Add command ``RfProtocol`` to control RcSwitch
Add command ``RfProtocol`` to control RcSwitch receive protocols by BBBits (#10063)
2020-12-06 14:58:00 +01:00
..
examples move libs in folder lib 2020-10-26 12:51:06 +00:00
src Add command ``RfProtocol`` to control RcSwitch 2020-12-06 14:58:00 +01:00
.gitignore move libs in folder lib 2020-10-26 12:51:06 +00:00
README.md move libs in folder lib 2020-10-26 12:51:06 +00:00
keywords.txt move libs in folder lib 2020-10-26 12:51:06 +00:00
library.json move libs in folder lib 2020-10-26 12:51:06 +00:00
library.properties move libs in folder lib 2020-10-26 12:51:06 +00:00
platformio.ini move libs in folder lib 2020-10-26 12:51:06 +00:00

README.md

Fork of RC-SWITCH by @sui77

rc-switch

Build Status

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

Download

https://github.com/1technophile/rc-switch/releases/latest

rc-switch is also listed in the arduino library manager.

Wiki

https://github.com/1technophile/rc-switch/wiki

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.

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:

  • SC5262 / SC5272
  • HX2262 / HX2272
  • PT2262 / PT2272
  • EV1527 / RT1527 / FP1527 / HS1527
  • Intertechno outlets
  • HT6P20X

Receive and decode RC codes

Find out what codes your remote is sending. Use your remote to control your Arduino.

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.