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

GPS Only mode? #5

Open
wx4cb opened this issue Nov 21, 2021 · 4 comments
Open

GPS Only mode? #5

wx4cb opened this issue Nov 21, 2021 · 4 comments

Comments

@wx4cb
Copy link

wx4cb commented Nov 21, 2021

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.

@OlivierC-FR
Copy link
Owner

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

@pastorhudson
Copy link

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.

@KatanaDon9
Copy link

KatanaDon9 commented Mar 24, 2024 via email

@pastorhudson
Copy link

pastorhudson commented Mar 24, 2024

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.

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

No branches or pull requests

4 participants