Replies: 1 comment 3 replies
-
If you have multiple frequencies given (in a .conf file or the command line) then rtl_433 will hop between these. You likely don't want to specify a frequency in the .conf file (and 433.92M is the default anyway). You are correct about the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hit an oddity when capturing raw data: my devices operate on 868.65 MHz, so I used
-f 868M
in the commando line. No luck, the filenames created indicated the frequency in use was the one I had in thertl_433.conf
file (433.92 MHz). How is that possible? Shouldn't the commando line options take precedence?By the way: I noticed a separate file was created for each signal. Do I correctly understand that the algorithm monitors the RF level and only grabs those periods where the level is above a certain threshold? Since I had the
-S all
option active, I could see every decodable transmission displayed on the console. What about other RF activity that is not decodable inrtl_433
. I am interested in LoRa, specifically. Would those packets also be recorded (as raw IQ samples, naturally)?Beta Was this translation helpful? Give feedback.
All reactions