void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
The result was obtained from the serial plotter with a 9600Baud Rate.
Thanks
The 'V' in the third field of the $GNRMC message means "No valid fix yet". Run your GPS with a good view of the sky for several hours and you should start getting valid position fixes ('A' in the third field).
You didn't show us your antenna. Anyway, as @srnet mentioned before, just make sure the 3.3V supply isn't drooping. Then with a decent antenna you should be getting reception.
Also, it looks like your module has a PPS output (pulse per second). That will go high once per second for 100ms after enough satellites have been locked in. I don't think you will get useful data before that output goes active.
Thank you all for the reply!
I have figured out the way to retrieve info from the satellite, I used a better Antenna (SMA type) (from my PC wifi card)
Then I walk to an open ground, around 100x100m with not many trees, wait for it to initialize and I am able to obtain the info I need! Max I obtained is 15 satellites signals.
Cheers!