-
Notifications
You must be signed in to change notification settings - Fork 22
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
GPS Only mode? #5
Comments
That could be done but to be honest that's quite some effort for some very rare cases... as it's done right now, the ESP requesting the GPS coordinates from INAV, it's very simple, don't have to directly pilot the GPS. It leaves all the hard work to INAV |
I want this too and I think I’m going to give it a try. If I replace the MSP functions with functions / library that speaks direct to the ublox module and return the results in the expected format would that be enough? Or am I missing something else? I’ve done enough arduino coding to know I’m probably missing some gotcha 😅. But that’s never stopped me from trying. |
Check out the SparkFun GNSS Ublox library... can decode ublox, easy to use,
set up a struct from the data you want for MSP.... did this recently.
…On Fri, Mar 22, 2024, 18:21 Ron Hudson ***@***.***> wrote:
I want this too and I think I’m going to give it a try. If I replace the
MSP functions with functions / library that speaks direct to the ublox
module and return the results in the expected format would that be enough?
Or am I missing something else?
I’ve done enough arduino coding to know I’m probably missing some gotcha
😅. But that’s never stopped me from trying.
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVGVKPK6OYICB3OZV5GQIPLYZSVGTAVCNFSM5IPTBH5KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBRGYYDCNRSHAZQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
That's basically what I was thinking, though I think we only need to update the curr.gps struct. We could add a flag or mode that is "GPS Standalone". We'd need to consider how that interacts with the other modes. It's good to hear it works! I'd really like to integrate this if @OlivierC-FR is open to it. |
IS there a way to allow the use of inav radar for a GPS Only mode?
IE.... I chase a lot of LOS planes or planes that don't have inav or any other form of flight controller software.
It would be nice to be able put a LORA module with GPS&Battery on there so that I can see them on my inav planes OSD.
The text was updated successfully, but these errors were encountered: