912 octets ajoutés
, 21 octobre 2025 à 01:24
{{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 and copy the library manually to your board from the Repository.
{{download-box|Download GPS-Ultimate library|https://github.com/mchobby/esp8266-upy/tree/master/gps-ultimate}}
First, open the repository, then navigate to the file {{fname|lib/adafruit_gps.py}} and {{fname|lib/gps_config.py}}.
Follow the steps describes in the "[[ENG-CANSAT-PICO-BMP280#Manual_Installation|BMP280 library installation]]" to copy the GPS library files to your micropython board.
Once copied, you can also check the proper installation by typing {{fname|from adafruit_gps import GPS}} .
The [https://github.com/mchobby/esp8266-upy/tree/master/gps-ultimate GPS-Ultimate library repository] '''contains examples''' of usage. Do not hesitate to check them!