Skip to content
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

Integrate stats available via dvbv5 #304

Open
jaredmauch opened this issue Jan 14, 2023 · 3 comments
Open

Integrate stats available via dvbv5 #304

jaredmauch opened this issue Jan 14, 2023 · 3 comments

Comments

@jaredmauch
Copy link

There are additional statistics which may be better available to diagnose signal strength related issues.

dvb-fe-tool -v -m

can report suitable statistics including the Signal:Noise or Carrier:Noise ratio in dBm

print_frontend_stats provides examples

I intend to submit a pull request that would cause the printing of statistics such as
Info: DVB: Bit error rate: -1 Signal strength: 64224 SNR: 260 Uncorrected blocks: 0

to be replaced with appropriate stats such as:

Lock (0x1f) Signal= -66.00dBm C/N= 26.01dB

for places that currently display statistics like:

Info:  Tune:  Strength:      63568
Info:  Tune:  SNR:        258
Info:  Tune:  Event:  Frequency: 581000000
Info:  Tune:  Bit error rate: -1
Info:  Tune:  Signal strength: 63568
Info:  Tune:  SNR: 260
Info:  Main:  Card 1, tuner 0 tuned

Ideally this would also be passed through to the other data locations that would flow through to the json and other outputs.

@braice
Copy link
Owner

braice commented Jan 14, 2023 via email

@SonnyWalkman
Copy link

Yes please!
Include a signal lock Boolean to allow for quick validation of signal.

Is there a way to convert the values to
0-100 for bar graph (calculations to give db etc)?

@braice
Copy link
Owner

braice commented Aug 9, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants