-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
New frequency analyzer #1557
New frequency analyzer #1557
Conversation
The sensitivity was intentionally set low by design, to filter out noise. Did you just increase it, or is there some way to change it now? |
@ClusterM works fine 👍 awesome PR. would it be possible to add "up" to toggle sound on/off? Sometimes you don't want to hear it 😉 |
It's possible but I'm not sure how to show it in GUI. |
You can change trigger level now. It affects sound and "last" value. |
Fixed, it changes with trigger level now. |
…ices#1557 Signed-off-by: bdryanovski <bozhidar.dryanovski@theopentag.com>
if((rssi == 0.f) && (instance->locked)) { | ||
if(instance->callback) { | ||
instance->callback(SubGhzCustomEventSceneAnalyzerUnlock, instance->context); | ||
notification_message(instance->notifications, &sequence_hw_blink); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ClusterM I'm not sure, that's a good idea to blink while scanning. It was convenient when Flipper blinked only when it senses a signal. Now it's harder to detect the moment when I need to pay attention to the screen. I'd rather disable constant blinking both here and in Read
/Read RAW
mode, because it may draw unwanted attention when using in public spaces, and restore the subghz_scene_frequency_analyzer_on_event
function.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And my PR with Read
/Read RAW
flashing disabled: #1745
Please talk with @Skorpionm regarding this PR. |
Reopened pull request.
What's new
New frequency analyzer view:
Verification
Checklist (For Reviewer)