mtz8302 / AOG_GPS_ESP32

DUAL or SINGLE GPS bridge between AgOpenGPS an GPS receiver. Works with 2 UBlox to calculate heading+roll. Corrects and filters. ESP32 + Arduino MEGA
GNU General Public License v3.0
35 stars 18 forks source link

DGNSS gives false positive RTK-FIXED #4

Closed chrisriteco closed 3 years ago

chrisriteco commented 3 years ago

In the U-Center I have a 3D / DGNSS-Fix (no DGPS) with a 3D quality of approximately 0.5 m. This is without NTRIP or RTCM from the BASE, but AOG indicates that there is an RTK-FIX . RTK-FIX is cm accurate in my experience, so something is not going well in the translation from MTZ to AG.

mtz8302 commented 3 years ago

Hi, the ESP code transfers the flags in the PVT sentence into GGA flags. The problem is, that they are not matching really good. In my case they seem to work, but the problem was allread reported by others. At the moment I have no time to do anything about it. The code is in the NMEA tab line 185ff. So please check if you can fix it.

greetings Matthias

mtz8302 commented 3 years ago

fixed by using the "real" GGA sentence for it Thanks to ai