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

The implementation **disables receive features** on ATtiny's due to *"missing libm depencies (udivmodhi4)"*. I don't know, maybe that requirement has changed in the last few months (new libs? adapted code?),...

hey. i have blind remote controller and i wanna send on, off, close command with my nodemcu. The communication protocol was sent by the manufacturer as follows. But the code...

Hello i'm trying to decode a rf control's code but the receivedemo_simple or advanced doesnt show anything i think the receiver is working the transmitter is working is too (since...

Dear All, I'm trying for several days to control a SilverCrest switch using an ESP8266 a MX-FS-03V module and a MX-05V module to record the signals. ![img_20180109_232332](https://user-images.githubusercontent.com/35275999/34746436-4b22270c-f594-11e7-9f28-6d8140750058.jpg) Each button gives...

Hallo Suat, ich bin nicht so vertraut mit Git und pull request, daher hier mein Vorschlag in der rc-switch library in Zeile #48 ICACHE_RAM_ATTR durch IRAM_ATTR zu ersetzen. Wieso? Ich...

As not all protocolls are already identified, a possibility to send data without decrypting a new protocoll is helpful. This commit adds the function "sendraw" so that a file, storing...

Hello, it's not really an issue but I don't understand how to implement new code. I have a doorbel Avidsen that is not directly recognized by RC switch, I followed...

Is it possible to add support for the CMOSTEK CMT2189B? I have a wireless doorbell in which this chipset is used. More information can be found on: https://www.hoperf.com/data/upload/back/20190401/AN201-CMT2189B%20User%20Guide-EN-V1.4-190329.pdf and http://cmostek.com/download/CMT2189B_EN.pdf...

Hi, First of all sorry because my english is not good. I just tried to send raw data using a protocol and I saw that the sync bit of the...

First congratulations for the beautiful work here!! Basic and advanced level well documented!! I was frustrated for not being able to do it on the first try, I even read...