-
-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SubGhz: ignore frequencies temporarily /permanently #43
Comments
How did you determine this behaviour? with an proper SDR or the Frequency Analyzer on the Flipper? |
I constantly see 2 frequencies in the Frequency Analyzer adding up the the number of times it has been captured. |
this idea needs some more fleshing out as to how it could be implemented UI wise. but it would be a nice addition, yes |
Now that I think about it, you might be able to do this via Momentum > Protocols > SubGhz freqs. Frequency analyzer uses the same list of frequencies as read does, as far as I know. So you could set Use Defaults to off, then add the frequencies you want to check inside the Static Freqs > Add static freq |
Hey Willy, This sort of works I am able to have it not pick up transmissions on certain frequencies with this method, but the issue is lets say I turn off defaults and force the flipper to use my statics. If I add a frequency 467.950 for example,, that frequency will be picked up by the frequency analyzer but once the frequency analyzer goes to add the frequency to the list on the screen it will change it to 464.000 which is one of the defaults. |
The Default frequency values are stored in the subghz_setting.c file. Edit: It looks as if the Frequency analyzer is not an app itself, but a view of the Subghz app. And the /subghz_frequency_analyzer.c file also stores the defaults which it looks likt it loads up into an array. |
Describe the enhancement you're suggesting.
In my neighborhood a couple of frequencies are captured every couple of seconds. Of course it's possible to use RSSI to tweak what strength of signals to capture. But it would be so much easier to just temporarily or (semi) permanently ignore a frequency.
Anything else?
As I said before, love this fw 😁
The text was updated successfully, but these errors were encountered: