sui77 / rc-switch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not receiving signal with SRX882

IpPsar01 opened this issue · comments

Hi,
I am using the SRX882 receiver together with a raspberry pi 4. The CS pin is connected to vcc.
I have three different remote controls to turn on/off three sets of remote sockets. All three operate on 433MHz. See picture.

When using the receiver combined with the rpi-rf_receive (https://github.com/milaq/rpi-rf) I only receive a signal using the older/grey receiver. So the setup seems to work fine.

For the two newer ones (white in the picture) no signal at all is received.

Can anyone help me out what I need to do to receive/decode the signals of the two newer receivers?

BTW; I have another cheaper receiver giving exactly the same result.

p1
p2
p3

I have solved it for now in a fairly ugly manner so I can continue with my project. I have converted the signal of several seconds to a sequence with the format duration/value. When sending that sequence to the transmitter the sockets respond. Not very nice but good for now. It took me several recordings to succeed so I guess that the signal is very rapid compared to the signal of the ELRO remote control.

If anyone can still help with a good solution I would be very happy.