I have just purchased the Pimoroni PA1010D GPS Breakout from the Pi Hut.
I already have the 11x7 Matrix Breakout working perfectly using the Garden Breakout system but I cannot get the pa1010d to run the example python program, as it reports an error: ModuleNotFoundError: No Module named 'pa1010d'.
The LED on the GPS device is flashing, which apparently indicates that it is receiving a GPS signal.
I have run the Pre-requisites from the product instructions which I had assumed would install the pa1010d.
The line (from the example program) that causes the error is:Any help would be appreciated.
Thank you
I already have the 11x7 Matrix Breakout working perfectly using the Garden Breakout system but I cannot get the pa1010d to run the example python program, as it reports an error: ModuleNotFoundError: No Module named 'pa1010d'.
The LED on the GPS device is flashing, which apparently indicates that it is receiving a GPS signal.
I have run the Pre-requisites from the product instructions which I had assumed would install the pa1010d.
The line (from the example program) that causes the error is:
Code:
from pa1010d import PA1010D
Thank you
Statistics: Posted by RDS — Fri Nov 15, 2024 12:38 pm