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

Improve spectrum rendering #6

Open
supersat opened this issue Apr 14, 2019 · 0 comments
Open

Improve spectrum rendering #6

supersat opened this issue Apr 14, 2019 · 0 comments

Comments

@supersat
Copy link
Member

Currently, the seaglass app depends on MPAndroidChart, which produces some weird spaces between bars and probably isn't designed to be dynamically updated. It should be relatively easy to draw the spectrum ourselves using native Android APIs.

Additionally, spectrum measurements are currently pulled from the cell_log fifo, which means that they are only updated once the spectrum has been swept and not in real time. However, we can parse the layer1 console output and generate spectrum-measurement events in real-time, allowing us to draw the spectrum as it's being measured.

Ideally, we'd also highlight the current ARFCN being scanned during the cell sync phase.

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

1 participant