sui77 / rc-switch

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

Multiple pulse lengths #311

Open pete1450 opened 4 years ago

pete1450 commented 4 years ago

I've worked on receiving this code this off and on over several months but I just keep hitting walls. I have a driveway sensor that I can reliably receive consistent data via the rtl_443 app on an sdr. I can't seem to do so on my arduino though. I get the following pulses:

3784,904,1344,920,644,916,640,916,640,916,1144,916,1144,912,1144,916,640,920,640

And it seems to match up with the fcc filing for the product here: https://fccid.io/I6HGTOFM231/Test-Report/Test-Report-1214140 on page 14 of 23

It looks like the pulse lengths are purposely different and there are more than 2 states which would explain why I can't get the results I want with rc-switch but the reliability of data via the sdr method says to me it must be binary data and I'm ju7st missing something.

Any suggestions?