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
72 stars 21 forks source link

Quick question, what nema/ubx messages are needed to have all the data available? #24

Open lmore377 opened 2 years ago

lmore377 commented 2 years ago

I've tried enabling a bunch of different messages on my ublox neo-7m in u-center but no matter what I enable it just says no data under ublox fix type/accuracy and all the height values.

ykasidit commented 2 years ago

Hello, I think its UBX_POSITION... Some ublox devices dont send these on UART2 even after config, but sends on UART1 and USB though. Please give it a try.

Joku-Suomalainen commented 1 year ago

Had this problem myself. For me the fix was to enable $PUBX00 messages to uart2. u-center -> configure -> messages -> F1-00 PUBX00

I think this should be added to the readme.

I've tried enabling a bunch of different messages on my ublox neo-7m in u-center but no matter what I enable it just says no data under ublox fix type/accuracy and all the height values.