-
Notifications
You must be signed in to change notification settings - Fork 70
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
Scanner of channels V2 #95
base: main
Are you sure you want to change the base?
Conversation
3a17e3d
to
0ef1598
Compare
1af834f
to
9d1c3c5
Compare
Just noting I am planning on looking at these PRs soon, maybe next week though. |
06e5397
to
611356d
Compare
@redradist Lets make it happen! |
I will rebase it in few days |
611356d
to
3fbbc81
Compare
Done |
@redradist Could you please move all the scanning functionality into a separate file, i.e., outside |
@redradist testing this now, but I'm not exactly sure how it works. It seems to put a red VFO box around some strong signals, and then randomly receive some of the weaker signals with a green active VFO box. But several some strong signals are always missed. What is the intended behavior when we have several always active channels in the bandwidth? We probably also need a way to restrict the number of VFOs it creates for systems like the Pi4. One part of the algorithm also must be quite slow, because it slows down the Pi4 quite a bit, even though only one signal is actively green. |
3fbbc81
to
e3b48f6
Compare
@krakenrf Updated PR, now its behavior more consistent
|
34d55c2
to
b7bdcf6
Compare
Got some conflicts after the last merges, can you please check? |
b7bdcf6
to
d8afad9
Compare
1566382
to
e00ccec
Compare
Refactor initial implementation to work correct with long sequence of transmition Hide option Active VFOs in case non Standard VFO Mode Add display of detected frequencies Changed print -> self.logger.debug Add fm demodulation and iq channel writting Add possibility to block channel for scanning if exceeded timeout Reset colected information for channel if channel was marked as blocked Refactoring after main rebase Added handling params for VFo Scan mode
… band_width from ScanFreq class, changed condition on check if it is the same frequency
0ba1de7
to
32bc008
Compare
32bc008
to
13b891c
Compare
@redradist testing now thanks.
and the logs show
|
Depends on Auto Squelch for channels
Rebased version of Scanner of channels