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
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
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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:b67349d44157 | 2021-01-14 | apalmieri | Get TeseoLocation program aligned with mbed-os-6.6.0 |
3:df74e7673460 | 2019-02-14 | apalmieri | Update .json file and lib deps |
2:b8252a534eae | 2018-11-12 | apalmieri | Update library deps |
1:8d270072416d | 2018-11-12 | apalmieri | Update README and library deps |
0:7b0a5a01caec | 2018-11-09 | apalmieri | Initial commit |