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

NTRIP RTCM corrections input on serial port. #28457

Open
geofrancis opened this issue Oct 23, 2024 · 2 comments
Open

NTRIP RTCM corrections input on serial port. #28457

geofrancis opened this issue Oct 23, 2024 · 2 comments

Comments

@geofrancis
Copy link

Feature request

allow RTCM injection directly to a canbus/serial port without it needing to be encapsulated in mavlink, my understanding is that the rtcm data is already sent intact over mavlink so its just the mavlink decoding that needs to be skipped.

https://discuss.ardupilot.org/t/rtk-without-mavlink-via-gps2-port/125131

Platform
[ * ] All
[ ] AntennaTracker
[ ] Copter
[ ] Plane
[ ] Rover
[ ] Submarine

@geofrancis geofrancis changed the title RTCM input on serial port. NTRIP RTCM input on serial port. Oct 23, 2024
@geofrancis geofrancis changed the title NTRIP RTCM input on serial port. NTRIP RTCM corrections input on serial port. Oct 23, 2024
@khancyr
Copy link
Contributor

khancyr commented Oct 24, 2024

Shouldn't be hard, downside on this is that you hold a serial port only for injection. At this point, that is probably better to inject directly to GNSS.
But why not

@geofrancis
Copy link
Author

geofrancis commented Oct 24, 2024

is probably better to inject directly to GNSS. But why not

The problem is trying to do that with a CAN GPS or a M8P like here+ that doesn't have a second serial port.

and there is a hard limit of 4 mavlink serial ports, so I cant use up a mavlink port just for RTCM.

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

2 participants