Commit Graph
280 Commits
Author SHA1 Message Date
PaulZC 5558e73943 Add Example17_NTRIPClient_With_GGA_Callback 2022-01-13 20:40:13 +00:00
PaulZC 3cede3bfff Add setDGNSSConfiguration 2022-01-13 14:06:52 +00:00
PaulZC a08198b27e Add the new callback example 2022-01-13 12:01:23 +00:00
PaulZC a1814e32ab Add setMainTalkerID and setHighPrecisionMode 2022-01-13 10:38:20 +00:00
PaulZC 34b982841a Small tweaks 2022-01-12 18:02:50 +00:00
PaulZC 185c6c200a Add support for automatic NMEA 2022-01-12 14:02:46 +00:00
PaulandGitHub bdfb274549 Update README.md 2022-01-11 21:53:57 +00:00
PaulZC 103bfbeee0 Update SparkFun_u-blox_GNSS_Arduino_Library.cpp 2022-01-11 16:27:44 +00:00
PaulZC 62967b8e2a Update Adding_New_Messages.md 2022-01-11 16:27:36 +00:00
PaulZC ce6f8ce1bd Update SparkFun_u-blox_GNSS_Arduino_Library.cpp 2022-01-11 16:13:55 +00:00
PaulZC 4b0303177d Create Adding_New_Messages.md 2022-01-11 16:13:49 +00:00
PaulZC 57f1332592 Step_9 2022-01-11 16:08:30 +00:00
PaulZC 4f0a0ca3c5 Step_8 2022-01-11 16:04:33 +00:00
PaulZC 06014dc95f Step_8 2022-01-11 15:57:51 +00:00
PaulZC 318e76383e Step_6.6 2022-01-11 15:10:55 +00:00
PaulZC e394ae003a Step_6.5 2022-01-11 15:01:03 +00:00
PaulZC b53bffaa3a Step_6.4 2022-01-11 14:51:39 +00:00
PaulZC 8eecdd5044 Step_6.3 2022-01-11 14:48:19 +00:00
PaulZC b746d8e274 Step_6.2 2022-01-11 14:32:39 +00:00
PaulZC 35d225e3f1 Step_6.1 2022-01-11 14:30:57 +00:00
PaulZC 01fd7cac6a Add UBX_RXM_SPARTN 2022-01-11 12:34:59 +00:00
PaulZC 2041d536c1 Add COM_TYPE_SPARTN 2022-01-11 12:28:39 +00:00
PaulZC a8fc599b62 Add new dynamic models 2022-01-11 12:22:28 +00:00
PaulZC 423a1e2ccd Step_5 2022-01-11 12:17:54 +00:00
PaulZC a4ba440c62 Step_4 2022-01-11 11:44:59 +00:00
PaulZC 3609da15f9 Step_3 2022-01-11 10:56:24 +00:00
PaulZC 8895764f23 Step_2 2022-01-11 10:30:04 +00:00
PaulZC 805aab18b6 Step_1 2022-01-11 10:20:26 +00:00
PaulZC ae80b1a5d0 Merge branch 'main' into release_candidate 2022-01-09 17:38:09 +00:00
PaulZC 65a731a432 v2.1.5 2022-01-09 17:11:08 +00:00
PaulZC 1a90ba12c1 Correct pushAssistNowDataInternal - it wasn't using numDataBytes correctly. 2022-01-09 17:07:41 +00:00
PaulandGitHub 8282d24a1b Merge pull request #95 from sparkfun/release_candidate
Update UBX_Integrity_Checker.py
2021-12-22 11:31:06 +00:00
PaulZC c64b230da9 Update UBX_Integrity_Checker.py 2021-12-22 11:28:20 +00:00
PaulandGitHub 0b298e7c67 Merge pull request #93 from sparkfun/release_candidate
v2.1.4
2021-12-14 11:06:43 +00:00
PaulandGitHub 61b49ce53b v2.1.4 2021-12-14 10:45:51 +00:00
PaulandGitHub 87771a8797 Merge pull request #92 from sparkfun/AddGPGGAToNTRIP
Add NTRIP Client with GGA example
2021-12-14 10:43:54 +00:00
Nathan Seidle 356a43ded6 Move snprintf to work with any architecture. 2021-12-12 21:46:36 -07:00
Nathan Seidle 1b3f033792 Disable save in ex 14 so other examples work. 2021-12-12 21:44:26 -07:00
Nathan Seidle 460836c5c1 Refactor example 14. Add Emlid as target. 2021-12-12 21:36:25 -07:00
Nathan Seidle 2c47c098db Add example 16: NTRIP Client with GGA support 2021-12-12 13:58:32 -07:00
PaulZC af36390924 For Serial, if assumeSuccess is true, also try to clear the buffers
For Serial, if the Serial port is congested, .begin can fail when the NAV RATE messages are delayed. This is usually a sign that the baud rate is too low. Clearing the serial buffer first seems to help.
2021-12-10 10:36:05 +00:00
PaulZC 4b582c8860 Add _signsOfLife and isNMEAHeaderValid 2021-12-09 17:50:14 +00:00
PaulandGitHub a5e581ad6a Merge pull request #90 from sparkfun/release_candidate
v2.1.3
2021-12-09 14:45:01 +00:00
PaulZC 0ecec8b342 v2.1.3 2021-12-09 14:25:32 +00:00
PaulZC 986cdceb94 Add assumeSuccess as a parameter for .begin
If you are using Serial, and the module is already outputting messages at high navigation rate, .begin can often fail due to traffic congestion.
You can:
- use a long maxWait (5 seconds seems to work well)
- use a short maxWait and set assumeSuccess to true
2021-12-09 14:24:52 +00:00
PaulZC 33f5dd2024 Add softReset as an option for .begin 2021-12-09 13:10:36 +00:00
PaulZC 7c799210a8 Change hard-coded maxWait's to defaultMaxWait 2021-12-09 11:59:27 +00:00
PaulandGitHub 67fe9dbac9 Merge pull request #89 from sparkfun/maxWaitBegin
Add maxWait to begin functions
2021-12-09 11:50:08 +00:00
Nathan Seidle d47d02a351 Add defaults 2021-12-08 14:00:58 -07:00
Nathan Seidle ec4a7c4a37 Add maxWait to begin functions 2021-12-08 14:00:03 -07:00