-
Notifications
You must be signed in to change notification settings - Fork 23
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
RTK Corrections unavailable when using RTK Express #39
Comments
Hi Divyansh (@divyansh2681 ), I have had a quick look at the source code and everything seems OK there. So I think there must be another reason why Please tell us more about how you have connected the RTK Express to the GPS:
Please attach photos here showing the wiring. Best wishes, |
Thank you for the response, Paul. Here are the answers to your questions:
|
Hi Divyansh (@divyansh2681 ), I can't see clearly from your first photo, the cable goes out of shot, but it looks like you have the Radio connected to the GPS-RTK USB port using a USB cable? That is not going to work. You need to provide the Radio with power and connect its TX pin to UART1 RX or UART2 RX on the GPS-RTK. Please see this tutorial: https://learn.sparkfun.com/tutorials/setting-up-a-rover-base-rtk-system#rover-setup Scroll down to: https://cdn.sparkfun.com/assets/learn_tutorials/1/3/6/2/Radio_attached_to_ZED-F9P.jpg I am going to close this because this is an issue with your hardware connections, not an issue with this library. If you need more help, please ask a question on our GPS Forum: https://forum.sparkfun.com/viewforum.php?f=116 Best wishes, |
Thank you for your help Paul. |
Subject of the issue
Describe your issue here. If you reference a datasheet please specify which one and in which section (ie, the protocol manual, section 5.1.2). Additionally, screenshots are easy to paste into github.
Your workbench
Steps to reproduce
Tell us how to reproduce this issue. Please post stripped down example code demonstrating your issue.
Expected behavior
Tell us what should happen
Since I have connected the RTK Express to the GPS and powered it on, I should be receiving the RTK Corrections. But when I check the value of
diffCorr
variable (https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3/blob/05eea9878f1e91575781d86b82642847fccce2cf/src/u-blox_structs.h#L189C9-L189C9), I always get 0.Actual behavior
Tell us what happens instead
The value of
diffCorr
should be 1 when RTK Corrections are available.The text was updated successfully, but these errors were encountered: