sui77 / rc-switch

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

Can i add sigle bit protocol? #335

Closed usane1 closed 4 years ago

usane1 commented 4 years ago

Can i add protocol with one bit wide '1' without LOW signal and one bit wide '0' withouth HIGH signal? I have a received signal with only 1 or two bit wide LOW and HIGH. Something like this: { 200, { 6, 1 }, { 1, 0 }, { 0, 1 }, true } ?

usane1 commented 4 years ago

The signal and few more (RF fishing alarm set) is like this: image

usane1 commented 4 years ago

I figured it out. It mirrored Bi-bit. 10 is "1" and 01 is "0". I suppose the rcswitch library can't handle this.

usane1 commented 4 years ago

Newer mind! I wrote a custom decoder software.