sui77 / rc-switch

Arduino lib to operate 433/315Mhz devices like power outlet sockets.
1.92k stars 663 forks source link

How can i modify this protocol? #490

Open Mavciii opened 1 year ago

Mavciii commented 1 year ago

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 is 40 bits. How can I send commands with this?

Wireless protocol(English)_Feierge.pdf

Mavciii commented 1 year ago

?

Mavciii commented 1 year ago

??

darkbox commented 1 year ago

I'm new to this, but I think you should take a look to the protocol section at RCSwitch.h as well as RCSwitch.cpp and once configured/figure it out your custom protocol maybe send the 40bits of data as a binary string with send(const char* sCodeWord).

Mavciii commented 1 year ago

the main problem is it. i cant configure this code. i dont know what can i do :)

darkbox commented 1 year ago

Try with a cheap logic analyzer or an oscilloscope if you have access to one. The protocol is given for what I understand by the times periods of the signal being high and low. Sorry for not been more helpful at this point :anguished: