Hello
I am trying to read the data from simulator. And the values are changing continuously. I have made my esp32 as a TCP client and simulator as TCP server.
I would like to get an idea regarding the reading of this continuous changing data.
This is NMEA data from simulator and this data is changing continuously
$GPRMC,143808.190,A,3500.263256,S,13830.0,E,70.0,15.0,100322,,,*04 $IIVHW,15.0,T,15.0,M,70.0,N,129.6,K*6E $GPVTG,15.0,T,15.0,M,70.0,N,129.6,K*75 $IIHDT,15.0,T*16 $GPGLL,3500.263256,S,13830.0,E,143808.190,A*1E $GPGGA,143808.190,3500.263256,S,13830.0,E,1,4,3.5,2030.0,M,,,,*26 $GPGSA,A,3,8,11,15,22,,,,,,,,,3.5,3.5,2.5*09 $GPZDA,143808.190,10,03,2022,01,00*59 !AIVDO,1,1,,A,17PaewhP:tar0;1cv@h0UPN@0000,0*58 !AIVDM,1,1,,A,17PaewhP:tar0;1cv@h0UPN@0000,0*5A $WIMWD,262.0,T,262.0,M,21.0,N,10.8,M*50 $WIMWV,294.4,R,12.1,N,A*1A $IIMTW,15.5,C*12 $SDDPT,58.0,0.3*69 $SDDBT,190.3,f,58.0,M,31.7,F*05 $SDDBK,190.3,f,58.0,M,31.7,F*1A $SDDBS,190.3,f,58.0,M,31.7,F*02 $INWPL,3500.0,S,13830.0,E,wpt*3A !AIVDO,2,1,9,A,57Paewh00001<To7;?@plD5<Tl0000000000000U1@:550m>V2SSA@H<,0*27 !AIVDO,2,2,9,A,d<<000000000002,2*79 !AIVDM,2,1,9,A,57Paewh00001<To7;?@plD5<Tl0000000000000U1@:550m>V2SSA@H<,0*25 !AIVDM,2,2,9,A,d<<000000000002,2*7B $IIRPM,E,1,2600.0,10.5,A*56 $IIRPM,E,2,2500.0,10.5,A*56
The output from a properly functioning GPS unit will be changing, so the simulator is behaving realistically.
What do you see as a problem?
1 Like
Hello
Thanks for the reply
I want to transmit this data via Can
I wanted to know how would i transfer this changing data .
What method i can use ?
When the program has read and interpreted a complete sentence from the GPS, send the data.
Repeat.
1 Like
Thanks it worked
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.