U-Blox MAX-8 GPS

GNSS Receiver

Library

Import libraryMAX8U

A driver for the MAX8U GPS by uBlox. Provides core functionality. Communicates through I2C.

Datasheet

https://www.u-blox.com/en/product/max-8-series#tab-documentation-resources

Notes

The U-Blox MAX-8 is a capable GNSS receiver from U-Blox. It can receive from all four major GNSS constellations (though only one at a time), and provides a wealth of data outputs, including:

  • Position (latitude-longitude-height)
  • Velocity in each dimension
  • UTC time
  • Satellite info (fix quality, number of satellites, estimated position error)

The MAX-8 supports communication over UART, SPI, and I2C via U-Blox's custom UBX protcol. It also outputs standard NMEA protocol sentences over its serial port so it can be easily swapped with other GPS modules. While the MBed driver currently only supports I2C, it uses the UBX protocol so you can access the full set of commands and reports.


You need to log in to post a discussion