firmware/src/gps
Ken McGuire e5bf07d4fb
Fix for issue #3310 (#3327)
* Portduino multiple logging levels

* Fixes based on GPSFan work

* Fix derped logic

* Correct size field for AID message

* Reformat to add comments, beginning of GPS rework

* Update PM2 message for Neo-6

* Correct ECO mode logic as ECO mode is only for Neo-6

* Cleanup ubx.h add a few more comments

* GPS rework, changes for M8 and stub for M10

* Add VALSET commands for u-blox M10 receivers

* Add VALSET commands for u-blox M10 receivers
tweak M8 commands
add comments for VALSET configuration commands

* Add commands to init M10 receivers,
tweak the M8 init sequence, this is a WIP as there are still some issues during init.
Add M10 version of PMREQ.

* Add wakeup source of uartrx to PMREQ_10
The M10 does not respond to commands when asleep,
may need to do this for the M8 as well

* Enable NMEA messages on USB port.
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.

* Save the config for all u-blox receiver types.
The M10 supports this command in addition to saving using
the VALSET commands for the RAM & BBR layers.

---------

Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz>
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-03-03 13:08:47 -06:00
..
GeoCoord.cpp Various position fixes (#3297) 2024-02-26 20:24:36 -06:00
GeoCoord.h Various position fixes (#3297) 2024-02-26 20:24:36 -06:00
GPS.cpp Fix for issue #3310 (#3327) 2024-03-03 13:08:47 -06:00
GPS.h Phase 3 of the GPS rework (#3220) 2024-02-14 07:06:38 -06:00
NMEAWPL.cpp NodeDB Lite migration (#2554) 2023-06-17 09:10:09 -05:00
NMEAWPL.h NodeDB Lite migration (#2554) 2023-06-17 09:10:09 -05:00
RTC.cpp Pico W: Handle Wi-Fi reconnects and update core (#2994) 2023-12-06 15:49:56 -06:00
RTC.h Change RTCQuality acceptance criteria (#1797) 2022-10-14 19:12:55 -05:00
ubx.h Enable NMEA Messages on USB port for u-blox receivers (#3227) 2024-02-15 11:19:35 -06:00