Skip to main content

A quick-and-dirty library wrapping the native API of the waveshare GPS hat.

Project description

RPI Waveshare Lib

This is a simple library for using the WaveShare L76x GPS hat for the Raspberry Pi.

The library turns on sensing and runs a background thread that parses the incoming serial messages and pushes them into a queue, from which the most recent message of a given type can be queried synchronously without blocking.

The API exposes the following methods:

Importing the Library

import waveshare

Start Serial Stream

start(device)

This starts the stream of serial data from the waveshare ("device" should be the name of the USB device being used to communicate with the waveshare). Prior to running this method, all getters will return None.

Stop Serial Stream

stop()

This stops the stream of serial data from the device. Until it is re-started, all getters will return the last value published by the device.

Read Data Packets

get_gga()
get_gsa()
get_gsv()
get_rmc()

For a description of the contents of each packet type, see: http://aprs.gids.nl/nmea/

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

waveshare_rpi-0.1.3-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file waveshare_rpi-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: waveshare_rpi-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5

File hashes

Hashes for waveshare_rpi-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5d404f9463d0654ddc6df3b863b2f274dd6c9b871b4cbcca7226244d2f8f7ee8
MD5 f09214e2b099b0acb3c44c9544ba17a7
BLAKE2b-256 fcda47033714b62fa51e88f72e254f86be5a9bf9e5ad1fccdca6d62aa6810c40

See more details on using hashes here.

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