eltorio / RtkGps

Playing with rtklib on android
Other
203 stars 99 forks source link

internal dual GPS with RTKLIB function? #25

Open Magke opened 5 years ago

Magke commented 5 years ago

hi, are there plans to make the internal dual GPS of xiaomi 8 usable?

nmoloney1968 commented 5 years ago

This would be awesome, even if you had to install another version of Android instead of the factory version. Neil.

famigliettinic commented 4 years ago

no work with internal gps of xiaomi 8 at moment....

webvan1999 commented 3 years ago

Is there a technical limitation or is it "just" a matter of finding the time to add the code ?

dylarm commented 3 years ago

Is there a technical limitation or is it "just" a matter of finding the time to add the code ?

It's possible to save the raw GNSS measurements on an android phone (GNSSLogger, Geo++, etc) and then use those files in RTKLIB like normal, so I think it's "just" a matter of finding time to add the code.

How much time and how much code, on the other hand...

Edit: And it seems that someone is doing work on just that: https://github.com/farbro/RtkGps/tree/InternalReceiverSupport (although last update was 2 years ago)

webvan1999 commented 3 years ago

Thanks, I couldn't find any reference over there to using the internal GPS module of the Mi 8 though ? That Alpha 26 works pretty well with an old uBlox 4 Bluetooth receiver I have, although it can't get an RTK Fix (unlike the Windows version of RTKLib). But yes, there are tools to convert the raw Android GNSS measurements to Rinex so hopefully they can be integrated in an app one day !

dylarm commented 3 years ago

I didn't look directly at the code in that repo, only the commit messages on the InternalReceiverSupport branch: image

I couldn't get the latest commit to that branch to compile(/sync?), but Android apps are far outside my usual work.