rc-switch icon indicating copy to clipboard operation
rc-switch copied to clipboard

Arduino lib to operate 433/315Mhz devices like power outlet sockets.

Results 100 rc-switch issues
Sort by recently updated
recently updated
newest added

Hi I'm trying to decode a remote control but no matter how I press it I don't get any messages. Please help. I have tested the receiver from the transmitter(SendDemo)...

Hi, I want to expand sources to decode also signals from [SH5-TDR-F remote](https://www.smartwares.eu/de-de/smartwares-products/smarthome/smart-home-basic/smartwares-10-037-06-funk-fernbedienung-4-kanal-10.037.06) with self-learning receivers. I started capturing the received signal. It consists of eight identical, sequential bursts as...

Hi I need to build universal RF control how can I define multi instance or use any other way for supporting both signals

Hi, I have a new 433 Mhz RC which does not seem to be using any of the protocols icluded with the RCSwitch.cpp file (see attached). I tried to set...

Hi, I had an old library running about ten years ago, but it has a modification that works with my shutters. I found the modification at: http://physudo-e.blogspot.com/2013/08/home-automation-with-arduino-and-433_16.html http://physudo-e.blogspot.com/2013/08/home-automation-with-arduino-and-433.html The problem,...

Setup: Node A: rc-switch sender https://pastebin.com/dajLZSe3 Node B: rc-switch receiver https://pastebin.com/RG29GGrs My Problem is that the sending Node A sends the message **22 times** (checked with oscilloscope). My Node B...

Update 2017/04/30: Working on Raspberry Pi, ESP8266, and Arduino (tested). Use: `git clone -b protocollessreceiver https://github.com/Martin-Laclaustra/rc-switch.git` Among the examples, the sketch "[ProtocolAnalyzeDemo](https://github.com/Martin-Laclaustra/rc-switch/tree/protocollessreceiver/examples/ProtocolAnalyzeDemo)" ease the creation of new protocols. This works...

I just tried to upload a working Arduino sketch (based on your library) to my all new "Arduino NANO Every" (ATmega4809) and im receiving hints / error messages (see below)....

``` #include RCSwitch mySwitch = RCSwitch(); void setup() { Serial.begin(9600); mySwitch.enableReceive(D2); } void loop() { if (mySwitch.available()) { Serial.println("OK"); } } ``` Doesn't receive any data.

Hi! Sir I want your help about how can I make Program that pair RC-Switch library program to any same type remote but with different identification,,,,Sir Kindly Help me to...