GPSProvider wrapper library for STMicroelectronics' X-NUCLEO-GNSS1A1 Expansion Board.

Dependents:   TeseoLocation

X_NUCLEO_GNSS1A1 Library

GPS_Provider wrapper library for STMicroelectronics' X-NUCLEO-GNSS1A1 component.

Overview

This library includes drivers for ST’s Teseo-LIV3F Global Navigation Satellite System (GNSS) device and middleware for the NMEA protocol support. This firmware package implements the port of the GPS_Provider to STMicroelectronics' X-NUCLEO-GNSS1A1 GNSS Expansion Board.

The key features of the library are:

  • Complete software to build applications using Teseo-LIV3F GNSS device
  • Middleware for the NMEA protocol support

Furthermore the library provides the following advanced features:

  • Geofencing - allows the Teseo-LIV3F receiver to raise a NMEA message when the resolved GNSS position is close to or entering or exiting from a specific circle
  • Odometer - provides information on the traveled distance using only the resolved GNSS position
  • Data Logging - allows the Teseo-LIV3F receiver to save locally on the flash the resolved GNSS position to be retrieved on demand from the Host

Hardware description

The X-NUCLEO-GNSS1A1 is a Global Navigation Satellite System Expansion Board usable with the STM32 Nucleo system and other Arduino compatible platforms. It is designed around the STMicroelectronics Teseo-LIV3F GNSS receiver IC working on multiple constellations (GPS/Galileo/Glonass/BeiDou/QZSS).

The Teseo-LIV3F module is designed for top performance in a minimal space. Within its 10x10mm compact size, Teseo-LIV3F offers superior accuracy thanks to the on board 26MHz Temperature Compensated Crystal Oscillator (TCXO) and a reduced Time To First Fix (TTFF) relying to its dedicated 32KHz Real Time Clock (RTC) oscillator.

The X-NUCLEO-GNSS1A1, hosting the Teseo-LIV3F, is compatible with Arduino UNO R3 connector layout and interfaces with the MCU via the UART channel. To connect by serial port the GNSS receiver and the host the following parameters must be used:

  • 8 data bits
  • No parity
  • 1 stop bit
  • 9600 bauds

A GPS/GLONASS/Beidou antenna, distributed along with the X-NUCLEO-GNSS1A1 Expansion Board, must be connected to the antenna connector present on the Expansion Board. For the X-NUCLEO-GNSS1A1 proper operations, the following jumper settings must be used:

  • J2 open
  • J3 closed
  • J4 closed
  • J5 open
  • J6 closed
  • J7 closed
  • J8 open
  • J9 closed
  • J10 open
  • J11 closed
  • J12 closed
  • J13 closed
  • J14 closed
  • J15 closed

Tested platforms

This firmware has been tested on STM32 NUCLEO-F401RE

Example Application

To run GNSS example applications using X-NUCLEO-GNSS1A1 Expansion Board based on mbed OS, please refer to TeseoLocation page.

Committer:
apalmieri
Date:
Thu Feb 14 11:37:40 2019 +0000
Revision:
4:9d0addf682f0
Parent:
3:2d568ec8da14
Update .json file

Who changed what in which revision?

UserRevisionLine numberNew contents of line
apalmieri 0:a77f1f1f8318 1 {
apalmieri 4:9d0addf682f0 2 "name": "X_NUCLEO_GNSS1A1",
apalmieri 0:a77f1f1f8318 3 "version": "1.0.0",
apalmieri 0:a77f1f1f8318 4 "description": "GPSProvider wrapper library for STMicroelectronics' X-NUCLEO-GNSS1A1 Expansion Board.",
apalmieri 0:a77f1f1f8318 5 "keywords": [
apalmieri 0:a77f1f1f8318 6 "expansion",
apalmieri 0:a77f1f1f8318 7 "board",
apalmieri 0:a77f1f1f8318 8 "x-nucleo",
apalmieri 0:a77f1f1f8318 9 "nucleo",
apalmieri 0:a77f1f1f8318 10 "ST",
apalmieri 0:a77f1f1f8318 11 "STM",
apalmieri 0:a77f1f1f8318 12 "GPS",
apalmieri 0:a77f1f1f8318 13 "GNSS"
apalmieri 0:a77f1f1f8318 14 ],
apalmieri 0:a77f1f1f8318 15 "author": "Andrea Palmieri",
apalmieri 0:a77f1f1f8318 16 "repository": {
apalmieri 3:2d568ec8da14 17 "url": "os.mbed.com/teams/ST/code/X_NUCLEO_GNSS1A1/",
apalmieri 3:2d568ec8da14 18 "type": "hg"
apalmieri 0:a77f1f1f8318 19 },
apalmieri 3:2d568ec8da14 20 "homepage": "https://os.mbed.com/teams/ST/code/X_NUCLEO_GNSS1A1/",
apalmieri 0:a77f1f1f8318 21 "licenses": [
apalmieri 0:a77f1f1f8318 22 {
apalmieri 0:a77f1f1f8318 23 "url": "https://spdx.org/licenses/Apache-2.0",
apalmieri 0:a77f1f1f8318 24 "type": "Apache-2.0"
apalmieri 0:a77f1f1f8318 25 }
apalmieri 0:a77f1f1f8318 26 ],
apalmieri 0:a77f1f1f8318 27 "dependencies": {
apalmieri 4:9d0addf682f0 28 "mbed-os": "^5.11.4",
apalmieri 4:9d0addf682f0 29 "GPS_Provider": "^1.0.0"
apalmieri 0:a77f1f1f8318 30 }
apalmieri 0:a77f1f1f8318 31 }