2019-11-06 04:26 AM
Hi! Why are the coordinates (latitude and longitude) of the Teseo-LIV3F changing abruptly and not smoothly like the u-blox M8 and NV08? Smooth change of coordinates is very important to me, since the direction angle is calculated in our program precisely
2019-11-07 12:23 AM
Hi
More probably the Stop Detection algorithm is reducing the fix evaluation frequency.
You can try disabling it in the CDB-200 bit[15].
Hope this helps
Regards
Francesco
2019-11-07 10:53 AM
Hi
Thanks for the help!
I will try to check your advice.
What does the walking detection algorithm do?
2019-11-11 12:56 AM
Hi
Turned off the Stop Detection algorithm in the CDB-200 bit [15] - the end result has not changed, jumps in the track angle are observed. What else can be done?
2019-11-11 12:57 AM
2019-11-15 06:58 AM
Just a question looking the image...
Are you comparing devices with the same frequency FIX rate?
Are both the device running at 1 Hz FIX?
Thanks
Regards
Francesco
2019-11-15 11:30 AM
Hi
I compare devices with the same FIX frequency.
Both devices operate at 4 Hz FIX. Devices work on GPS, Galileo, Beidou.
UART 9600, NMEA RMC, and GGA output rates.
2019-11-18 12:16 AM
> Both devices operate at 4 Hz FIX. Devices work on GPS, Galileo, Beidou.
I did an experiment with your setting and I can see the CPU is 100% of it's time....
In our default CPU runs @ 48Mhz it seems not enough in your setting...
You can increase the CPU speed @ 196MHz with this commands:
> $PSTMSETPAR,1130,00,0
> $PSTMSAVEPAR
Regards
Francesco
2019-11-18 02:06 AM
I forgot to say, the frequency has already been set to 196 MHz.
2019-11-18 03:09 AM
> I forgot to say, the frequency has already been set to 196 MHz.
ok.
Could you try enabling the walking mode? It 's an optimization in case of low-speed.
Regards
Francesco