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 issue that I am facing now is the recieve pin is did not work anyone else go this problem?

This code recorded from AC123-01D remote used https://github.com/sui77/SimpleRcScanner Please help me decode @Martin-Laclaustra 300,572,300,580,304,580,300,584,304,568,300,256,620,260,628,572,296,260,628,252,620,264,620,584,300,580,300,580,296,580,296,260,624,580,296,256,620,264,620,260,616,264,616,264,616,264,616,260,616,268,608,272,620,588,288,264,612,264,612,268,616,260,616,264,616,268,616,264,616,264,616,264,612,268,612,592,288,264,612,268,616,264,616,588,292,588,284,272,612,268,612,268,616,580,300,588,288,588,300,580,292,584,268,588,5004,4988,640,584,296,268,612,588,292,264,616,264,612,260,620,592,288,588,292,264,616,260,624,588,292,584,292,588,292,588,288,588,300,584,296,580,300,580,292,268,612,260,624,584,292,272,604,264,620,272,608,588,296,584,296,576,300,580,304,256,624,584,292,260,620,260,612,272,608,272,612,260,612,276,608,268,612,268,612,268,616,584,292,268,616,268,608,268,612,272,604,268,612,272,608,272,612,264,612,268,616,264,612,596,280,272,608,268,612,272,608,588,296,592,284,268,612,272,612,268,612,588,288,596,284,592,288,588,296,588,268,588,5000,4984,652,584,288,268,612,592,288,264,612,268,616,264,616,588,296,584,288,272,612,264,624,580,288,592,288,592,288,584,300,588,288,592,292,584,292,588,292,264,608,272,616,588,288,268,608,272,604,276,616,588,292,588,288,592,288,592,284,272,612,592,284,272,604,276,608,268,612,272,608,268,608,272,608,276,604,276,608,268,608,596,284,268,608,272,612,272,604,272,604,276,608,272,608,272,604,272,612,272,608,276,608,592,280,272,604,284,600,272,612,592,288,592,280,276,608,268,604,280,612,588,288,600,284,592,288,592,292,588,256,596,4996,4992,640,592,284,272,608,596,288,268,604,276,608,272,604,600,288,592,280,272,608,272,616,592,284,588,292,588,296,588,292,588,292,588,288,592,284,592,288,268,612,268,612,592,284,272,612,272,604,272,612,588,292,588,292,588,292,592,288,264,616,592,284,272,608,268,612,268,608,272,612,268,604,272,612,268,608,272,608,276,608,592,284,276,604,268,616,272,600,280,604,276,604,268,608,284,596,276,604,276,608,276,608,588,284,276,600,284,596,276,608,600,280,592,284,276,604,280,604,272,608,592,288,596,284,596,288,596,276,596,264,596

Hi I am building a replacement bed controller as the Reverie bed are notoriously unreliable the baud rate appears 2khz but the packet length varies. Sorry for being so dumb...

I want to use this plugin to send 5 bytes of data, but in actual testing, it was found that only 4 bytes can be sent. What should I do?

Dooya DD2702H two way protocol

Added a license to complement the comment header at the top of RCSwitch.cpp. Allows Github to automatically detect and display the license information and better protect users' ability to use...

I am running SimpleRCScanner on a NodeMCU. After adding: ``` #if defined(ESP8266) || defined(ESP32) // interrupt handler and related code must be in RAM on ESP8266, #define RECEIVE_ATTR ICACHE_RAM_ATTR #else...

Hello everyone, I follow the instructions indicated in "Add_New_Remote_Part_1" to add my custom protocol, but I do not know how to do it. I have tried two ways without success....

How Can I recieved remote code also repeat this code with transmitter?

I've reverse engineered a cheap [433MHz remote with 4 buttons and code copy](https://www.aliexpress.com/item/1005005058274708.html). I'm trying to understand how it works so that I can interface it with my own microcontroller....