No description
Find a file
brentru 6b90085793
Some checks failed
Arduino Library CI / build (push) Has been cancelled
CI - Resolve file name error
2025-07-30 13:05:29 -04:00
.github Fixes a bug with default arg in one func 2025-07-22 12:22:41 -04:00
examples CI - Resolve file name error 2025-07-30 13:05:29 -04:00
.gitignore pre-doxy/clang changes 2025-07-21 10:48:46 -04:00
Adafruit_uBlox_typedef.h doxygen and clang 2025-07-21 11:13:53 -04:00
Adafruit_uBlox_Ubx_Messages.h Clang 2025-07-21 10:52:34 -04:00
Adafruit_UBloxDDC.cpp chunksz 2025-07-21 11:55:56 -04:00
Adafruit_UBloxDDC.h Clang 2025-07-21 10:52:34 -04:00
Adafruit_UBX.cpp CI - Resolve warnings, attempt to fix error for examples/ublox_ddc/ublox_dcc.ino 2025-07-30 13:01:16 -04:00
Adafruit_UBX.h chunksz 2025-07-21 11:55:56 -04:00
library.properties fix CI 2025-07-21 11:51:19 -04:00
LICENSE pre-doxy/clang changes 2025-07-21 10:48:46 -04:00
README.md pre-doxy/clang changes 2025-07-21 10:48:46 -04:00

Adafruit uBlox Library Build Status

This is a driver library to abstract away the details of communicating with u-blox GPS and RTK modules. It provides a simple interface for sending and receiving data over a generic Stream interface.

This library provides two main classes:

  • Adafruit_UBX: Interfaces with u-blox GPS/RTK modules using any stream object as an input (UART, DDC, or other) and parses UBX protocol messages.
  • Adafruit_UBloxDDC: Interface for communicating with u-blox modules over DDC (I2C).

For parsing NMEA sentences, we provide an example for using this library with the Adafruit_GPS library.

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

MIT license, all text above must be included in any redistribution