Hello forum goers, got another one for you!
Just a quick guide diving into using a GPS module with the Pico (you could most definitely do this with any MicroPython microcontroller as well). We have written a nice little library that handles a lot of the GPS parsing and UART communication, and we end it by putting it all together with some other Piicodev modules to build a device that takes in a target location and uses your current location to display the direction and distance to there. A fun little project, check it out if you are keen!: “How to add GPS to a Raspberry Pi Pico | Get Real-Time Location in Your Project!”
Read more