Skip to main content

PyGPSClient GPS Client

Reason this release was yanked:

obsolete

Project description

PyGPSClient

PyGPSClient is a free, open source graphical GPS testing and diagnostic client application written entirely in Python and tkinter.

full app

The application runs on any platform which supports a Python3 interpreter (>=3.6) and tkinter (>=8.6) GUI framework, including Windows, MacOS, Linux and Raspberry Pi OS. It displays location and diagnostic data from any NMEA or UBX (u-blox ©) compatible GPS device over a standard serial (UART) or USB port, in addition to providing a small but useful subset of the configuration functionality in u-blox's Windows-only u-center tool.

Originally designed as a platform-agnostic evaluation, development and educational tool for the u-blox NEO-6M series GPS modules, and in particular the Makerhawk Hobbyist GPS Board, it has evolved into a more general purpose multi-platform NMEA / UBX GPS client.

Features:

  1. Supports both NMEA and UBX protocols. It uses the existing pynmea2 library for NMEA parsing and implements a new pyubx2 library for UBX parsing.
  2. Configurable GUI with selectable and resizeable widgets.
  3. Expandable banner widget showing key navigation information.
  4. Serial console widget showing either raw or parsed data stream.
  5. Skyview widget showing current satellite visibility and position (elevation / azimuth).
  6. Graphview widget showing current satellite reception (signal-to-noise ratio).
  7. Mapview widget with location marker, showing either a static Mercator world map, or an optional dynamic web-based map downloaded via a MapQuest API (requires an Internet connection and free MapQuest API Key).
  8. WORK IN PROGRESS UBX Configuration Dialog (under Menu...Options), with the ability to send UBX configuration messages to u-blox GPS devices e.g. NMEA and UBX message filters. This includes the facility to add user-defined preset configuration messages - see instructions under installation below.

banner widget sats & mercator widget ubxconfig widget

This is a personal project and I have no affiliation whatsoever with u-blox ©, Makerhawk © or MapQuest ©.

Glossary of Terms

  • utc - coordinated universal time
  • siv - satellites in view
  • sip - satellites used in position solution
  • dop - dilution of precision (pdop - position, hdop - horizontal, vdop - vertical)
  • acc - accuracy of location in real units (hacc - horizontal, vacc - vertical)

Current Status

Release Release Date Last Commit Contributors Open Issues

Alpha. Main application and widgets are fully functional for both NMEA and UBX protocols. The UBX configuration dialog is a work in progress and additional configuration functionality will be added in due course. Needs slightly more robust exception handling in a few areas.

Constructive feedback welcome.

Installation

Python version

In the following, python refers to the python 3 executable (this application will not run under python 2). You may need to type python3, depending on your particular environment.

Dependencies

See requirements.txt.

On Windows and MacOS, pip, tkinter and the necessary imaging libraries are generally packaged with Python. On some Linux distributions like Ubuntu 18+ and Raspberry Pi OS, they may need to be installed separately, e.g.:

sudo apt-get install python3-pip python3-tk python3-pil python3-pil.imagetk

The following python libraries are required (these will be installed automatically if using pip):

python -m pip install pyubx2 pyserial pynmea2 Pillow requests

User Privileges

To access the serial port on most linux platforms, you will need to be a member of the tty and dialout groups. Other than this, no special privileges are required.

1. Install using pip

PyPI version PyPI downloads

The easiest way to install PyGPSClient is via pip:

python -m pip PyGPSClient

If the python3 site_packages are in your path, simply run python -m pygpsclient.

If not, run python -m \full_path_to_site_packages\pygspclient.

2. Manual installation

To install and run, download and unzip this repository and run:

python -m /path_to_folder/foldername/pygpsclient

e.g. if you downloaded and unzipped to a folder named PyGPSClient-0.1.6, run:

python -m /path_to_folder/PyGPSClient-0.1.6/pygpsclient.

MapQuest API Key

To use the optional dynamic web-based mapview facility, you need to request and install a MapQuest API key. The free edition of this API allows for up to 15,000 transactions/month (roughly 500/day) on a non-commercial basis. For this reason, the map refresh rate is intentionally limited to 1/minute to avoid exceeding the free transaction limit under normal use. NB: this application is not intended to be used for real time navigational purposes.

Once you have received the API key (a 32-character alphanumeric string), copy it to a file named mqapikey (lower case, no extension) and place this file in the user's home directory.

User Defined Presets

The UBX Configuration Dialog includes the facility to add user-defined preset UBX configuration messages. These can be set up by adding appropriate message descriptions and payload definitions to a file named ubxpresets (lower case, no extension), and then placing this file in the user's home directory. An illustrative user preset file is given below - the payload definition follows the format passed to a pyubx2 UBXMessage constructor i.e. msgClass, msgID, payload:

<--------- description -------->: <----------------- UBXMessage Constructor --------------->

USER CFG-MSG Add RMC to messages: 'CFG', 'CFG-MSG', b'\xf0\x04\x01\x01\x01\x00\x01\x00', SET
USER CFG-MSG Add VTG to messages: 'CFG', 'CFG-MSG', b'\xf0\x05\x01\x01\x01\x00\x01\x00', SET

License

License

BSD 3-Clause License ("BSD License 2.0", "Revised BSD License", "New BSD License", or "Modified BSD License")

Copyright (c) 2020, SEMU Consulting All rights reserved.

Application icons from iconmonstr ©.

Author Information

semuadmin@semuconsulting.com

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyGPSClient-0.1.6.tar.gz (375.7 kB view hashes)

Uploaded Source

Built Distribution

PyGPSClient-0.1.6-py3-none-any.whl (384.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page