Frequency Hopping & Demod Modes #3208
-
Hello, looking for some help setting up frequency hopping between 433M and 915M. Apologies in advance if this topic has already been discussed somewhere, I've been searching for a few weeks and found this reddit post from 2 years ago: https://www.reddit.com/r/RTLSDR/comments/13kbtec/rtl_433_frequency_hopping/, and this related discussion about switching sampling rates on hop: #3069 I'm attempting to poll two sensors, an 592TXR at 433Mhz, and a WS90 at 915Mhz. I believe these use different demods, and I've read that rtl_433 defaults to classic for < 868Mhz and minmax for >= 868Mhz. Does it do this when hopping frequencies as well? From discussion 3069, zuckschwerdt suggests using the HTTP-API (-F http) but I don't see any documentation on use of that feature. Any help is greatly appreciated. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
One demod is selected at startup and not changed again. The |
Beta Was this translation helpful? Give feedback.
One demod is selected at startup and not changed again. The
-Y minmax
should also work for most 433 MHz devices.Also try with
-s 250k
and-s 1024k
to which works better for both devices.