Skip to content

Commit 62967b8

Browse files
committed
Update Adding_New_Messages.md
1 parent ce6f8ce commit 62967b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Adding_New_Messages.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
## How to add new messages to the SparkFun u-blox GNSS Arduino Library
22

3-
Based on [this issue](https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library/issues/97), here is a summary of how to add new messages to the SparkFun u-blox GNSS Arduino Library
4-
- with full "auto" support (for callbacks, logging, etc.).
3+
Based on [this issue](https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library/issues/97), here is a summary of how to add new messages to the SparkFun u-blox GNSS Arduino Library with full "auto" support (for callbacks, logging, etc.).
54

65
Looking at the issue, we see that the library is not supporting the UBX-NAV-PVAT (Navigation Position Velocity Attitude Time solution).
76
PVAT is a new message added in version 1.21 of the HPS (High Precision Fusion) firmware and version 33.21 of the F9 Interface Description.
87
This makes us wonder if more new messages have been added which should also be included?
98

109
### Step 1: Check the Interface Description for new keys
1110

12-
* Download the latest [interface description](https://www.u-blox.com/sites/default/files/ZED-F9R_ProductSummary_UBX-19048775.pdf) from the [u-blox website](https://www.u-blox.com/en/product/zed-f9r-module#tab-documentation-resources)
11+
* Download the latest [interface description](https://www.u-blox.com/sites/default/files/F9-HPS-1.21_InterfaceDescription_UBX-21019746.pdf) from the [u-blox website](https://www.u-blox.com/en/product/zed-f9r-module#tab-documentation-resources)
1312
* Open the interface description in Adobe Acrobat Reader DC (the free version)
1413
* Do a ```File \ Save as Text...```
1514
* Save the file in ```Text (Accessible) (*.txt)``` format

0 commit comments

Comments
 (0)