Commit Graph
398 Commits
Author SHA1 Message Date
PaulZC e3d2c012c6 v2.2.4 2022-03-03 10:23:27 +00:00
PaulZC fa07e84ff0 Add a fix to allow the auto-NMEA examples to compile on ATmega2560/1280 2022-03-03 10:22:54 +00:00
PaulandGitHub f324b40f27 Merge pull request #122 from sparkfun/release_candidate
v2.2.3
2022-03-02 14:01:16 +00:00
PaulZC 9b6369e943 Disable auto-NMEA support on the Uno - to avoid exceeding the program memory 2022-03-02 13:46:35 +00:00
PaulZC d99d8644ea v2.2.3 2022-03-02 13:14:20 +00:00
PaulZC 28bb48d177 Add auto support for VTG, RMC and ZDA, Add support for jamming / interference information 2022-03-02 13:13:28 +00:00
PaulandGitHub fa501247e6 Merge pull request #119 from sparkfun/release_candidate
v2.2.2
2022-02-28 09:22:59 +00:00
PaulZC a2c595d4f2 v2.2.2 2022-02-28 08:38:20 +00:00
PaulZC 1b7eec1fc4 Add setSurveyModeFull, enableSurveyModeFull, getSurveyInObservationTimeFull. See #117 2022-02-28 08:32:55 +00:00
PaulandGitHub 50b2dc706f Merge pull request #118 from sparkfun/revert-117-patch-1
Revert "Long Duration Survey-In Greater Than 65535-seconds" - move to release_candidate
2022-02-28 07:33:54 +00:00
PaulandGitHub 689ef50bd4 Revert "Long Duration Survey-In Greater Than 65535-seconds" 2022-02-28 07:32:58 +00:00
PaulandGitHub 60e9dc0004 Merge pull request #117 from russ396/patch-1
Long Duration Survey-In Greater Than 65535-seconds
2022-02-28 07:31:59 +00:00
PaulZC f372324f6c Add selected parts of #116 - thank you @nabelekt 2022-02-28 07:24:57 +00:00
PaulZC 9243493c9b Change #114 to ARDUINO_ARCH_MEGAAVR 2022-02-28 07:01:25 +00:00
PaulandGitHub 238617af20 Merge pull request #114 from nabelekt/fix-avr-da-db-compilation
Fix compilation for AVR DA- and DB-series MCUs
2022-02-28 06:51:07 +00:00
russ396andGitHub e828721073 Update SparkFun_u-blox_GNSS_Arduino_Library.cpp
Allow for uint32_t survey-in observation time to support >65535-seconds.  This will allow for 24-hour (86400-second) survey-in times.
2022-02-27 09:55:08 -07:00
russ396andGitHub d38f0ac981 Update SparkFun_u-blox_GNSS_Arduino_Library.h
Allow for survey-in observation times greater that 65535 (16-bit) seconds.  By changing to uint32_t will allow library to have observation time of 86400 seconds (24-hour) survey-in time.
2022-02-27 09:39:47 -07:00
Thomas Nabelek 8ceeb74c09 Fix for compilation on DA- and DB-series AVR MCUs 2022-02-25 13:57:09 -07:00
Thomas NabelekandGitHub 6318127dda Merge pull request #1 from sparkfun/main
merge in SparkFun's main
2022-02-25 12:56:59 -07:00
PaulandGitHub b758699360 Merge pull request #112 from sparkfun/release_candidate
Update README.md
2022-02-20 19:06:28 +00:00
PaulZC 48c38ff020 Update README.md 2022-02-20 19:06:12 +00:00
PaulandGitHub ca3f6de279 Merge pull request #111 from sparkfun/release_candidate
v2.2.1
2022-02-20 18:34:53 +00:00
PaulZC daf38964f4 v2.2.1 2022-02-20 17:24:11 +00:00
PaulZC 29c0f0c5e9 Add setNMEAOutputPort to keywords.txt 2022-02-14 14:44:02 +00:00
PaulandGitHub 2e6f6ce64b Merge pull request #110 from mazgch/release_candidate
Release candidate
2022-02-14 14:26:22 +00:00
PaulandGitHub a9aa1437d6 Merge branch 'release_candidate' into release_candidate 2022-02-14 14:24:09 +00:00
PaulZC b4e251c5b0 Set packetUBXRXMPMPmessage callbackCopyValid to true 2022-02-14 14:08:43 +00:00
Michael AmmannandGitHub 6ea673060e Update SparkFun_u-blox_GNSS_Arduino_Library.cpp 2022-02-14 14:53:57 +01:00
Michael AmmannandGitHub 3000efbb91 Update Example19_LBand_Corrections_with_NEO-D9S.ino 2022-02-14 13:58:32 +01:00
Michael AmmannandGitHub 505bffd532 Update SparkFun_u-blox_GNSS_Arduino_Library.cpp 2022-02-14 13:57:07 +01:00
Michael AmmannandGitHub 286670c794 Update SparkFun_u-blox_GNSS_Arduino_Library.h 2022-02-14 13:54:22 +01:00
PaulZC 1aa043cef5 Update Example19. Add setRXMPMPmessageCallbackPtr. Add const char versions of setDynamicSPARTNKey + setDynamicSPARTNKeys 2022-02-14 12:09:13 +00:00
PaulZC 213d29cafe Add setDynamicSPARTNKeys. Update Example19 2022-02-11 15:01:41 +00:00
PaulZC b70cb1ceac VSC whitespace changes... Sorry! 2022-02-11 13:28:38 +00:00
PaulZC 1d7621d25e Add setDynamicSPARTNKey 2022-02-10 15:42:53 +00:00
PaulZC dba2cffa61 Update u-blox_config_keys_sorted.txt 2022-02-10 11:20:49 +00:00
PaulZC 134299fe27 Add extra config keys for F9-HPG-1.30 2022-02-10 11:17:59 +00:00
PaulZC eaccb5f378 Update README - include PointPerfect and NEO-D9S 2022-02-07 11:39:20 +00:00
PaulZC bfe14038ff Create Example19_LBand_Corrections_with_NEO-D9S.ino 2022-02-07 10:50:31 +00:00
PaulZC 088408e053 Remove setAutoRXMPMPcallback. setAutoRXMPMPcallbackPtr is the way to go... 2022-02-07 10:02:45 +00:00
PaulZC df4fb4cdaa Add 64-bit setval and getval functions 2022-02-07 08:42:59 +00:00
PaulZC fcf00c7997 Add extra config keys for the NEO-D9S 2022-02-07 08:12:03 +00:00
PaulZC e59b7b5799 Correct typos and add library manager helper links in Example18_PointPerfectClient 2022-02-06 18:48:32 +00:00
PaulZC 9a486f9cd7 Update ZED-F9P callback examples 2022-02-06 17:36:40 +00:00
PaulZC 7395c25af5 Update AssistNow Autonomous examples to use callback pointers 2022-02-06 17:34:45 +00:00
PaulZC fae14c1a06 Update data logging examples 4-6 2022-02-06 16:57:21 +00:00
PaulZC 5a4ac25f55 Update data logging examples 1-3 to use the new callback pointers 2022-02-06 10:13:53 +00:00
PaulZC 0bf94bebdd Update Example2_NMEA_GGA_Callbacks.ino 2022-02-05 18:00:38 +00:00
PaulZC 1ada3d3380 Update callback examples to use new callback pointers 2022-02-05 17:52:17 +00:00
PaulZC 47348ab0b1 Finish adding callback pointers for all auto messages 2022-02-05 17:50:15 +00:00