PaulZC / F9P_RAWX_Logger

A guide on how to assemble a GNSS PPK RAWX Logger from an Adafruit Feather M0 Adalogger and a SparkFun GPS-RTK2 Board which incorporates the u-blox ZED-F9P dual band (L1 + L2) GNSS receiver
32 stars 15 forks source link

Switch to new SparkFun U-Blox librairy #8

Closed Eric-FR closed 1 year ago

Eric-FR commented 1 year ago

The library used in the present code, SparkFun_Ublox_Arduino_Library is deprecated.

SparkFun issued a new library: SparkFun_u-blox_GNSS_Arduino_Library.

GPS has been replaced by GNSS in naming. Also, binary values for keys to configure and/or exchange with GNSS chips are now provided as const. This could simplify the RAWX_Logger code.

https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library#migrating-to-v20

PaulZC commented 1 year ago

Hi Eric,

Thank you for the nudge. I wrote this guide and the software long before I joined SparkFun... I had forgotten about it.

I am going to archive this repository. The logging code has been superseded by the SparkFun u-blox GNSS library data logging examples.

Best wishes, Paul