Guidance on micropyGPS with pico

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
bobby1399
Posts: 1
Joined: Fri Feb 18, 2022 8:31 pm

Guidance on micropyGPS with pico

Post by bobby1399 » Fri Feb 18, 2022 8:48 pm

Hi guys,
I am really new in micropython and i need some guidances on how to print the updated GPS data on the shell.
I used micropyGPS :
https://github.com/inmcm/micropyGPS
I linked the micropyGPS.py to my main as lib. Now I am trying to print my_gps.update(x) or my_sentence in README/Basic Usage section. It printed either none or the string already given in the code. I am wondering if I forget some steps in order to update the GPS data or I did something wrong.
thank you

Post Reply