Knio / pynmea2

Python library for parsing the NMEA 0183 protocol (GPS)
MIT License
632 stars 223 forks source link

How to Communicate with PA1010D GNSS Receiver? #132

Closed AlexLandherr closed 3 years ago

AlexLandherr commented 3 years ago

I have the PA1010D breakout from Pimoroni (https://thepihut.com/products/pa1010d-gps-breakout).

How do I make it so that pynmea2 can read the NMEA-0183 sentences it outputs on a Raspberry Pi Zero W running the latest Raspberry Pi OS?

Knio commented 3 years ago

pynmea2 is just a parsing library and does not support any specific hardware or interfaces. You will have to consult the documentation for those devices on how to read NMEA data from them, and then pass it to pynmea2.