I’m trying to make a little testprogram that will write location in the log. When started it only returns result = -3, which is LE_OUT_OF_RANGE. A thing to notice is when running AT!GPSSATINFO? if that is the right syntax, it returns NO SAT INFO.
I’m using the mangOH Red starter kit with the WP8548. I’ve heard some problems with the antenna that follows, is this the case?
It seems like it returns LE_OUT_OF_RANGE because of the horizontalAccuracy not going through. When checking if horizontalAccuracy == INT32_MAX it was true… so i just removed it, and then it worked with result = le_pos_Get2DLocation(&latitude, &longitude, NULL);
A thing i wonder about then, is how I am able to get lat, long from le_pos_Get2DLocation without an antenna connected to the GNSS Antenna port? Would like to mention that the lat long coordinates is wrong tho
Check post by @spmaurer. Best is to attach a good active antenna. Note if you are testing in your lab it might still not work as best is to test in the open.