@deckyon said in First Project - GPS on Core2 w/ UIFlow2.0:
So, I am working on a simple first project using the GPS. I am basing it off the one for the ENVII. I have a Core2 with UIFLow 2.0 Below is the code. It displays the labels, and displays what looks like data from the GPS, but it never changes and is not correct as if it is not finding satellites or even looking for them. Is there something else I need to do in the code to initialize the GPS Unit correctly. I am not a coder, this is literally my first time trying anything like this. I got the Core2 and the GPS to start learning. Yes, I have been outside and waited with clear skies and the Core2 has plenty of battery.
have you tried any of factory examples - easyloader or arduino for gps just to prove that it is working? also your GPS unit is the UART type - blue port correct? Do you have bottom expansion with blue port on your Core2? if no then you need to reconfigure it
your code: gps_0 = GPSUnit((13, 14))
GPS connected to PortA gps_0 = GPSUnit((33, 32))
GPS unit docs