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

Postcard: Base mode not showing SIV #505

Open
nseidle opened this issue Dec 18, 2024 · 3 comments
Open

Postcard: Base mode not showing SIV #505

nseidle opened this issue Dec 18, 2024 · 3 comments

Comments

@nseidle
Copy link
Member

nseidle commented Dec 18, 2024

When in Base mode, 0 SIV is reported. RTCM output looks like it is reduced to 25 bytes (not nearly enough).

nseidle added a commit that referenced this issue Dec 18, 2024
Fix #505. In Base mode, getSatellitesInViewCount is correctly calculated where as getSatellitesUsedCount is always zero.
@PaulZC
Copy link
Contributor

PaulZC commented Dec 19, 2024

@nseidle : Could this be the same issue I'm seeing on Facet mosaic? If the BLE task is preventing the GNSS UART task from being serviced, could that explain loss of incoming SIV and RTCM data? Please try the same test - set Bluetooth Mode to Classic or Off - and see if that improves delivery of SIV and RTCM.

@nseidle
Copy link
Member Author

nseidle commented Dec 19, 2024

Different I believe. The solution is related to specifically how the LG290P reports SIV. Initially we were reporting SIV used in a fix, and in Base mode on the LG290P, there is no fix, so there's no SIV used in a fix.

@PaulZC
Copy link
Contributor

PaulZC commented Dec 19, 2024

Thanks. Agreed. I'm struggling to find the root cause of the BLE-stopping-the-GNSS-UART-task on Facet mosaic. I don't see the same issue on Postcard. I do see the same [D][BluetoothSerial.cpp:792] waitForConnect(): connection closed! messages whenever BluetoothSerial is enabled (Dual or Classic). But I think those are a red herring. The GNSS data keeps on arriving. I'll keep digging...

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

No branches or pull requests

2 participants