This repository was archived by the owner on Jan 28, 2021. It is now read-only.
-
Couldn't load subscription status.
- Fork 84
v1.8.7 Release candidate #137
Merged
Merged
Changes from 3 commits
Commits
Show all changes
27 commits Select commit Hold shift + click to select a range
8895c9b Change Ublox to u-blox
nseidle 6efce21 Change default setVal to RAM+BBR+Flash. Expanding key set.
nseidle 55bb4a2 Move keys to separate file
nseidle 79679f8 Add getVal8/16/32. Add a bunch of keys.
nseidle 583f528 Add getVal8/16/32 support for group/id/size combos.
nseidle 0fb2fcf Update Example1_GetSetPortSettings.ino
nseidle 872520b Update library.properties
nseidle 8638c35 Add support for TMOD3 fixed position.
nseidle 7114584 Merge pull request #133 from sparkfun/UBloxTextChange
PaulZC 30bff51 Merge branch 'release_candidate' into Expand-getVal-setVal
PaulZC 32f8583 Change function call vars to be more clear. Fix example with correct …
nseidle d4975d4 Resort and rename get/setVal examples in one chunk.
nseidle 03a91e5 Remove duplicate define
nseidle 5102d9f Add MSGOUT keys. Update examples to use defined keys.
nseidle 6239fc2 Adding header guard
nseidle 50086e4 Merge pull request #135 from sparkfun/setStaticPosition
nseidle 8be456c Merge pull request #134 from sparkfun/Expand-getVal-setVal
nseidle 5e5dcce Update library.properties
nseidle 5672e91 Merge pull request #136 from sparkfun/increaseLibVersion
nseidle 9f72926 autoHPPOSLLH functions added - work in progress
PaulZC 9bc3a2d autoHPPOSLLH - almost ready
PaulZC 1075c2e Removing two incorrect inversions. These were preventing OVERWRITTEN …
PaulZC 47c83da Adding autoHPPOSLLH. Tested on the ZED-F9P.
PaulZC 722afc4 Merge pull request #139 from sparkfun/autoHPPOSLLH
PaulZC f3af4a4 Fix typo. Convert keys to const uint32_ts.
3b30b92 Update Example11_autoHPPOSLLH.ino
PaulZC 8b27b3e Merge pull request #140 from sparkfun/autoHPPOSLLH
PaulZC File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| name=SparkFun Ublox Arduino Library | ||
| name=SparkFun u-blox Arduino Library | ||
| version=1.8.6 | ||
| author=SparkFun Electronics <techsupport@sparkfun.com> | ||
| maintainer=SparkFun Electronics <sparkfun.com> | ||
| sentence=Library for I2C and Serial Communication with Ublox modules | ||
| paragraph=An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to the module. Useful for interfacing to the <a href="https://www.sparkfun.com/products/15136">SparkFun GPS-RTK2</a> ZED-F9P, <a href="https://www.sparkfun.com/products/14980">SparkFun GPS-RTK</a> NEO-M8P-2, the <a href="https://www.sparkfun.com/products/15210">SparkFun SAM-M8Q</a>, and the <a href="https://www.sparkfun.com/products/15193">SparkFun ZEO-M8Q</a>. Library also works with other Ublox based boards. <br><br>The ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data. | ||
| sentence=Library for I2C and Serial Communication with u-blox modules | ||
| paragraph=An Arduino Library to enable both I2C and Serial communication for both NMEA reception and binary UBX sending to u-blox modules. Useful for interfacing to the <a href="https://www.sparkfun.com/products/15136">SparkFun GPS-RTK2</a> ZED-F9P, <a href="https://www.sparkfun.com/products/14980">SparkFun GPS-RTK</a> NEO-M8P-2, the <a href="https://www.sparkfun.com/products/15210">SparkFun SAM-M8Q</a>, and the <a href="https://www.sparkfun.com/products/15193">SparkFun ZEO-M8Q</a>. Library also works with other u-lox based boards. <br><br>The ZED-F9P and NEO-M8P-2 modules are top-of-the-line modules for high accuracy GNSS and GPS location solutions including RTK. The ZED-F9P is unique in that it is capable of both rover and base station operations allowing the module to become a base station and produce RTCM 3.x correction data. | ||
| category=Sensors | ||
| url=https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library | ||
| architectures=* | ||
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.