Commit Graph
117 Commits
Author SHA1 Message Date
PaulZC fa07e84ff0 Add a fix to allow the auto-NMEA examples to compile on ATmega2560/1280 2022-03-03 10:22:54 +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 28bb48d177 Add auto support for VTG, RMC and ZDA, Add support for jamming / interference information 2022-03-02 13:13:28 +00:00
PaulZC 1b7eec1fc4 Add setSurveyModeFull, enableSurveyModeFull, getSurveyInObservationTimeFull. See #117 2022-02-28 08:32:55 +00:00
PaulZC daf38964f4 v2.2.1 2022-02-20 17:24:11 +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 505bffd532 Update SparkFun_u-blox_GNSS_Arduino_Library.cpp 2022-02-14 13:57:07 +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 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 47348ab0b1 Finish adding callback pointers for all auto messages 2022-02-05 17:50:15 +00:00
PaulZC 9e137946f1 Adding callback pointers for all auto messages 2022-02-05 14:39:16 +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
PaulZC 103bfbeee0 Update SparkFun_u-blox_GNSS_Arduino_Library.cpp 2022-01-11 16:27:44 +00:00
PaulZC ce6f8ce1bd Update SparkFun_u-blox_GNSS_Arduino_Library.cpp 2022-01-11 16:13:55 +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 1a90ba12c1 Correct pushAssistNowDataInternal - it wasn't using numDataBytes correctly. 2022-01-09 17:07:41 +00: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
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
PaulandGitHub 67fe9dbac9 Merge pull request #89 from sparkfun/maxWaitBegin
Add maxWait to begin functions
2021-12-09 11:50:08 +00:00
Nathan Seidle ec4a7c4a37 Add maxWait to begin functions 2021-12-08 14:00:03 -07:00
PaulZC 2b4330a42a Revert "Deliberately re-introduce a compiler warning - just to test the yml"
This reverts commit 3a49e47347.
2021-12-02 12:40:05 +00:00
PaulZC 3a49e47347 Deliberately re-introduce a compiler warning - just to test the yml 2021-12-02 12:37:44 +00:00
PaulZC 9c52398855 Correct DBD_RINGBUFFER_LEN. Correct SAT_NAV MAX_BLOCKS checking. Remove negative size_t checks. Add extra diagnostic for readNavigationDatabase. 2021-12-02 09:53:26 +00:00
PaulZC 0f5f8ebed5 Correct the return value checks for pushAssistNowDataInternal 2021-12-01 14:12:40 +00:00
PaulZC ef5abaccbd Add auto support for NAV SAT. Add NAV SAT callback example. Add final AssistNow Autonomous examples. 2021-12-01 12:16:31 +00:00
PaulZC d0143181fe Add readNavigationDatabase. Update the AssistNow Autonomous example. 2021-11-30 20:09:59 +00:00
PaulZC 64f830f418 Add auto support UBX-NAV-AOPSTATUS (AssistNow Autonomous) 2021-11-29 18:40:12 +00:00
PaulZC 611e086864 Add getAopCfg and setAopCfg - for AssistNow Autonomous 2021-11-29 17:11:15 +00:00
PaulZC cc27ec2746 Add setPositionAssistanceXYZ, setPositionAssistanceLLH and a new example. 2021-11-29 13:48:15 +00:00
PaulZC 859a5d0858 Add support for AssistNow Offline. Add Example. Add findMGAANOForDate. 2021-11-26 19:11:38 +00:00
PaulZC ae65547d01 Add Example2 AssistNow Online with time delay allowing 'stale' data to be re-used 2021-11-26 12:59:34 +00:00
PaulZC 142ca9853e Remove debug messages. Update Example1 2021-11-26 11:54:15 +00:00
PaulZC 9e8670851f Add setUTCTimeAssistance. Change pushAssistNowData to const uint8_t * with String helpers. 2021-11-26 11:41:33 +00:00