Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 252c0ff

Browse files
committed
v1.8.11 - adding the deprecation notice
Farewell v1.8. It's been fun. So long and thanks for all the fish.
1 parent 7746c5f commit 252c0ff

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
SparkFun u-blox Arduino Library
22
===========================================================
33

4+
**Please note: this library is now deprecated. Please migrate to the new [SparkFun u-blox GNSS Arduino Library](https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library).**
5+
6+
**You can find details on how to migrate to v2.0 [here](https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library#migrating-to-v20).**
7+
8+
You can install v2.0 via the Arduino Library Manager. Search for **SparkFun u-blox GNSS**.
9+
410
<table class="table table-hover table-striped table-bordered">
511
<tr align="center">
612
<td><a href="https://www.sparkfun.com/products/15136"><img src="https://cdn.sparkfun.com//assets/parts/1/3/5/1/4/15136-SparkFun_GPS-RTK2_Board_-_ZED-F9P__Qwiic_-03.jpg"></a></td>
@@ -20,6 +26,8 @@ SparkFun u-blox Arduino Library
2026

2127
U-blox makes some incredible GPS receivers covering everything from low-cost, highly configurable modules such as the SAM-M8Q all the way up to the surveyor grade ZED-F9P with precision of the diameter of a dime. This library focuses on configuration and control of u-blox devices over I2C (called DDC by u-blox) and Serial. The UBX protocol is supported over both I2C and serial, and is a much easier and lighterweight interface to a GPS module. Stop parsing NMEA data! And simply ask for the datums you need.
2228

29+
30+
2331
This library can be installed via the Arduino Library manager. Search for **SparkFun u-blox GNSS**.
2432

2533
Although not an integrated part of the library, you will find an example of how to communicate with the older series 6 and 7 modules in the [examples folder](./examples/Series_6_7).

Diff for: library.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=SparkFun u-blox Arduino Library
2-
version=1.8.10
2+
version=1.8.11
33
author=SparkFun Electronics <[email protected]>
44
maintainer=SparkFun Electronics <sparkfun.com>
5-
sentence=Library for I2C and Serial Communication with u-blox modules
6-
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-blox 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.
5+
sentence=DEPRECATED Library for I2C and Serial Communication with u-blox modules<br/><br/>
6+
paragraph=Please note: this library is deprecated. Please migrate to <a href="https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library">v2.0</a>. You can find the migration instructions <a href="https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library#migrating-to-v20">here</a>.<br/><br/>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/15005">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 ZOE-M8Q</a>. Library also works with other u-blox 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.<br/>
77
category=Sensors
88
url=https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library
99
architectures=*

0 commit comments

Comments
 (0)