Page 1 of 3

GPS not send LAT_LONG

Posted: Mon Mar 25, 2024 7:28 pm
by ELECTRONICA67
Hello,

I have been testing with GPS, I don't know what it consists of, I have previously made designs that are working to this day with the sending of coordinates, hours, minutes, seconds in real time; but now with flowcode 10 I cannot receive LATITUDE and LONGITUDE, I bought 2 new GPS and I have some used in other tests; Now to avoid failure, use the example published in Flowcode 10 (GPS_TEST) send the LATITUDE, Hour, Minutes and Seconds; If it sends me the Hour: Minutes: Seconds, but the LATITUDE: 0.000000 is not sent; Apparently there is a connection to a satellite, but it does not send the coordinates; On rare occasions I receive LATITUDE and LONGITUDE, but it returns to 0.000000 or the wrong coordinate; Right now I've been waiting for the reading for 3 hours, and it only sent me the time (it takes 2 or 3 minutes to send it); Yesterday I had the circuit on for more than 8 hours and I couldn't get it to send me coordinates; Could you take a look at the GPS component or see what the fault could be ? :?:

I send the example and circuit with reading.

Enrique

Re: GPS not send LAT_LONG

Posted: Mon Mar 25, 2024 7:29 pm
by ELECTRONICA67
IMAGEN

Re: GPS not send LAT_LONG

Posted: Mon Mar 25, 2024 8:02 pm
by ELECTRONICA67
I disconnected the circuit and reconnected it, it took 5 minutes to send me the time; but LAT I still haven't received the data.

Re: GPS not send LAT_LONG

Posted: Mon Mar 25, 2024 8:03 pm
by ELECTRONICA67
imagen

Re: GPS not send LAT_LONG

Posted: Mon Mar 25, 2024 9:13 pm
by ELECTRONICA67
imagen

Re: GPS not send LAT_LONG

Posted: Mon Mar 25, 2024 10:06 pm
by ELECTRONICA67
imagen

Re: GPS not send LAT_LONG

Posted: Mon Mar 25, 2024 10:13 pm
by ELECTRONICA67
imagen

Re: GPS not send LAT_LONG

Posted: Mon Mar 25, 2024 11:11 pm
by ELECTRONICA67
The circuit has been connected for 7 hours without sending LAT, but the time is sending it without problems.

Re: GPS not send LAT_LONG

Posted: Tue Mar 26, 2024 6:24 am
by jgu1
Hi!

I have the same setup HW as you. I make a test later today and see if I get the same result with your program.

You hear :D

Jorgen

Re: GPS not send LAT_LONG

Posted: Tue Mar 26, 2024 10:38 am
by jgu1
Hi again!

I have change the device to a Pic16f1937 (not big difference) and change the pin config for the display. Get same result as you.

Then I make some test with "buffersize" in Properties for the GPS. Set it from 80 to 50, then it work perfect for me.

Try to change this :D Hope you get succes?


Br Jorgen