Closed allistermaguire closed 9 months ago
Hello,
For information I'm working on a branch to enable the support of FSK(beta level) for the Lilygo/ttgo: https://github.com/1technophile/OpenMQTTGateway/tree/fsk-modulation
If you want to try it. You can change the frequency in the webUI and do different tests easily this way
Thanks @1technophile, I had a look and the only thing I see different is that I have this flag'-DRF_SX1276="SX1276"'
to Enable support for SX1276 Transceiver. I have tried it without this flag and it made no difference.
I haven't actually looked at offsetting the frequency yet to maybe compensate for the cheaper ESP hardware, but this would make it much faster, thank you. I am not sure how to narrow the path forward from here, if it is simply that the radio is slightly off, or something else.
From a calibration perspective I know my RTL-SDR is good, and that I have the correct frequency for the device.
@allistermaguire FSK Signal reception is pretty hit and miss for some people. Did you see this tweak https://github.com/NorthernMan54/rtl_433_ESP/issues/87 ? Does it work for you ?
Thanks @NorthernMan54, yeah I needed that to get my EcoWitt's working, but they are 433MHz and different LilyGo. Most things in NZ seem to use the 433 band over 915. I had it at 50 based on that, and I have tried the tuning values that you committed to master recently. Neither work.
I might see if I can find a known OOK signal around with the RTL-SDR, and then see what the LilyGo/Antenna combo looks like from a calibration perspective. Then I have a starting point to work off to start playing with other settings.
Hi @NorthernMan54, I got Ambient Weather WH31 in the 915Mhz range, and it works perfectly. The signal length from the WH31 is very short, whereas the Cavius smoke detector is much longer, up to 20 seconds.
That is good to hear
This issue is stale because it has been open for 90 days with no activity.
Hi, I am trying to use a LilyGo v2.1 with the rtl_433 to decode signals from my Cavius Smoke Detectors.
I know it isn't a documented configuration, and I have cobbled my configuration together from people's posts in the repo and the rtl_433_ESP repo and think I have a working configuration.
According to the Cavius spec sheet my Smoke detectors are using 926.365 MHz, they are using FSK_PULSE_PCM modulation which is supported in the latest version of rtl_433_ESP.
When I trigger the events with the Smoke Detectors, I can see the signal being picked up, it just isn't decoded correctly for some reason. I am not sure where to go from here?
It took me a while to get the Cavius devices working with an RTL-SDR, I finally worked out that the signal strength was too strong.
Here is the output, I have a forked version of rtl_433_esp where I make use of
MY_DEVICES
to free up memory. I am using another LilyGo for my EcoWitt devices and it is great thank you.Here is the same event via rtl_433 and a RTL-SDR device
This is the configuration I am using