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/
Release files for waveshare-rpi 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| waveshare_rpi-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |