ykasidit / bluetooth_gnss

Bluetooth GNSS app on Google Play Store
https://play.google.com/store/apps/details?id=com.clearevo.bluetooth_gnss&hl=en&gl=US
GNU General Public License v2.0
63 stars 19 forks source link

0 Sats in use but still get the correct position? #25

Closed LeCommandeur closed 2 years ago

LeCommandeur commented 2 years ago

Hi,

When I use the application and connect to a GNSS device via bluetooth and an NTRIP server, I do get a latitude and a longitude that pretty much correspond to my current location, but the field "N Sats used TOTAL" displays 0 and the following fields related to the different constellations display "No data" for the number of satellites in view.

This is most likely a bug or else how would I get a position that is correct?

I provided a screenshot of the application. I'm using a Samsung Galaxy S20 FE with up to date Android version if that helps.

Screenshot_20220218-141635

ykasidit commented 2 years ago

Hello, thanks for the issue report. Please collect a nmea log (in settings) and share with me, I'll try run it through the parser unit test.

On Fri, Feb 18, 2022, 20:49 Mathieu Chillon @.***> wrote:

Hi,

When I use the application and connect to a GNSS device via bluetooth and an NTRIP server, I do get a latitude and a longitude that pretty much correspond to my current location, but the field "N Sats used TOTAL" displays 0 and the following fields related to the different constellations display "No data" for the number of satellites in view.

This is most likely a bug or else how would I get a position that is correct?

I provided a screenshot of the application. I'm using a Samsung Galaxy S20 FE with up to date Android version if that helps.

[image: Screenshot_20220218-141635] https://user-images.githubusercontent.com/9011514/154694318-22e535c1-8d95-4567-80e6-d1b6bacaa011.jpg

— Reply to this email directly, view it on GitHub https://github.com/ykasidit/bluetooth_gnss/issues/25, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA2P3XBNBF2QBJIK5OVCMLU3ZE5RANCNFSM5OX66QOA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

LeCommandeur commented 2 years ago

Hello,

Here is the NMEA Log, I hope it helps!

2022-02-21_10-00-31_rx_log.txt

ykasidit commented 2 years ago

Hello,

Just checked your nmea log and found that your device is not sending G*GSA sentences that are the source of n sats used stats. (it is only GSV so it is showing n sats in view only) If your device is a u-blox device, you can enable it in u-center.

LeCommandeur commented 2 years ago

Yes it worked, thank you.