ENG-CANSAT-PICO-GPS

De MCHobby - Wiki
Révision datée du 21 octobre 2025 à 01:24 par Admin (discussion | contributions) (Page créée avec « {{ENG-CANSAT-PICO-NAV}} == Forewords == x == Installing the GPS library == The GPS-Ultimate is provided with a MicroPython library available on GitHub. You can download… »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Sauter à la navigation Sauter à la recherche

Forewords

x

Installing the GPS library

The GPS-Ultimate is provided with a MicroPython library available on GitHub.

You can download and copy the library manually to your board from the Repository.

Download-icon.pngDownload GPS-Ultimate library

First, open the repository, then navigate to the file lib/adafruit_gps.py and lib/gps_config.py.

Follow the steps describes in the "BMP280 library installation" to copy the GPS library files to your micropython board.

Once copied, you can also check the proper installation by typing from adafruit_gps import GPS .

The GPS-Ultimate library repository contains examples of usage. Do not hesitate to check them!