-
Notifications
You must be signed in to change notification settings - Fork 964
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 typo in GNSS_MODEL defination and usages for the UC6580 #2988
Conversation
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
Great fix! If you can sign the CLA, I'll get this merged |
@GPSFan given your username, maybe you can help with another GPS model issue. I've been unsuccessful with attempts to put an ATGM336H module into standby mode for power savings via UART. I assumed that it would follow the MTK style commands ala the L76K. That has not proved to be correct in my experience though. If you have any insights on this or know where to dig up a more comprehensive datasheet, that would be swell. |
I'll take a look, I have no experience with the L76 or the ATGM336H modules, so any pointers to the relevant docs would be helpful. |
Looking at the datasheet for the AGTM336H: |
#2963 |
Thanks for that spec link, it seems the L76 and the AGTM336H are very different beasts software wise. |
The only ones I've seen available to consumers is the ATGM336H-5N module, and not the 336H-5L |
Yeah, the ones that filter out to us outside of CN are never the ones you want. ;>( |
This pull request has been mentioned on Meshtastic. There might be relevant details there: https://meshtastic.discourse.group/t/no-gps-module-t-echo/8824/2 |
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
Fixes Bug #2983
The protocol spec provided on the Heltec download site is for an older version of the Firebird series. the correct protocol spec is available at:
https://en.unicorecomm.com/products/detail/34
where 1.4.2.5 CFGSYS: Configure Satellite System
describes the much expanded command for the Firebird II chips of which the UC6580 is one.