Closed StudioXbiz closed 5 years ago
Try this new hex file: https://github.com/Portisch/RF-Bridge-EFM8BB1/blob/Friedland_Libra/Keil%208051%20v9.53%20-%20Release/RF-Bridge-EFM8BB1.hex And use sniff mode 0xA6. I guess the advanced decoding 0xA6 is better than 0xB1 bucket sniffing.
Works a treat in rfraw 166 (0xA6) mode! :)
I'm receiving 2 listings on each button press, but that's fine.
Thanks for all the great work Portisch!
I'm trying to receive a reliable signal from a 433Mhz doorbell protocol that is not currently catered for out-of-the-box. (Friedland Libra protocol)
I do not need to transmit the signal, I just need to convert to an MQTT message when the signal is broadcast by the doorbell push button.
I have flashed the latest Portisch firmware and am able to receive inconsistent results using RfRaw 177 (RfRaw 166 produces no results).
My question is; is there a method to make these inconsistent results more consistent so that they can be acted on reliably?
Here is a sample capture:
From what I already know about the Libra protocol I think the lines with 4 buckets is most inline with the protocol.
Please advise how to produce reliable console results and avoid the false readings.
Thanks