drivers/gps support ublox basic spectrum analyzer (UBX-MON-SPAN) - #20474
drivers/gps support ublox basic spectrum analyzer (UBX-MON-SPAN)#20474dagar wants to merge 1 commit into
Conversation
b7b2ce4 to
3772fff
Compare
|
👍👍 |
|
When is this coming in? looks really helpful |
|
Hi @dagar , while looking into an obscure RTK failure mode that we've encountered, I've found this open PR. We think it would be interesting information (linked to PX4/PX4-GPSDrivers#115 (comment)) . We took your PR as a base, and managed to get some first data quickly. If there's still interest we can provide support on the PR to get it merged. One question in particular that we have on this PR is on how Is there a reason for having two separate ways of activating additional debug topics ? On a side note (for another PR), we'd also like to add a new message for logging more data from UBX_MSG_MON_RF , in which we'd have the same question on how to init the logging. |
| # The center frequency at each bin: f(i) = center + span * (i - 127) / 256 | ||
| uint8[256] spectrum # dB Spectrum data (number of points = span/res) | ||
| uint32 spectrum_span_hz # Hz Spectrum span | ||
| uint32 resolution_hz # Hz Resolution of the spectrum |
There was a problem hiding this comment.
resolution_hz = spectrum_span_hz / 256, so we can remove this field.
|
I think this comes in once we have a way to report it, see mavlink/rfcs#30 |
@dakejahl Did you confirm that RFC proposes what you want? |
Mostly yes, still don't quite have time to spend on it. @ThomasRigi can you re-open this as a fresh PR fully fleshed out? Along with the submodule change. |

Uh oh!
There was an error while loading. Please reload this page.