Teseo Location demo for GPSProvider using ST GNSS driver.

Dependencies:   GPS_Provider X_NUCLEO_GNSS1A1

Getting Started with X-NUCLEO-GNSS1A1

This example demonstrates how to use the X-NUCLEO-GNSS1A1 component with one of the STM32 Nucleo-64 platforms and how real time GNSS data received by the Teseo-LIV3F device can be displayed through a serial connection and a serial terminal on a PC. Furthermore the user can run commands enabling three advanced features:

  • Geofencing
  • Odometer
  • Data Logging

Setup

/media/uploads/apalmieri/nucleo-x-nucleo.jpg

Once the antenna has been connected to the SMA female connector of the X-NUCLEO-GNSS1A1 plugged on top of the STM32 Nucleo, a serial connection should be set up between the STM32 Nucleo and the PC with the following parameters:

  • baud rate: 115200
  • data: 8 bit
  • parity: none
  • stop: 1bit
  • flow control: none
  • New-line (Tx/Rx): CR

Serial connection parameters

/media/uploads/apalmieri/serial_setup.png /media/uploads/apalmieri/serial_setup1.png

The user can select among different options to:

  • get in a human readable format information related to the acquired GNSS position (or the satellites in view, the active satellites, and so on)
  • enable feature (geofencing, odometer, data logging)
  • configure a geofence circle
  • require geofence status
  • start/stop feature (odometer, data logging)

Application menu

/media/uploads/apalmieri/teseo_app.png

History

Get TeseoLocation program aligned with mbed-os-6.6.0 default tip

2021-01-14, by apalmieri [Thu, 14 Jan 2021 09:33:08 +0000] rev 4

Get TeseoLocation program aligned with mbed-os-6.6.0


Update .json file and lib deps

2019-02-14, by apalmieri [Thu, 14 Feb 2019 11:38:36 +0000] rev 3

Update .json file and lib deps


Update library deps

2018-11-12, by apalmieri [Mon, 12 Nov 2018 13:45:59 +0000] rev 2

Update library deps


Update README and library deps

2018-11-12, by apalmieri [Mon, 12 Nov 2018 13:23:29 +0000] rev 1

Update README and library deps


Initial commit

2018-11-09, by apalmieri [Fri, 09 Nov 2018 17:10:46 +0000] rev 0

Initial commit