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

Fix for issue #3310 #3327

Merged
merged 51 commits into from Mar 3, 2024
Merged

Fix for issue #3310 #3327

merged 51 commits into from Mar 3, 2024

Conversation

GPSFan
Copy link
Contributor

@GPSFan GPSFan commented Mar 3, 2024

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.

jp-bennett and others added 30 commits January 28, 2024 10:30
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.
@thebentern
Copy link
Contributor

Closes #3310

@thebentern thebentern merged commit e5bf07d into meshtastic:master Mar 3, 2024
68 checks passed
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

Successfully merging this pull request may close these issues.

None yet

3 participants