Hello,
I’ve worked with RTL_433_ESP library and configured it with some modifications (local repo). All works well.
Now I’m trying to use the library within OMG, but some modifications are not taking effect:
-
for some reason the CC1101 gpio receive pin appears to be misconfigured in the terminal setup log. It’s always set to pin 12, regardless of any changes I try to make in the config files:
N: Switching to RTL_433 Receiver: 433.92Mhz
rtl_433_ESP(6): CC1101 gpio receive pin: 12
rtl_433_ESP(6): CC1101 receive frequency: 433.920013
Where does this setting come from? -
The devices are not recognised as expected by the software. These worked well under RTL_433_ESP without OMG:
rtl_433_ESP(6): Ignored Signal length: 303992, Time since last bit length: 40472, Gap length: 297582998, Signal RSSI: -53, Current RSSI: -90, pulses: 0, noise count: 0
I assume it’s reated to the incorrect GPIO setting, but not sure
Any ideas?
Thanks