feat(gps): fix GPS support and add M10 dual-band GNSS configuration#200
Open
amanpd7 wants to merge 1 commit intortlopez:masterfrom
Open
feat(gps): fix GPS support and add M10 dual-band GNSS configuration#200amanpd7 wants to merge 1 commit intortlopez:masterfrom
amanpd7 wants to merge 1 commit intortlopez:masterfrom
Conversation
Fix GPS initialization issues and add M10 support with dual-band L1+L5 and user-configurable multi-constellation GNSS. Replace NMEA with UBX protocol for better reliability. Features: - M10 dual-band L1+L5 for sub-meter accuracy - Multi-constellation support: GPS, GLONASS, Galileo, BeiDou, QZSS, SBAS - CLI configuration with preset modes (0-5) and individual control - Auto-detection of M8/M9/M10 modules - 25Hz update rate on M10 at 230400 baud Changes: - Remove NMEA parser from PR rtlopez#199(closed), switch to UBX-only protocol - Add GPS_M10 enum and dual-band support - Add GNSS configuration parameters to GpsConfig - Implement configureGnss() for version-aware setup - Update docs/setup.md with GPS configuration guide - Update docs/README.md and docs/wiring.md Configuration: - gps_gnss_mode: 0=Auto, 1=GPS-only, 2=GPS+GLO, 3=GPS+GAL, 4=GPS+BDS, 5=All - gps_enable_dual_band: Auto L1+L5 on M10 - Individual flags: enableGPS, enableGLONASS, enableGalileo, etc. Tested with M8/M9/M10 modules, all GNSS modes working.
This file contains hidden or 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
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.
Fix GPS initialization issues and add M10 support with dual-band L1+L5 and user-configurable multi-constellation GNSS. Replace NMEA with UBX protocol for better reliability.
Features:
Changes:
Configuration:
Tested with M8/M9/M10 modules, all GNSS modes working.