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

Reduce Serial Traffic on Heltec Wireless Trackers GNSS port #3004

Merged
merged 6 commits into from
Dec 8, 2023
Merged

Reduce Serial Traffic on Heltec Wireless Trackers GNSS port #3004

merged 6 commits into from
Dec 8, 2023

Conversation

GPSFan
Copy link
Contributor

@GPSFan GPSFan commented Dec 8, 2023

While investigating a "Bogus course.value" message in the log I found that there was a lot on unnecessary message traffic from the UC6580 chip on the Heltec Wireless Tracker v1.1.
Most of this traffic was GSV sentences which provide azimuth, elevation, and signal strength for the currently visible satellites. While interesting, this information is not needed by Meshtastic (yet). In addition there are also some __TXT messages that are for use by Unicore, and should not be of interest to Meshtastic.
This PR turns these messages off and adds a bit of documentation.

Correct the $CFGSYS init string for the UC6580 to init the receiver for:
GPS L1 & L5 + BDS B1I & B2a + GLONASS L1 + GALILEO E1 & E5a + SBAS
Turn off GSV and NOTIFY __TXT messages as neither are
necessary to Meshtastic operation.
Copy link
Collaborator

@jp-bennett jp-bennett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@thebentern thebentern merged commit 4de6eb2 into meshtastic:master Dec 8, 2023
61 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.

4 participants