-
Notifications
You must be signed in to change notification settings - Fork 963
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
Fix for issue #3310 #3327
Merged
Merged
Fix for issue #3310 #3327
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tweak M8 commands add comments for VALSET configuration commands
tweak the M8 init sequence, this is a WIP as there are still some issues during init. Add M10 version of PMREQ.
The M10 does not respond to commands when asleep, may need to do this for the M8 as well
Normally, it is a good idea to disable messages on unused ports. Native Linux needs to be able to use GNSS modules connected via via either serial or USB. In the future I2C connections may be required, but are not enabled for now.
The M10 supports this command in addition to saving using the VALSET commands for the RAM & BBR layers.
thebentern
approved these changes
Mar 3, 2024
Closes #3310 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I was able to duplicate the issue and have traced it back to my forgetting to save the baud rate settings for the M10. There are several flavors of M10 based modules about. The one I have with an SMA has a default baud of 9600 baud. The one I have with 38400 baud has no external connector so I had to switch back and forth to do testing on all the VALSET commands I was developing for the GPS rework. As luck would have it most of the testing was done with the module with the SMA antenna connector so I could get a good signal. That worked just find during the awake -->>sleep -->>awake sequence as all but the baud rate was saved in BBR, and its default baud rate was 9600.
This PR should fix that issue.