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

Commit 1e70755

Browse files
authored
Merge pull request #178 from sparkfun/release_candidate
v1.8.11 - end of the line...
2 parents 3a3ab5c + 33e15f6 commit 1e70755

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
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>
@@ -60,6 +66,8 @@ Need a Python version for Raspberry Pi? Checkout the [Qwiic Ublox GPS Py module]
6066

6167
Need a library for the u-blox and Particle? Checkout the [Particle library](https://github.com/aseelye/SparkFun_Ublox_Particle_Library) fork.
6268

69+
Need a C++ version which runs on Linux? Checkout the [Ublox_Linux_Library](https://github.com/balamuruganky/Ublox_Linux_Library).
70+
6371
Contributing
6472
--------------
6573

Diff for: examples/Example11_ResetModule/Example1_FactoryDefaultviaI2C/Example1_FactoryDefaultviaI2C.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
SAM-M8Q: https://www.sparkfun.com/products/15106
1515
1616
Hardware Connections:
17-
Connect the U-Blox serial port to Serial1
18-
If you're using an Uno or don't have a 2nd serial port (Serial1), consider using software serial
17+
Plug a Qwiic cable into the GNSS and a BlackBoard
18+
If you don't have a platform with a Qwiic connection use the SparkFun Qwiic Breadboard Jumper (https://www.sparkfun.com/products/14425)
1919
Open the serial monitor at 115200 baud to see the output
2020
*/
2121

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)